ble_gatt_client
|
Data Fields | |
int | ref_count |
uint16_t | next_handle |
struct queue * | services |
struct queue * | notify_list |
unsigned int | next_notify_id |
uint16_t gatt_db::next_handle |
Definition at line 63 of file gatt-db.c.
Referenced by gatt_db_add_service(), gatt_db_clear(), gatt_db_insert_service(), and gatt_db_new().
unsigned int gatt_db::next_notify_id |
Definition at line 67 of file gatt-db.c.
Referenced by gatt_db_register().
struct queue* gatt_db::notify_list |
Definition at line 66 of file gatt-db.c.
Referenced by gatt_db_destroy(), gatt_db_new(), gatt_db_register(), gatt_db_unregister(), and notify_service_changed().
int gatt_db::ref_count |
Definition at line 62 of file gatt-db.c.
Referenced by gatt_db_ref(), and gatt_db_unref().
struct queue* gatt_db::services |
Definition at line 64 of file gatt-db.c.
Referenced by find_insert_loc(), gatt_db_clear(), gatt_db_clear_range(), gatt_db_destroy(), gatt_db_find_by_type(), gatt_db_find_by_type_value(), gatt_db_find_information(), gatt_db_foreach_service_in_range(), gatt_db_get_attribute(), gatt_db_get_service_with_uuid(), gatt_db_insert_service(), gatt_db_isempty(), gatt_db_new(), gatt_db_read_by_group_type(), gatt_db_read_by_type(), and gatt_db_remove_service().