GATT read attribute result description. More...
#include <ble_gatts.h>
Public Attributes | |
uint16_t | handle |
uint16_t | length |
uint8_t | status |
uint8_t * | value |
GATT read attribute result description.
Definition at line 302 of file ble_gatts.h.
uint16_t ble_gatts_read_cfm_t::handle |
Handle of the read attribute.
Definition at line 304 of file ble_gatts.h.
uint16_t ble_gatts_read_cfm_t::length |
Length of read data.
Definition at line 305 of file ble_gatts.h.
uint8_t ble_gatts_read_cfm_t::status |
Status of read operation by upper layers. See BLE Stack specific error codes.
Definition at line 306 of file ble_gatts.h.
uint8_t* ble_gatts_read_cfm_t::value |
Attribute value pointer.
Definition at line 307 of file ble_gatts.h.