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