ble_gatt_client
|
Data Fields | |
int | ref_count |
struct queue_entry * | head |
struct queue_entry * | tail |
unsigned int | entries |
unsigned int queue::entries |
Definition at line 44 of file queue.c.
Referenced by queue_isempty(), queue_length(), queue_new(), queue_pop_head(), queue_push_after(), queue_push_head(), queue_push_tail(), queue_remove(), queue_remove_all(), and queue_remove_if().
struct queue_entry* queue::head |
Definition at line 42 of file queue.c.
Referenced by queue_find(), queue_foreach(), queue_get_entries(), queue_new(), queue_peek_head(), queue_pop_head(), queue_push_after(), queue_push_head(), queue_push_tail(), queue_remove(), queue_remove_all(), and queue_remove_if().
int queue::ref_count |
Definition at line 41 of file queue.c.
Referenced by queue_foreach(), queue_ref(), and queue_unref().
struct queue_entry* queue::tail |
Definition at line 43 of file queue.c.
Referenced by queue_new(), queue_peek_tail(), queue_pop_head(), queue_push_after(), queue_push_head(), queue_push_tail(), queue_remove(), queue_remove_all(), and queue_remove_if().