/aosp12/system/bt/stack/btm/ |
H A D | btm_client_interface.cc | 78 .BTM_ReadDevInfo = BTM_ReadDevInfo,
|
H A D | btm_ble.cc | 460 void BTM_ReadDevInfo(const RawAddress& remote_bda, tBT_DEVICE_TYPE* p_dev_type, in BTM_ReadDevInfo() function 647 BTM_ReadDevInfo(bd_addr, &dev_type, &addr_type); in BTM_UseLeLink()
|
H A D | btm_sec.cc | 905 BTM_ReadDevInfo(bd_addr, &dev_type, &addr_type); in BTM_SecBond()
|
/aosp12/system/bt/stack/include/ |
H A D | btm_ble_api.h | 416 extern void BTM_ReadDevInfo(const RawAddress& remote_bda,
|
H A D | btm_client_interface.h | 86 void (*BTM_ReadDevInfo)(const RawAddress& bd_addr, member
|
/aosp12/system/bt/test/mock/ |
H A D | mock_stack_btm_ble.cc | 188 void BTM_ReadDevInfo(const RawAddress& remote_bda, tBT_DEVICE_TYPE* p_dev_type, in BTM_ReadDevInfo() function
|
H A D | mock_main_shim_btm_api.cc | 384 void bluetooth::shim::BTM_ReadDevInfo(const RawAddress& remote_bda, in BTM_ReadDevInfo() function in bluetooth::shim
|
/aosp12/system/bt/main/shim/ |
H A D | btm_api.h | 568 void BTM_ReadDevInfo(const RawAddress& remote_bda, tBT_DEVICE_TYPE* p_dev_type,
|
H A D | btm_api.cc | 1019 void bluetooth::shim::BTM_ReadDevInfo(const RawAddress& remote_bda, in BTM_ReadDevInfo() function in bluetooth::shim
|
/aosp12/system/bt/stack/test/common/ |
H A D | mock_main_shim_btm_api.cc | 388 void bluetooth::shim::BTM_ReadDevInfo(const RawAddress& remote_bda, in BTM_ReadDevInfo() function in bluetooth::shim
|
/aosp12/system/bt/bta/dm/ |
H A D | bta_dm_act.cc | 1673 BTM_ReadDevInfo(remote_bd_addr, &dev_type, &addr_type); in bta_dm_discover_device() 2089 BTM_ReadDevInfo(bd_addr, &sec_event.auth_cmpl.dev_type, in bta_dm_new_link_key_cback() 2128 BTM_ReadDevInfo(bd_addr, &sec_event.auth_cmpl.dev_type, in bta_dm_authentication_complete_cback() 3517 BTM_ReadDevInfo(bda, &sec_event.auth_cmpl.dev_type, in bta_dm_ble_smp_cback()
|
/aosp12/system/bt/stack/acl/ |
H A D | btm_acl.cc | 1669 BTM_ReadDevInfo(remote_bda, &dev_type, &addr_type); in BTM_ReadRSSI() 1714 BTM_ReadDevInfo(remote_bda, &dev_type, &addr_type); in BTM_ReadFailedContactCounter()
|
/aosp12/system/bt/btif/src/ |
H A D | btif_dm.cc | 621 BTM_ReadDevInfo(bd_addr, &tmp_dev_type, &tmp_addr_type); in btif_dm_cb_create_bond()
|