Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_core.c1062 BTA_DmSetDeviceName((char *)bd_name); in btif_set_adapter_property()
Dbtif_dm.c1648 BTA_DmSetDeviceName((char*)prop.val); in btif_dm_upstreams_evt()
1655 BTA_DmSetDeviceName(btif_get_default_local_name()); in btif_dm_upstreams_evt()
/system/bt/bta/include/
Dbta_api.h1435 extern void BTA_DmSetDeviceName(char *p_name);
/system/bt/bta/dm/
Dbta_dm_api.c176 void BTA_DmSetDeviceName(char *p_name) in BTA_DmSetDeviceName() function