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

BLE Attribute event. More...

#include <iot_ble.h>

Data Fields

union {
   IotBleReadEventParams_t *   pParamRead
 
   IotBleWriteEventParams_t *   pParamWrite
 
   IotBleExecWriteEventParams_t *   pParamExecWrite
 
   IotBleRespConfirmEventParams_t *   pParamRespConfirm
 
   IotBleIndicationSentEventParams_t *   pParamIndicationSent
 
}; 
 
IotBleAttributeEventType_t xEventType
 

Detailed Description

BLE Attribute event.

Attribute event type.

Field Documentation

◆ pParamRead

IotBleReadEventParams_t* IotBleAttributeEvent_t::pParamRead

Read event.

◆ pParamWrite

IotBleWriteEventParams_t* IotBleAttributeEvent_t::pParamWrite

Write event.

◆ pParamExecWrite

IotBleExecWriteEventParams_t* IotBleAttributeEvent_t::pParamExecWrite

Execute write event.

◆ pParamRespConfirm

IotBleRespConfirmEventParams_t* IotBleAttributeEvent_t::pParamRespConfirm

Response confirm event.

◆ pParamIndicationSent

IotBleIndicationSentEventParams_t* IotBleAttributeEvent_t::pParamIndicationSent

Indication event.

◆ xEventType

IotBleAttributeEventType_t IotBleAttributeEvent_t::xEventType

Event type (read/write/...).


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