Home
last modified time | relevance | path

Searched refs:BTM_ReadDevInfo (Results 1 – 13 of 13) sorted by relevance

/system/bt/stack/btm/
Dbtm_client_interface.cc78 .BTM_ReadDevInfo = BTM_ReadDevInfo,
Dbtm_ble.cc460 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()
Dbtm_sec.cc905 BTM_ReadDevInfo(bd_addr, &dev_type, &addr_type); in BTM_SecBond()
/system/bt/stack/include/
Dbtm_ble_api.h416 extern void BTM_ReadDevInfo(const RawAddress& remote_bda,
Dbtm_client_interface.h86 void (*BTM_ReadDevInfo)(const RawAddress& bd_addr, member
/system/bt/test/mock/
Dmock_stack_btm_ble.cc188 void BTM_ReadDevInfo(const RawAddress& remote_bda, tBT_DEVICE_TYPE* p_dev_type, in BTM_ReadDevInfo() function
Dmock_main_shim_btm_api.cc384 void bluetooth::shim::BTM_ReadDevInfo(const RawAddress& remote_bda, in BTM_ReadDevInfo() function in bluetooth::shim
/system/bt/main/shim/
Dbtm_api.h568 void BTM_ReadDevInfo(const RawAddress& remote_bda, tBT_DEVICE_TYPE* p_dev_type,
Dbtm_api.cc1019 void bluetooth::shim::BTM_ReadDevInfo(const RawAddress& remote_bda, in BTM_ReadDevInfo() function in bluetooth::shim
/system/bt/stack/test/common/
Dmock_main_shim_btm_api.cc388 void bluetooth::shim::BTM_ReadDevInfo(const RawAddress& remote_bda, in BTM_ReadDevInfo() function in bluetooth::shim
/system/bt/bta/dm/
Dbta_dm_act.cc1671 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/
Dbtm_acl.cc1659 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/
Dbtif_dm.cc622 BTM_ReadDevInfo(bd_addr, &tmp_dev_type, &tmp_addr_type); in btif_dm_cb_create_bond()