
<			bis = hci_conn_hash_lookup_handle(hdev, handle);
---
>			struct hci_conn *temp = hci_conn_hash_lookup_handle(hdev, handle);
>			if (temp)
>				bis = temp;
>			else
>				continue;
