Home
last modified time | relevance | path

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

/aosp12/system/bt/stack/btm/
H A Dbtm_dev.h117 tBTM_SEC_DEV_REC* btm_find_dev_by_handle(uint16_t handle);
H A Dbtm_sec.cc2983 p_dev_rec = btm_find_dev_by_handle(handle); in btm_sec_auth_collision()
3012 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev_by_handle(handle); in btm_sec_auth_retry()
3047 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev_by_handle(handle); in btm_sec_auth_complete()
3213 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev_by_handle(handle); in btm_sec_encrypt_change()
3660 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev_by_handle(handle); in btm_sec_disconnect()
3690 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev_by_handle(handle); in btm_sec_disconnected()
3724 p_dev_rec = btm_find_dev_by_handle(handle); in btm_sec_disconnected()
4219 p_dev_rec = btm_find_dev_by_handle(handle); in btm_sec_update_clock_offset()
4884 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev_by_handle(hci_handle); in btm_sec_set_peer_sec_caps()
H A Dbtm_dev.cc310 tBTM_SEC_DEV_REC* btm_find_dev_by_handle(uint16_t handle) { in btm_find_dev_by_handle() function
H A Dbtm_ble.cc1434 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev_by_handle(handle); in btm_ble_ltk_request()
2102 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev_by_handle(hci_handle); in btm_ble_get_acl_remote_addr()
/aosp12/system/bt/test/mock/
H A Dmock_stack_btm_dev.cc83 tBTM_SEC_DEV_REC* btm_find_dev_by_handle(uint16_t handle) { in btm_find_dev_by_handle() function
/aosp12/system/bt/stack/acl/
H A Dble_acl.cc167 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev_by_handle(handle); in acl_ble_update_event_received()
/aosp12/system/bt/stack/gatt/
H A Dgatt_main.cc504 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev_by_handle(handle); in gatt_notify_phy_updated()