Nordic nrf51 sdk sources. Mirrored from https://github.com/ARMmbed/nrf51-sdk.

Dependents:   nRF51822 nRF51822

Embed: (wiki syntax)

« Back to documentation index

ble_gatts_evt_read_t Struct Reference

ble_gatts_evt_read_t Struct Reference
[Structures]

Event substructure for authorized read requests, see ble_gatts_evt_rw_authorize_request_t. More...

#include <ble_gatts.h>

Data Fields

uint16_t handle
 Attribute Handle.
ble_gatts_attr_context_t context
 Attribute Context.
uint16_t offset
 Offset for the read operation.

Detailed Description

Event substructure for authorized read requests, see ble_gatts_evt_rw_authorize_request_t.

Definition at line 307 of file ble_gatts.h.


Field Documentation

Attribute Context.

Definition at line 310 of file ble_gatts.h.

uint16_t handle

Attribute Handle.

Definition at line 309 of file ble_gatts.h.

uint16_t offset

Offset for the read operation.

Definition at line 311 of file ble_gatts.h.