Searched refs:btif_hf_client_cb_arr (Results 1 – 1 of 1) sorted by relevance
137 static btif_hf_client_cb_arr_t btif_hf_client_cb_arr; variable199 if (btif_hf_client_cb_arr.cb[i].state != in btif_hf_client_get_cb_by_handle()201 btif_hf_client_cb_arr.cb[i].handle == handle) { in btif_hf_client_get_cb_by_handle()202 return &btif_hf_client_cb_arr.cb[i]; in btif_hf_client_get_cb_by_handle()225 if (btif_hf_client_cb_arr.cb[i].state != in btif_hf_client_get_cb_by_bda()227 !bdcmp(btif_hf_client_cb_arr.cb[i].peer_bda.address, bd_addr)) { in btif_hf_client_get_cb_by_bda()228 return &btif_hf_client_cb_arr.cb[i]; in btif_hf_client_get_cb_by_bda()246 btif_hf_client_cb_t* cb = &btif_hf_client_cb_arr.cb[i]; in btif_hf_client_allocate_cb()278 memset(&btif_hf_client_cb_arr, 0, sizeof(btif_hf_client_cb_arr_t)); in init()