Searched refs:pending_new_srv_start_q (Results 1 – 4 of 4) sorted by relevance
109 gatt_cb.pending_new_srv_start_q = fixed_queue_new(SIZE_MAX); in gatt_init()160 fixed_queue_free(gatt_cb.pending_new_srv_start_q, NULL); in gatt_free()161 gatt_cb.pending_new_srv_start_q = NULL; in gatt_free()
250 osi_free(fixed_queue_try_remove_from_queue(gatt_cb.pending_new_srv_start_q, p_buf)); in GATTS_CreateService()423 osi_free(fixed_queue_try_remove_from_queue(gatt_cb.pending_new_srv_start_q, p_buf)); in GATTS_DeleteService()543 osi_free(fixed_queue_try_remove_from_queue(gatt_cb.pending_new_srv_start_q, p_buf)); in GATTS_StartService()
205 if (fixed_queue_is_empty(gatt_cb.pending_new_srv_start_q)) in gatt_sr_is_new_srv_chg()208 list_t *list = fixed_queue_get_list(gatt_cb.pending_new_srv_start_q); in gatt_sr_is_new_srv_chg()265 fixed_queue_enqueue(gatt_cb.pending_new_srv_start_q, p_buf); in gatt_add_pending_new_srv_start()
480 fixed_queue_t *pending_new_srv_start_q; /* pending new service start queue */ member