GATT read attribute result description. More...
#include <ble_gatts.h>
Public Attributes | |
uint16_t | handle |
Handle of the read attribute. More... | |
uint16_t | length |
Length of read data. More... | |
uint8_t | status |
Status of read operation by upper layers. More... | |
uint8_t * | value |
Attribute value pointer. More... | |
GATT read attribute result description.
Definition at line 317 of file ble_gatts.h.
uint16_t gatts_read_cfm_t::handle |
Handle of the read attribute.
Definition at line 319 of file ble_gatts.h.
uint16_t gatts_read_cfm_t::length |
Length of read data.
Definition at line 320 of file ble_gatts.h.
uint8_t gatts_read_cfm_t::status |
Status of read operation by upper layers.
See BLE Stack specific error codes.
Definition at line 321 of file ble_gatts.h.
uint8_t* gatts_read_cfm_t::value |
Attribute value pointer.
Definition at line 322 of file ble_gatts.h.