Home
last modified time | relevance | path

Searched refs:pending_new_srv_start_q (Results 1 – 4 of 4) sorted by relevance

/system/bt/stack/gatt/
Dgatt_main.c109 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()
Dgatt_api.c250 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()
Dgatt_utils.c205 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()
Dgatt_int.h480 fixed_queue_t *pending_new_srv_start_q; /* pending new service start queue */ member