Searched refs:pending_ind_q (Results 1 – 4 of 4) sorted by relevance
130 if (p_tcb->pending_ind_q == NULL) return; in gatt_free_pending_ind()133 while (!fixed_queue_is_empty(p_tcb->pending_ind_q)) in gatt_free_pending_ind()134 osi_free(fixed_queue_try_dequeue(p_tcb->pending_ind_q)); in gatt_free_pending_ind()135 fixed_queue_free(p_tcb->pending_ind_q, NULL); in gatt_free_pending_ind()136 p_tcb->pending_ind_q = NULL; in gatt_free_pending_ind()202 fixed_queue_enqueue(p_tcb->pending_ind_q, p_buf); in gatt_add_pending_ind()317 log::verbose("is_queue_empty={}", fixed_queue_is_empty(p_tcb->pending_ind_q)); in gatt_is_srv_chg_ind_pending()325 if (fixed_queue_is_empty(p_tcb->pending_ind_q)) return false; in gatt_is_srv_chg_ind_pending()327 list_t* list = fixed_queue_get_list(p_tcb->pending_ind_q); in gatt_is_srv_chg_ind_pending()501 p_tcb->pending_ind_q = fixed_queue_new(SIZE_MAX); in gatt_allocate_tcb_by_bdaddr()
180 fixed_queue_free(gatt_cb.tcb[i].pending_ind_q, NULL); in gatt_free()181 gatt_cb.tcb[i].pending_ind_q = NULL; in gatt_free()455 fixed_queue_free(p_tcb->pending_ind_q, NULL); in gatt_act_connect()
1226 (tGATT_VALUE*)fixed_queue_try_peek_first(tcb.pending_ind_q); in gatts_chk_pending_ind()1233 osi_free(fixed_queue_try_remove_from_queue(tcb.pending_ind_q, p_buf)); in gatts_chk_pending_ind()
314 fixed_queue_t* pending_ind_q; member