Searched refs:BTM_SEC_INVALID_HANDLE (Results 1 – 3 of 3) sorted by relevance
888 && (p_dev_rec->hci_handle == BTM_SEC_INVALID_HANDLE) in BTM_PINCodeReply()991 if ( ((p_dev_rec->hci_handle != BTM_SEC_INVALID_HANDLE) && transport == BT_TRANSPORT_BR_EDR in btm_sec_bond_by_transport()994 … || ((p_dev_rec->ble_hci_handle != BTM_SEC_INVALID_HANDLE) && transport == BT_TRANSPORT_LE in btm_sec_bond_by_transport()1081 if (p && p->hci_handle != BTM_SEC_INVALID_HANDLE) { in btm_sec_bond_by_transport()1240 if (p_dev_rec->hci_handle != BTM_SEC_INVALID_HANDLE) { in BTM_SecBondCancel()1361 (transport == BT_TRANSPORT_BR_EDR && p_dev_rec->hci_handle == BTM_SEC_INVALID_HANDLE) in BTM_SetEncryption()1363 || (transport == BT_TRANSPORT_LE && p_dev_rec->ble_hci_handle == BTM_SEC_INVALID_HANDLE) in BTM_SetEncryption()1574 if (p_dev_rec->hci_handle != BTM_SEC_INVALID_HANDLE) { in BTM_PasskeyReqReply()3153 if (p_dev_rec->hci_handle == BTM_SEC_INVALID_HANDLE) { in btm_sec_rmt_name_request_complete()3823 if (handle == BTM_SEC_INVALID_HANDLE) in btm_sec_auth_collision()[all …]
2351 if (p_dev_rec->ble_hci_handle == BTM_SEC_INVALID_HANDLE) {
370 #define BTM_SEC_INVALID_HANDLE 0xFFFF macro