FreeRTOS:
BLE
BLE
|
Return to main page ↑ |
GATT value type used in response to remote read/Write requests. More...
#include <bt_hal_gatt_server.h>
Data Fields | |
uint16_t | usHandle |
uint8_t * | pucValue |
uint16_t | usOffset |
size_t | xLen |
BTRspErrorStatus_t | xRspErrorStatus |
GATT value type used in response to remote read/Write requests.
uint16_t BTGattValue_t::usHandle |
Handle # of the attribute accessed.
uint8_t* BTGattValue_t::pucValue |
Value of the attribute accessed.
uint16_t BTGattValue_t::usOffset |
Offset pointer for the data being read.
size_t BTGattValue_t::xLen |
xLen of the pucValue field.
BTRspErrorStatus_t BTGattValue_t::xRspErrorStatus |
Error status, see BTRspErrorStatus_t.