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.cc 145 osi_free(fixed_queue_try_remove_from_queue(gatt_cb.srv_chg_clt_q, p_buf));
161 if (fixed_queue_is_empty(gatt_cb.srv_chg_clt_q)) return;
163 list_t* list = fixed_queue_get_list(gatt_cb.srv_chg_clt_q);
220 fixed_queue_enqueue(gatt_cb.srv_chg_clt_q, p_buf);
357 if (fixed_queue_is_empty(gatt_cb.srv_chg_clt_q)) return NULL;
359 list_t* list = fixed_queue_get_list(gatt_cb.srv_chg_clt_q);
    [all...]
gatt_main.cc 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 379 fixed_queue_t* srv_chg_clt_q; /* service change clients queue */ member in struct:__anon106247

Completed in 50 milliseconds