Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of nrf51-sdk by
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.
Generated on Tue Jul 12 2022 14:11:24 by
