Home
last modified time | relevance | path

Searched refs:btm_find_dev_by_handle (Results 1 – 5 of 5) sorted by relevance

/system/bt/stack/btm/
Dbtm_dev.c390 tBTM_SEC_DEV_REC *btm_find_dev_by_handle (UINT16 handle) in btm_find_dev_by_handle() function
Dbtm_sec.c3952 p_dev_rec = btm_find_dev_by_handle (handle); in btm_sec_auth_collision()
3983 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev_by_handle (handle); in btm_sec_auth_complete()
4189 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev_by_handle (handle); in btm_sec_encrypt_change()
4701 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev_by_handle (handle); in btm_sec_disconnect()
4735 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev_by_handle (handle); in btm_sec_disconnected()
5301 if ((p_dev_rec = btm_find_dev_by_handle (handle)) == NULL) in btm_sec_update_clock_offset()
Dbtm_acl.c277 p_dev_rec = btm_find_dev_by_handle (hci_handle); in btm_acl_created()
957 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev_by_handle (handle); in btm_process_remote_ext_features()
Dbtm_int.h1064 extern tBTM_SEC_DEV_REC *btm_find_dev_by_handle (UINT16 handle);
Dbtm_ble.c1499 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev_by_handle (handle); in btm_ble_ltk_request()