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

  /system/bt/stack/gatt/
gatt_api.c 251 GKI_freebuf (GKI_remove_from_queue (&gatt_cb.pending_new_srv_start_q, p_buf));
424 GKI_freebuf (GKI_remove_from_queue (&gatt_cb.pending_new_srv_start_q, p_buf));
544 GKI_freebuf (GKI_remove_from_queue (&gatt_cb.pending_new_srv_start_q, p_buf));
    [all...]
gatt_main.c 109 GKI_init_q (&gatt_cb.pending_new_srv_start_q);
    [all...]
gatt_utils.c 187 tGATTS_PENDING_NEW_SRV_START *p_buf = (tGATTS_PENDING_NEW_SRV_START *)GKI_getfirst(&gatt_cb.pending_new_srv_start_q);
247 GKI_enqueue (&gatt_cb.pending_new_srv_start_q, p_buf);
    [all...]
gatt_int.h 499 BUFFER_Q pending_new_srv_start_q; /* pending new service start queue */ member in struct:__anon69399

Completed in 3037 milliseconds