Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_hf.cc112 RawAddress connected_bda; member
163 (!bd_addr || *bd_addr == btif_hf_cb[i].connected_bda)) in is_connected()
180 if (*bd_addr == btif_hf_cb[i].connected_bda) return i; in btif_hf_idx_by_bdaddr()
255 hf_cb->connected_bda = RawAddress::kEmpty; in reset_control_block()
324 CHECK(!btif_hf_cb[idx].connected_bda.IsEmpty()) in btif_hf_upstreams_evt()
326 CHECK_EQ(btif_hf_cb[idx].connected_bda, p_data->open.bd_addr) in btif_hf_upstreams_evt()
331 btif_hf_cb[idx].connected_bda = p_data->open.bd_addr; in btif_hf_upstreams_evt()
338 btif_hf_cb[idx].state, &btif_hf_cb[idx].connected_bda); in btif_hf_upstreams_evt()
348 << btif_hf_cb[idx].connected_bda << ", status " in btif_hf_upstreams_evt()
350 RawAddress connected_bda = btif_hf_cb[idx].connected_bda; in btif_hf_upstreams_evt() local
[all …]