dragoon  4383
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
ble_gatts_evt_read_t Struct Reference

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
 

Detailed Description

Event substructure for authorized read requests, see ble_gatts_evt_rw_authorize_request_t.

Definition at line 356 of file ble_gatts.h.

Field Documentation

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.


The documentation for this struct was generated from the following file: