Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/btm/
Dbtm_sec.c883 && (p_dev_rec->hci_handle == BTM_SEC_INVALID_HANDLE) in BTM_PINCodeReply()
1055 if ( (p_dev_rec->hci_handle != BTM_SEC_INVALID_HANDLE) in BTM_SecBond()
1064 if ( (p_dev_rec->hci_handle != BTM_SEC_INVALID_HANDLE) in BTM_SecBond()
1148 if (p_dev_rec->hci_handle != BTM_SEC_INVALID_HANDLE) in BTM_SecBond()
1254 if (p_dev_rec->hci_handle != BTM_SEC_INVALID_HANDLE) in BTM_SecBondCancel()
1381 if (!p_dev_rec || (p_dev_rec->hci_handle == BTM_SEC_INVALID_HANDLE)) in BTM_SetEncryption()
1562 if (p_dev_rec->hci_handle != BTM_SEC_INVALID_HANDLE) in BTM_PasskeyReqReply()
2955 if (p_dev_rec->hci_handle == BTM_SEC_INVALID_HANDLE) in btm_sec_rmt_name_request_complete()
3597 if (handle == BTM_SEC_INVALID_HANDLE) in btm_sec_auth_collision()
4380 p_dev_rec->hci_handle = BTM_SEC_INVALID_HANDLE; in btm_sec_disconnected()
[all …]
Dbtm_int.h315 #define BTM_SEC_INVALID_HANDLE 0xFFFF macro