FreeRTOS:
BLE
BLE
|
Return to main page ↑ |
Parameters for write event. More...
#include <iot_ble.h>
Data Fields | |
uint32_t | transId |
BTBdaddr_t * | pRemoteBdAddr |
uint8_t * | pValue |
uint32_t | length |
uint16_t | connId |
uint16_t | attrHandle |
uint16_t | offset |
bool | needRsp |
bool | isPrep |
Parameters for write event.
uint32_t IotBleWriteEventParams_t::transId |
Transaction ID.
BTBdaddr_t* IotBleWriteEventParams_t::pRemoteBdAddr |
Remote device address.
uint8_t* IotBleWriteEventParams_t::pValue |
Data to write.
uint32_t IotBleWriteEventParams_t::length |
Data length.
uint16_t IotBleWriteEventParams_t::connId |
Connection ID.
uint16_t IotBleWriteEventParams_t::attrHandle |
Param handle.
uint16_t IotBleWriteEventParams_t::offset |
Write offset.
bool IotBleWriteEventParams_t::needRsp |
Need to respond.
bool IotBleWriteEventParams_t::isPrep |
Set to true if it is a prepare write.