FreeRTOS:
BLE
BLE
|
Return to main page ↑ |
BLE Attribute event. More...
#include <iot_ble.h>
BLE Attribute event.
Attribute event type.
IotBleReadEventParams_t* IotBleAttributeEvent_t::pParamRead |
Read event.
IotBleWriteEventParams_t* IotBleAttributeEvent_t::pParamWrite |
Write event.
IotBleExecWriteEventParams_t* IotBleAttributeEvent_t::pParamExecWrite |
Execute write event.
IotBleRespConfirmEventParams_t* IotBleAttributeEvent_t::pParamRespConfirm |
Response confirm event.
IotBleIndicationSentEventParams_t* IotBleAttributeEvent_t::pParamIndicationSent |
Indication event.
IotBleAttributeEventType_t IotBleAttributeEvent_t::xEventType |
Event type (read/write/...).