Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_hf.cc120 static btif_hf_cb_t btif_hf_cb[BTA_AG_MAX_NUM_CLIENTS]; variable
161 if (((btif_hf_cb[i].state == BTHF_CONNECTION_STATE_CONNECTED) || in is_connected()
162 (btif_hf_cb[i].state == BTHF_CONNECTION_STATE_SLC_CONNECTED)) && in is_connected()
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()
222 BTA_AgResult(btif_hf_cb[idx].handle, BTA_AG_UNAT_RES, ag_res); in send_at_result()
277 return btif_hf_cb[idx].state == BTHF_CONNECTION_STATE_SLC_CONNECTED; in IsSlcConnected()
314 btif_hf_cb[idx].handle = p_data->reg.hdr.handle; in btif_hf_upstreams_evt()
316 __func__, btif_hf_cb[idx].handle); in btif_hf_upstreams_evt()
321 if (btif_hf_cb[idx].is_initiator) { in btif_hf_upstreams_evt()
[all …]