Searched refs:BTM_ReadDevInfo (Results 1 – 13 of 13) sorted by relevance
/system/bt/stack/btm/ |
D | btm_client_interface.cc | 78 .BTM_ReadDevInfo = BTM_ReadDevInfo,
|
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()
|
D | btm_sec.cc | 905 BTM_ReadDevInfo(bd_addr, &dev_type, &addr_type); in BTM_SecBond()
|
/system/bt/stack/include/ |
D | btm_ble_api.h | 416 extern void BTM_ReadDevInfo(const RawAddress& remote_bda,
|
D | btm_client_interface.h | 86 void (*BTM_ReadDevInfo)(const RawAddress& bd_addr, member
|
/system/bt/test/mock/ |
D | mock_stack_btm_ble.cc | 188 void BTM_ReadDevInfo(const RawAddress& remote_bda, tBT_DEVICE_TYPE* p_dev_type, in BTM_ReadDevInfo() function
|
D | mock_main_shim_btm_api.cc | 384 void bluetooth::shim::BTM_ReadDevInfo(const RawAddress& remote_bda, in BTM_ReadDevInfo() function in bluetooth::shim
|
/system/bt/main/shim/ |
D | btm_api.h | 568 void BTM_ReadDevInfo(const RawAddress& remote_bda, tBT_DEVICE_TYPE* p_dev_type,
|
D | btm_api.cc | 1019 void bluetooth::shim::BTM_ReadDevInfo(const RawAddress& remote_bda, in BTM_ReadDevInfo() function in bluetooth::shim
|
/system/bt/stack/test/common/ |
D | mock_main_shim_btm_api.cc | 388 void bluetooth::shim::BTM_ReadDevInfo(const RawAddress& remote_bda, in BTM_ReadDevInfo() function in bluetooth::shim
|
/system/bt/bta/dm/ |
D | bta_dm_act.cc | 1671 BTM_ReadDevInfo(remote_bd_addr, &dev_type, &addr_type); in bta_dm_discover_device() 2084 BTM_ReadDevInfo(bd_addr, &sec_event.auth_cmpl.dev_type, in bta_dm_new_link_key_cback() 2123 BTM_ReadDevInfo(bd_addr, &sec_event.auth_cmpl.dev_type, in bta_dm_authentication_complete_cback() 3512 BTM_ReadDevInfo(bda, &sec_event.auth_cmpl.dev_type, in bta_dm_ble_smp_cback()
|
/system/bt/stack/acl/ |
D | btm_acl.cc | 1659 BTM_ReadDevInfo(remote_bda, &dev_type, &addr_type); in BTM_ReadRSSI() 1704 BTM_ReadDevInfo(remote_bda, &dev_type, &addr_type); in BTM_ReadFailedContactCounter()
|
/system/bt/btif/src/ |
D | btif_dm.cc | 622 BTM_ReadDevInfo(bd_addr, &tmp_dev_type, &tmp_addr_type); in btif_dm_cb_create_bond()
|