Home
last modified time | relevance | path

Searched refs:BTM_SEC_INVALID_HANDLE (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/btm/
Dbtm_sec.c888 && (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 …]
Dbtm_ble.c2351 if (p_dev_rec->ble_hci_handle == BTM_SEC_INVALID_HANDLE) {
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h370 #define BTM_SEC_INVALID_HANDLE 0xFFFF macro