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.cc69 struct BTA_DmSetDeviceName BTA_DmSetDeviceName; variable
204 void BTA_DmSetDeviceName(const char* p_name) { in BTA_DmSetDeviceName() function
206 test::mock::bta_dm_api::BTA_DmSetDeviceName(p_name); in BTA_DmSetDeviceName()
Dmock_bta_dm_api.h384 struct BTA_DmSetDeviceName { struct
388 extern struct BTA_DmSetDeviceName BTA_DmSetDeviceName; argument
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_api.cc64 void BTA_DmSetDeviceName(const char* p_name) { in BTA_DmSetDeviceName() function
/packages/modules/Bluetooth/system/bta/include/
Dbta_api.h697 extern void BTA_DmSetDeviceName(const char* p_name);
/packages/modules/Bluetooth/system/btif/src/
Dbtif_core.cc712 BTA_DmSetDeviceName((const char*)bd_name); in btif_set_adapter_property()
Dbtif_dm.cc1754 BTA_DmSetDeviceName((const char*)prop.val); in BTIF_dm_enable()
1759 BTA_DmSetDeviceName(btif_get_default_local_name()); in BTIF_dm_enable()