
<			bis = hci_conn_hash_lookup_handle(hdev, handle);
---
>			bis = hci_conn_hash_lookup_handle(hdev, handle);
>			if (!bis) {
>				bt_dev_err(hdev, "BIS handle %d not found", handle);
>				continue;
>			}
