
< 			bis = hci_conn_hash_lookup_handle(hdev, handle);
---
> 			bis = hci_conn_hash_lookup_handle(hdev, handle);
> 			if (bis == NULL) {
> 				// handle the error
> 			}
