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.c416 tBTM_SEC_DEV_REC *btm_find_dev_by_handle (UINT16 handle) in btm_find_dev_by_handle() function
Dbtm_sec.c3990 p_dev_rec = btm_find_dev_by_handle (handle); in btm_sec_auth_collision()
4020 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev_by_handle (handle); in btm_sec_auth_complete()
4226 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev_by_handle (handle); in btm_sec_encrypt_change()
4738 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev_by_handle (handle); in btm_sec_disconnect()
4772 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev_by_handle (handle); in btm_sec_disconnected()
5377 if ((p_dev_rec = btm_find_dev_by_handle (handle)) == NULL) in btm_sec_update_clock_offset()
Dbtm_acl.c273 p_dev_rec = btm_find_dev_by_handle (hci_handle); in btm_acl_created()
947 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev_by_handle (handle); in btm_process_remote_ext_features()
Dbtm_int.h1046 extern tBTM_SEC_DEV_REC *btm_find_dev_by_handle (UINT16 handle);
Dbtm_ble.c1353 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev_by_handle (handle); in btm_ble_ltk_request()
1505 p_dev_rec = btm_find_dev_by_handle (p_cb->enc_handle); in btm_enc_proc_slave_y()