ble_gatt_client
|
Data Fields | |
struct queue * | queue |
bt_uuid_t | uuid |
uint16_t | start_handle |
uint16_t | end_handle |
uint16_t read_by_type_data::end_handle |
Definition at line 1105 of file gatt-db.c.
Referenced by gatt_db_read_by_type(), and read_by_type().
struct queue* read_by_type_data::queue |
Definition at line 1102 of file gatt-db.c.
Referenced by gatt_db_read_by_type(), and read_by_type().
uint16_t read_by_type_data::start_handle |
Definition at line 1104 of file gatt-db.c.
Referenced by gatt_db_read_by_type(), and read_by_type().
bt_uuid_t read_by_type_data::uuid |
Definition at line 1103 of file gatt-db.c.
Referenced by gatt_db_read_by_type(), and read_by_type().