Home
last modified time | relevance | path

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

/system/bt/bta/ag/
Dbta_ag_api.cc231 void BTA_AgSetActiveDevice(const RawAddress& active_device_addr) { in BTA_AgSetActiveDevice() argument
233 FROM_HERE, base::Bind(&bta_ag_api_set_active_device, active_device_addr)); in BTA_AgSetActiveDevice()
Dbta_ag_sco.cc44 static RawAddress active_device_addr = {}; variable
105 return !active_device_addr.IsEmpty() && active_device_addr == bd_addr; in bta_ag_sco_is_active_device()
317 << ", active_bda=" << active_device_addr << ", current_bda=" in bta_ag_esco_connreq_cback()
373 << " is not active, active_device=" << active_device_addr; in bta_ag_create_sco()
1371 const RawAddress& bta_ag_get_active_device() { return active_device_addr; } in bta_ag_get_active_device()
1373 void bta_clear_active_device() { active_device_addr = RawAddress::kEmpty; } in bta_clear_active_device()
1380 active_device_addr = new_active_device; in bta_ag_api_set_active_device()
/system/bt/include/hardware/
Dbluetooth_headset_interface.h236 virtual bt_status_t SetActiveDevice(RawAddress* active_device_addr) = 0;
/system/bt/bta/include/
Dbta_ag_api.h603 void BTA_AgSetActiveDevice(const RawAddress& active_device_addr);
/system/bt/btif/src/
Dbtif_hf.cc744 bt_status_t SetActiveDevice(RawAddress* active_device_addr) override;
1402 bt_status_t HeadsetInterface::SetActiveDevice(RawAddress* active_device_addr) { in SetActiveDevice() argument
1404 active_bda = *active_device_addr; in SetActiveDevice()
1405 BTA_AgSetActiveDevice(*active_device_addr); in SetActiveDevice()