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 nRF51822 by
ble_gatts_value_t Struct Reference
[Structures]
GATT Attribute Value. More...
#include <ble_gatts.h>
Data Fields | |
uint16_t | len |
Length in bytes to be written or read. | |
uint16_t | offset |
Attribute value offset. | |
uint8_t * | p_value |
Pointer to where value is stored or will be stored. |
Detailed Description
GATT Attribute Value.
Definition at line 199 of file ble_gatts.h.
Field Documentation
uint16_t len |
Length in bytes to be written or read.
Length in bytes written or read after successful return.
Definition at line 201 of file ble_gatts.h.
uint16_t offset |
Attribute value offset.
Definition at line 202 of file ble_gatts.h.
uint8_t* p_value |
Pointer to where value is stored or will be stored.
If value is stored in user memory, only the attribute length is updated when p_value == NULL. Set to NULL when reading to obtain the complete length of the attribute value
Definition at line 203 of file ble_gatts.h.
Generated on Tue Jul 12 2022 21:00:20 by
