Searched refs:bta_ag_get_active_device (Results 1 – 5 of 5) sorted by relevance
49 const RawAddress& addr = bta_ag_get_active_device(); in get_hfp_active_device_callback()113 RawAddress addr = bta_ag_get_active_device(); in StopRequest()
313 ASSERT_EQ(addr, bta_ag_get_active_device()); in TEST_F_WITH_FLAGS()351 ASSERT_EQ(addr, bta_ag_get_active_device()); in TEST_F_WITH_FLAGS()
430 if (bta_ag_get_active_device() == p_scb->peer_addr) { in bta_ag_rfc_close()848 if (bta_ag_get_active_device().IsEmpty()) { in bta_ag_svc_conn_open()
472 const RawAddress& bta_ag_get_active_device();
1597 const RawAddress& bta_ag_get_active_device() { return active_device_addr; } in bta_ag_get_active_device() function