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_read_authorize_params_t Struct Reference
[Structures]
GATT Read Authorization parameters. More...
#include <ble_gatts.h>
Data Fields | |
uint16_t | gatt_status |
GATT status code for the operation, see GATT Status Codes. | |
uint8_t | update: 1 |
If set, data supplied in p_data will be used in the ATT response. | |
uint16_t | offset |
Offset of the attribute value being updated. | |
uint16_t | len |
Length in bytes of the value in p_data pointer, see Maximum attribute lengths. | |
uint8_t * | p_data |
Pointer to new value used to update the attribute value. |
Detailed Description
GATT Read Authorization parameters.
Definition at line 268 of file ble_gatts.h.
Field Documentation
uint16_t gatt_status |
GATT status code for the operation, see GATT Status Codes.
Definition at line 270 of file ble_gatts.h.
uint16_t len |
Length in bytes of the value in p_data pointer, see Maximum attribute lengths.
Definition at line 273 of file ble_gatts.h.
uint16_t offset |
Offset of the attribute value being updated.
Definition at line 272 of file ble_gatts.h.
uint8_t* p_data |
Pointer to new value used to update the attribute value.
Definition at line 274 of file ble_gatts.h.
uint8_t update |
If set, data supplied in p_data will be used in the ATT response.
Definition at line 271 of file ble_gatts.h.
Generated on Tue Jul 12 2022 14:11:24 by
