
< 			bis = hci_conn_hash_lookup_handle(hdev, handle);
---
> 			if (handle != 0) {
> 				bis = hci_conn_hash_lookup_handle(hdev, handle);
> 			} else {
> 				bis = NULL;
> 			}
