Searched refs:btif_hf_client_cb (Results 1 – 1 of 1) sorted by relevance
95 else if (btif_hf_client_cb.state != BTHF_CLIENT_CONNECTION_STATE_SLC_CONNECTED)\99 dump_hf_conn_state(btif_hf_client_cb.state));\118 static btif_hf_client_cb_t btif_hf_client_cb; variable143 &btif_hf_client_cb.connected_bda); in btif_in_hf_client_generic_evt()163 memset(&btif_hf_client_cb, 0, sizeof(btif_hf_client_cb_t)); in clear_state()168 if (((btif_hf_client_cb.state == BTHF_CLIENT_CONNECTION_STATE_CONNECTED) || in is_connected()169 (btif_hf_client_cb.state == BTHF_CLIENT_CONNECTION_STATE_SLC_CONNECTED))&& in is_connected()170 … ((bd_addr == NULL) || (bdcmp(bd_addr->address, btif_hf_client_cb.connected_bda.address) == 0))) in is_connected()221 btif_hf_client_cb.state = BTHF_CLIENT_CONNECTION_STATE_CONNECTING; in connect_int()222 bdcpy(btif_hf_client_cb.connected_bda.address, bd_addr->address); in connect_int()[all …]