ble_gatt_client
|
Data Fields | |
struct gatt_db * | db |
bool | active |
bool | claimed |
uint16_t | num_handles |
struct gatt_db_attribute ** | attributes |
bool gatt_db_service::active |
Definition at line 115 of file gatt-db.c.
Referenced by find_by_type(), find_information(), gatt_db_read_by_group_type(), gatt_db_service_destroy(), gatt_db_service_get_active(), gatt_db_service_set_active(), and read_by_type().
struct gatt_db_attribute** gatt_db_service::attributes |
Definition at line 118 of file gatt-db.c.
Referenced by attribute_update(), find_by_type(), find_information(), find_service_with_uuid(), foreach_service_in_range(), gatt_db_attribute_get_service_data(), gatt_db_attribute_get_service_uuid(), gatt_db_get_attribute(), gatt_db_get_service_with_uuid(), gatt_db_insert_service(), gatt_db_read_by_group_type(), gatt_db_service_add_included(), gatt_db_service_create(), gatt_db_service_destroy(), gatt_db_service_foreach(), gatt_db_service_foreach_desc(), gatt_db_service_get_handles(), get_attribute_index(), get_handle_at_index(), notify_service_changed(), read_by_type(), service_insert_characteristic(), and service_insert_descriptor().
bool gatt_db_service::claimed |
Definition at line 116 of file gatt-db.c.
Referenced by gatt_db_service_get_claimed(), and gatt_db_service_set_claimed().
struct gatt_db* gatt_db_service::db |
Definition at line 114 of file gatt-db.c.
Referenced by gatt_db_insert_service(), gatt_db_service_destroy(), and gatt_db_service_set_active().
uint16_t gatt_db_service::num_handles |
Definition at line 117 of file gatt-db.c.
Referenced by find_by_type(), find_information(), gatt_db_get_attribute(), gatt_db_insert_service(), gatt_db_read_by_group_type(), gatt_db_service_add_included(), gatt_db_service_destroy(), gatt_db_service_foreach(), gatt_db_service_foreach_desc(), gatt_db_service_get_handles(), get_attribute_index(), and read_by_type().