|
FreeRTOS:
BLE
BLE
|
| Return to main page ↑ |
Parameters for write executed event. More...
#include <iot_ble.h>
Data Fields | |
| uint32_t | transId |
| BTBdaddr_t * | pRemoteBdAddr |
| uint16_t | connId |
| bool | execWrite |
Parameters for write executed event.
| uint32_t IotBleExecWriteEventParams_t::transId |
Transaction ID.
| BTBdaddr_t* IotBleExecWriteEventParams_t::pRemoteBdAddr |
Remote device address.
| uint16_t IotBleExecWriteEventParams_t::connId |
Connection ID.
| bool IotBleExecWriteEventParams_t::execWrite |
Execute (true) or Cancel(false) the Write transaction.