BLE_Nano nRF51 Central heart rate

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_uuid_t uuid
 Attribute UUID.
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 303 of file ble_gatts.h.


Field Documentation

uint16_t handle

Attribute Handle.

Definition at line 305 of file ble_gatts.h.

uint16_t offset

Offset for the read operation.

Definition at line 307 of file ble_gatts.h.

Attribute UUID.

Definition at line 306 of file ble_gatts.h.