Home
last modified time | relevance | path

Searched refs:BTA_DmSetDeviceName (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_dm_api.cc67 struct BTA_DmSetDeviceName BTA_DmSetDeviceName; variable
201 void BTA_DmSetDeviceName(const char* p_name) { in BTA_DmSetDeviceName() function
203 test::mock::bta_dm_api::BTA_DmSetDeviceName(p_name); in BTA_DmSetDeviceName()
Dmock_bta_dm_api.h386 struct BTA_DmSetDeviceName { struct
390 extern struct BTA_DmSetDeviceName BTA_DmSetDeviceName; argument
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_api.cc59 void BTA_DmSetDeviceName(const char* p_name) { in BTA_DmSetDeviceName() function
/packages/modules/Bluetooth/system/bta/include/
Dbta_api.h754 void BTA_DmSetDeviceName(const char* p_name);
/packages/modules/Bluetooth/system/btif/src/
Dbtif_core.cc631 BTA_DmSetDeviceName((const char*)bd_name); in btif_set_adapter_property()
Dbtif_dm.cc2077 BTA_DmSetDeviceName((const char*)prop.val); in BTIF_dm_enable()
2082 BTA_DmSetDeviceName(btif_get_default_local_name()); in BTIF_dm_enable()