Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_dev.h81 tBTM_SEC_DEV_REC* btm_find_dev_by_handle(uint16_t handle);
Dbtm_sec.cc276 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev_by_handle(hci_handle); in btm_sec_is_device_sc_downgrade()
303 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev_by_handle(hci_handle); in btm_sec_store_device_sc_support()
328 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev_by_handle(hci_handle); in btm_sec_is_session_key_size_downgrade()
353 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev_by_handle(hci_handle); in btm_sec_update_session_key_size()
3065 p_dev_rec = btm_find_dev_by_handle(handle); in btm_sec_auth_collision()
3093 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev_by_handle(handle); in btm_sec_auth_retry()
3128 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev_by_handle(handle); in btm_sec_auth_complete()
3304 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev_by_handle(handle); in btm_sec_encrypt_change()
3906 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev_by_handle(handle); in btm_sec_disconnect()
3937 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev_by_handle(handle); in btm_sec_disconnected()
[all …]
Dbtm_dev.cc306 tBTM_SEC_DEV_REC* btm_find_dev_by_handle(uint16_t handle) { in btm_find_dev_by_handle() function
Dbtm_ble_sec.cc1196 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev_by_handle(handle); in btm_ble_ltk_request()
1942 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev_by_handle(hci_handle); in btm_ble_get_acl_remote_addr()
Dbtm_iso_impl.h317 tBTM_SEC_DEV_REC* p_rec = btm_find_dev_by_handle(el.acl_conn_handle); in establish_cis()
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_dev.cc69 tBTM_SEC_DEV_REC* btm_find_dev_by_handle(uint16_t /* handle */) { in btm_find_dev_by_handle() function
/packages/modules/Bluetooth/system/stack/acl/
Dble_acl.cc171 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev_by_handle(handle); in acl_ble_update_event_received()
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_main.cc651 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev_by_handle(handle); in gatt_notify_phy_updated()
695 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev_by_handle(handle); in gatt_notify_subrate_change()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_bqr.cc705 tBTM_SEC_DEV_REC* dev = btm_find_dev_by_handle( in AddLinkQualityEventToQueue()
/packages/modules/Bluetooth/system/stack/test/
Dbtm_iso_test.cc49 tBTM_SEC_DEV_REC* btm_find_dev_by_handle(uint16_t /* handle */) { in btm_find_dev_by_handle() function