ble_gatt_client
|
#include <queue.h>
Data Fields | |
int | ref_count |
void * | data |
struct queue_entry * | next |
void* queue_entry::data |
Definition at line 32 of file queue.h.
Referenced by find_insert_loc(), gatt_db_read_by_group_type(), handle_notify(), queue_entry_new(), queue_find(), queue_foreach(), queue_peek_head(), queue_peek_tail(), queue_pop_head(), queue_push_after(), queue_remove(), queue_remove_all(), and queue_remove_if().
struct queue_entry* queue_entry::next |
Definition at line 33 of file queue.h.
Referenced by find_insert_loc(), gatt_db_read_by_group_type(), handle_notify(), queue_find(), queue_foreach(), queue_pop_head(), queue_push_after(), queue_push_head(), queue_push_tail(), queue_remove(), queue_remove_all(), and queue_remove_if().
int queue_entry::ref_count |
Definition at line 31 of file queue.h.
Referenced by queue_entry_ref(), and queue_entry_unref().