Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/btif/src/
Dbtif_hf.c102 else if (btif_hf_cb.state != BTHF_CONNECTION_STATE_SLC_CONNECTED)\
104 …("BTHF: %s: SLC connection not up. state=%s", __FUNCTION__, dump_hf_conn_state(btif_hf_cb.state));\
126 static btif_hf_cb_t btif_hf_cb; variable
152 …if (((btif_hf_cb.state == BTHF_CONNECTION_STATE_CONNECTED) || (btif_hf_cb.state == BTHF_CONNECTION… in is_connected()
153 ((bd_addr == NULL) || (bdcmp(bd_addr->address, btif_hf_cb.connected_bda.address) == 0))) in is_connected()
201 BTA_AgResult (btif_hf_cb.handle, BTA_AG_UNAT_RES, &ag_res); in send_at_result()
226 btif_hf_cb.call_setup_state = BTHF_CALL_STATE_IDLE; in clear_phone_state()
227 btif_hf_cb.num_active = btif_hf_cb.num_held = 0; in clear_phone_state()
265 btif_hf_cb.handle = p_data->reg.hdr.handle; in btif_hf_upstreams_evt()
271 bdcpy(btif_hf_cb.connected_bda.address, p_data->open.bd_addr); in btif_hf_upstreams_evt()
[all …]