Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_sec.c889 && (p_dev_rec->hci_handle == BTM_SEC_INVALID_HANDLE) in BTM_PINCodeReply()
992 if ( ((p_dev_rec->hci_handle != BTM_SEC_INVALID_HANDLE) && transport == BT_TRANSPORT_BR_EDR in btm_sec_bond_by_transport()
995 … || ((p_dev_rec->ble_hci_handle != BTM_SEC_INVALID_HANDLE) && transport == BT_TRANSPORT_LE in btm_sec_bond_by_transport()
1082 if (p && p->hci_handle != BTM_SEC_INVALID_HANDLE) { in btm_sec_bond_by_transport()
1241 if (p_dev_rec->hci_handle != BTM_SEC_INVALID_HANDLE) { in BTM_SecBondCancel()
1362 (transport == BT_TRANSPORT_BR_EDR && p_dev_rec->hci_handle == BTM_SEC_INVALID_HANDLE) in BTM_SetEncryption()
1364 || (transport == BT_TRANSPORT_LE && p_dev_rec->ble_hci_handle == BTM_SEC_INVALID_HANDLE) in BTM_SetEncryption()
1575 if (p_dev_rec->hci_handle != BTM_SEC_INVALID_HANDLE) { in BTM_PasskeyReqReply()
3155 if (p_dev_rec->hci_handle == BTM_SEC_INVALID_HANDLE) { in btm_sec_rmt_name_request_complete()
3829 if (handle == BTM_SEC_INVALID_HANDLE) in btm_sec_auth_collision()
[all …]
Dbtm_ble.c2437 if (p_dev_rec->ble_hci_handle == BTM_SEC_INVALID_HANDLE) {
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h382 #define BTM_SEC_INVALID_HANDLE 0xFFFF macro