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.c917 && (p_dev_rec->hci_handle == BTM_SEC_INVALID_HANDLE) in BTM_PINCodeReply()
1074 if ( (p_dev_rec->hci_handle != BTM_SEC_INVALID_HANDLE) in BTM_SecBond()
1151 if (p_dev_rec->hci_handle != BTM_SEC_INVALID_HANDLE) in BTM_SecBond()
1257 if (p_dev_rec->hci_handle != BTM_SEC_INVALID_HANDLE) in BTM_SecBondCancel()
1389 if (!p_dev_rec || (p_dev_rec->hci_handle == BTM_SEC_INVALID_HANDLE)) in BTM_SetEncryption()
1572 if (p_dev_rec->hci_handle != BTM_SEC_INVALID_HANDLE) in BTM_PasskeyReqReply()
3043 if (p_dev_rec->hci_handle == BTM_SEC_INVALID_HANDLE) in btm_sec_rmt_name_request_complete()
3686 if (handle == BTM_SEC_INVALID_HANDLE) in btm_sec_auth_collision()
4480 p_dev_rec->hci_handle = BTM_SEC_INVALID_HANDLE; in btm_sec_disconnected()
4991 && (p_dev_rec->hci_handle != BTM_SEC_INVALID_HANDLE)) in btm_sec_execute_procedure()
[all …]
Dbtm_int.h355 #define BTM_SEC_INVALID_HANDLE 0xFFFF macro