FreeRTOS: BLE
BLE
Return to main page ↑
BTGattValue_t Struct Reference

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
 

Detailed Description

GATT value type used in response to remote read/Write requests.

Field Documentation

◆ usHandle

uint16_t BTGattValue_t::usHandle

Handle # of the attribute accessed.

◆ pucValue

uint8_t* BTGattValue_t::pucValue

Value of the attribute accessed.

◆ usOffset

uint16_t BTGattValue_t::usOffset

Offset pointer for the data being read.

◆ xLen

size_t BTGattValue_t::xLen

xLen of the pucValue field.

◆ xRspErrorStatus

BTRspErrorStatus_t BTGattValue_t::xRspErrorStatus

Error status, see BTRspErrorStatus_t.


The documentation for this struct was generated from the following file: