Searched refs:is_allocated (Results 1 – 3 of 3) sorted by relevance
471 if (bta_hf_client_cb_arr.cb[handle - 1].is_allocated) in bta_hf_client_find_cb_by_handle()496 if (client_cb->is_allocated && peer_addr == client_cb->peer_addr) { in bta_hf_client_find_cb_by_bda()500 i, client_cb->is_allocated); in bta_hf_client_find_cb_by_bda()523 bool is_allocated = client_cb->is_allocated; in bta_hf_client_find_cb_by_rfc_handle() local527 handle, is_allocated, conn_handle); in bta_hf_client_find_cb_by_rfc_handle()529 if (is_allocated && conn_handle == handle) { in bta_hf_client_find_cb_by_rfc_handle()534 handle, is_allocated, conn_handle); in bta_hf_client_find_cb_by_rfc_handle()557 if (client_cb->is_allocated && client_cb->sco_idx == handle) { in bta_hf_client_find_cb_by_sco_handle()594 if (client_cb->is_allocated) { in bta_hf_client_allocate_handle()607 client_cb->is_allocated = true; in bta_hf_client_allocate_handle()[all …]
182 bool is_allocated; /* if the control block is already allocated */ member
879 bool is_allocated = false; in gatt_is_clcb_allocated() local883 is_allocated = true; in gatt_is_clcb_allocated()888 return is_allocated; in gatt_is_clcb_allocated()