|
dragoon
4383
|
Event substructure for authorized read requests, see ble_gatts_evt_rw_authorize_request_t. More...
#include <ble_gatts.h>
Data Fields | |
| uint16_t | handle |
| ble_uuid_t | uuid |
| uint16_t | offset |
Event substructure for authorized read requests, see ble_gatts_evt_rw_authorize_request_t.
Definition at line 356 of file ble_gatts.h.
| uint16_t ble_gatts_evt_read_t::handle |
Attribute Handle.
Definition at line 358 of file ble_gatts.h.
| uint16_t ble_gatts_evt_read_t::offset |
Offset for the read operation.
Definition at line 360 of file ble_gatts.h.
| ble_uuid_t ble_gatts_evt_read_t::uuid |
Attribute UUID.
Definition at line 359 of file ble_gatts.h.