Searched refs:btif_hf_client_cb (Results 1 – 1 of 1) sorted by relevance
92 else if (btif_hf_client_cb.state != BTHF_CLIENT_CONNECTION_STATE_SLC_CONNECTED)\96 dump_hf_conn_state(btif_hf_client_cb.state));\115 static btif_hf_client_cb_t btif_hf_client_cb; variable141 &btif_hf_client_cb.connected_bda); in btif_in_hf_client_generic_evt()161 memset(&btif_hf_client_cb, 0, sizeof(btif_hf_client_cb_t)); in clear_state()166 if (((btif_hf_client_cb.state == BTHF_CLIENT_CONNECTION_STATE_CONNECTED) || in is_connected()167 (btif_hf_client_cb.state == BTHF_CLIENT_CONNECTION_STATE_SLC_CONNECTED))&& in is_connected()168 … ((bd_addr == NULL) || (bdcmp(bd_addr->address, btif_hf_client_cb.connected_bda.address) == 0))) in is_connected()219 btif_hf_client_cb.state = BTHF_CLIENT_CONNECTION_STATE_CONNECTING; in connect_int()220 bdcpy(btif_hf_client_cb.connected_bda.address, bd_addr->address); in connect_int()[all …]