Searched refs:pending_ind_q (Results 1 – 4 of 4) sorted by relevance
95 if (p_tcb->pending_ind_q == NULL) { in gatt_free_pending_ind()100 while (!fixed_queue_is_empty(p_tcb->pending_ind_q)) { in gatt_free_pending_ind()101 osi_free(fixed_queue_dequeue(p_tcb->pending_ind_q, 0)); in gatt_free_pending_ind()103 fixed_queue_free(p_tcb->pending_ind_q, NULL); in gatt_free_pending_ind()104 p_tcb->pending_ind_q = NULL; in gatt_free_pending_ind()269 fixed_queue_enqueue(p_tcb->pending_ind_q, p_buf, FIXED_QUEUE_MAX_TIMEOUT); in gatt_add_pending_ind()822 fixed_queue_is_empty(p_tcb->pending_ind_q)); in gatt_is_srv_chg_ind_pending()826 } else if (! fixed_queue_is_empty(p_tcb->pending_ind_q)) { in gatt_is_srv_chg_ind_pending()827 list_t *list = fixed_queue_get_list(p_tcb->pending_ind_q); in gatt_is_srv_chg_ind_pending()1087 p_tcb->pending_ind_q = fixed_queue_new(QUEUE_SIZE_MAX); in gatt_allocate_tcb_by_bdaddr()
182 fixed_queue_free(p_tcb->pending_ind_q, NULL); in gatt_free()183 p_tcb->pending_ind_q = NULL; in gatt_free()415 if(p_tcb->pending_ind_q != NULL) { in gatt_act_connect()416 fixed_queue_free(p_tcb->pending_ind_q, NULL); in gatt_act_connect()
1650 tGATT_VALUE *p_buf = (tGATT_VALUE *)fixed_queue_try_peek_first(p_tcb->pending_ind_q); in gatts_chk_pending_ind()1658 osi_free(fixed_queue_try_remove_from_queue(p_tcb->pending_ind_q, in gatts_chk_pending_ind()
396 fixed_queue_t *pending_ind_q; member