HomeSort by relevance Sort by last modified time
    Searched refs:srv_chg_clt_q (Results 1 - 3 of 3) sorted by null

  /system/bt/stack/gatt/
gatt_utils.c 153 osi_free(fixed_queue_try_remove_from_queue(gatt_cb.srv_chg_clt_q,
171 if (fixed_queue_is_empty(gatt_cb.srv_chg_clt_q))
174 list_t *list = fixed_queue_get_list(gatt_cb.srv_chg_clt_q);
288 fixed_queue_enqueue(gatt_cb.srv_chg_clt_q, p_buf);
811 if (fixed_queue_is_empty(gatt_cb.srv_chg_clt_q))
814 list_t *list = fixed_queue_get_list(gatt_cb.srv_chg_clt_q);
    [all...]
gatt_main.c 108 gatt_cb.srv_chg_clt_q = fixed_queue_new(SIZE_MAX);
158 fixed_queue_free(gatt_cb.srv_chg_clt_q, NULL);
159 gatt_cb.srv_chg_clt_q = NULL;
    [all...]
gatt_int.h 479 fixed_queue_t *srv_chg_clt_q; /* service change clients queue */ member in struct:__anon73637

Completed in 1174 milliseconds