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

Parameters for write event. More...

#include <iot_ble.h>

Data Fields

uint32_t transId
 
BTBdaddr_tpRemoteBdAddr
 
uint8_t * pValue
 
uint32_t length
 
uint16_t connId
 
uint16_t attrHandle
 
uint16_t offset
 
bool needRsp
 
bool isPrep
 

Detailed Description

Parameters for write event.

Field Documentation

◆ transId

uint32_t IotBleWriteEventParams_t::transId

Transaction ID.

◆ pRemoteBdAddr

BTBdaddr_t* IotBleWriteEventParams_t::pRemoteBdAddr

Remote device address.

◆ pValue

uint8_t* IotBleWriteEventParams_t::pValue

Data to write.

◆ length

uint32_t IotBleWriteEventParams_t::length

Data length.

◆ connId

uint16_t IotBleWriteEventParams_t::connId

Connection ID.

◆ attrHandle

uint16_t IotBleWriteEventParams_t::attrHandle

Param handle.

◆ offset

uint16_t IotBleWriteEventParams_t::offset

Write offset.

◆ needRsp

bool IotBleWriteEventParams_t::needRsp

Need to respond.

◆ isPrep

bool IotBleWriteEventParams_t::isPrep

Set to true if it is a prepare write.


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