Searched refs:active_device_addr (Results 1 – 5 of 5) sorted by relevance
248 void BTA_AgSetActiveDevice(const RawAddress& active_device_addr) { in BTA_AgSetActiveDevice() argument249 if (active_device_addr.IsEmpty()) { in BTA_AgSetActiveDevice()253 active_device_addr)); in BTA_AgSetActiveDevice()
69 static RawAddress active_device_addr = {}; variable139 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()
278 virtual bt_status_t SetActiveDevice(RawAddress* active_device_addr) = 0;
878 bt_status_t SetActiveDevice(RawAddress* active_device_addr) override;1573 bt_status_t HeadsetInterface::SetActiveDevice(RawAddress* active_device_addr) { in SetActiveDevice() argument1575 active_bda = *active_device_addr; in SetActiveDevice()1576 BTA_AgSetActiveDevice(*active_device_addr); in SetActiveDevice()
642 void BTA_AgSetActiveDevice(const RawAddress& active_device_addr);