Home
last modified time | relevance | path

Searched refs:active_device_addr (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/bta/ag/
Dbta_ag_api.cc248 void BTA_AgSetActiveDevice(const RawAddress& active_device_addr) { in BTA_AgSetActiveDevice() argument
249 if (active_device_addr.IsEmpty()) { in BTA_AgSetActiveDevice()
253 active_device_addr)); in BTA_AgSetActiveDevice()
Dbta_ag_sco.cc69 static RawAddress active_device_addr = {}; variable
139 return !active_device_addr.IsEmpty() && active_device_addr == bd_addr; in bta_ag_sco_is_active_device()
404 remote_bda ? *remote_bda : RawAddress::kEmpty, active_device_addr, in bta_ag_esco_connreq_cback()
447 active_device_addr); in bta_ag_create_sco()
1597 const RawAddress& bta_ag_get_active_device() { return active_device_addr; } in bta_ag_get_active_device()
1602 if (hfp_offload_interface && !active_device_addr.IsEmpty()) { in bta_clear_active_device()
1606 active_device_addr = RawAddress::kEmpty; in bta_clear_active_device()
1633 if (active_device_addr.IsEmpty()) { in bta_ag_api_set_active_device()
1639 active_device_addr = new_active_device; in bta_ag_api_set_active_device()
/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth_headset_interface.h278 virtual bt_status_t SetActiveDevice(RawAddress* active_device_addr) = 0;
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf.cc878 bt_status_t SetActiveDevice(RawAddress* active_device_addr) override;
1573 bt_status_t HeadsetInterface::SetActiveDevice(RawAddress* active_device_addr) { in SetActiveDevice() argument
1575 active_bda = *active_device_addr; in SetActiveDevice()
1576 BTA_AgSetActiveDevice(*active_device_addr); in SetActiveDevice()
/packages/modules/Bluetooth/system/bta/include/
Dbta_ag_api.h642 void BTA_AgSetActiveDevice(const RawAddress& active_device_addr);