Searched refs:btif_hf_client_cb_arr (Results 1 – 1 of 1) sorted by relevance
148 static btif_hf_client_cb_arr_t btif_hf_client_cb_arr; variable210 if (btif_hf_client_cb_arr.cb[i].state != in btif_hf_client_get_cb_by_handle()212 btif_hf_client_cb_arr.cb[i].handle == handle) { in btif_hf_client_get_cb_by_handle()213 return &btif_hf_client_cb_arr.cb[i]; in btif_hf_client_get_cb_by_handle()234 if (btif_hf_client_cb_arr.cb[i].state != in btif_hf_client_get_cb_by_bda()236 btif_hf_client_cb_arr.cb[i].peer_bda == bd_addr) { in btif_hf_client_get_cb_by_bda()237 return &btif_hf_client_cb_arr.cb[i]; in btif_hf_client_get_cb_by_bda()255 btif_hf_client_cb_t* cb = &btif_hf_client_cb_arr.cb[i]; in btif_hf_client_allocate_cb()286 memset(&btif_hf_client_cb_arr, 0, sizeof(btif_hf_client_cb_arr_t)); in init()