WL865E4-P  36.07.001
M2MB_BLE_GATT_CONNECTION_EVENT_DATA Struct Reference

#include <m2mb_ble_driver.h>

Data Fields

M2MB_BLE_GATT_CONNECTION_EVENT_TYPE_T Event_Data_Type
 
UINT32 Event_Data_Size
 
union {
   M2MB_BLE_GATT_DEVICE_CONNECTION_REQUEST_DATA_T *   GATT_Device_Connection_Request_Data
 
   M2MB_BLE_GATT_DEVICE_CONNECTION_DATA_T *   GATT_Device_Connection_Data
 
   M2MB_BLE_GATT_DEVICE_CONNECTION_CONFIRMATION_DATA_T *   GATT_Device_Connection_Confirmation_Data
 
   M2MB_BLE_GATT_DEVICE_DISCONNECTION_DATA_T *   GATT_Device_Disconnection_Data
 
   M2MB_BLE_GATT_DEVICE_BUFFER_EMPTY_DATA_T *   GATT_Device_Buffer_Empty_Data
 
   M2MB_BLE_GATT_SERVER_NOTIFICATION_DATA_T *   GATT_Server_Notification_Data
 
   M2MB_BLE_GATT_SERVER_INDICATION_DATA_T *   GATT_Server_Indication_Data
 
   M2MB_BLE_GATT_DEVICE_CONNECTION_MTU_UPDATE_DATA_T *   GATT_Device_Connection_MTU_Update_Data
 
   M2MB_BLE_GATT_CONNECTION_SERVICE_DATABASE_UPDATE_DATA_T *   GATT_Connection_Service_Database_Update_Data
 
   M2MB_BLE_GATT_CONNECTION_SERVICE_CHANGED_READ_DATA_T *   GATT_Connection_Service_Changed_Read_Data
 
   M2MB_BLE_GATT_CONNECTION_SERVICE_CHANGED_CONFIRMATION_DATA_T *   GATT_Connection_Service_Changed_Confirmation_Data
 
   M2MB_BLE_GATT_CONNECTION_SERVICE_CHANGED_CCCD_READ_DATA_T *   GATT_Connection_Service_Changed_CCCD_Read_Data
 
   M2MB_BLE_GATT_CONNECTION_SERVICE_CHANGED_CCCD_UPDATE_DATA_T *   GATT_Connection_Service_Changed_CCCD_Update_Data
 
Event_Data
 

Detailed Description

Definition at line 1482 of file m2mb_ble_driver.h.

Field Documentation

◆ Event_Data

union { ... } Event_Data

Event data.

◆ Event_Data_Size

UINT32 Event_Data_Size

Total size of the data contained in the event.

Definition at line 1488 of file m2mb_ble_driver.h.

◆ Event_Data_Type

Event type used to determine the appropriate union member of the Event_Data field to access.

Definition at line 1484 of file m2mb_ble_driver.h.

◆ GATT_Connection_Service_Changed_CCCD_Read_Data

M2MB_BLE_GATT_CONNECTION_SERVICE_CHANGED_CCCD_READ_DATA_T* GATT_Connection_Service_Changed_CCCD_Read_Data

GATT connection service changed CCCD read data.

Definition at line 1514 of file m2mb_ble_driver.h.

◆ GATT_Connection_Service_Changed_CCCD_Update_Data

M2MB_BLE_GATT_CONNECTION_SERVICE_CHANGED_CCCD_UPDATE_DATA_T* GATT_Connection_Service_Changed_CCCD_Update_Data

GATT connection service changed CCCD update data.

Definition at line 1516 of file m2mb_ble_driver.h.

◆ GATT_Connection_Service_Changed_Confirmation_Data

M2MB_BLE_GATT_CONNECTION_SERVICE_CHANGED_CONFIRMATION_DATA_T* GATT_Connection_Service_Changed_Confirmation_Data

GATT connection service changed confirmation data.

Definition at line 1512 of file m2mb_ble_driver.h.

◆ GATT_Connection_Service_Changed_Read_Data

M2MB_BLE_GATT_CONNECTION_SERVICE_CHANGED_READ_DATA_T* GATT_Connection_Service_Changed_Read_Data

GATT connection service changed read data.

Definition at line 1510 of file m2mb_ble_driver.h.

◆ GATT_Connection_Service_Database_Update_Data

M2MB_BLE_GATT_CONNECTION_SERVICE_DATABASE_UPDATE_DATA_T* GATT_Connection_Service_Database_Update_Data

GATT connection service database update data.

Definition at line 1508 of file m2mb_ble_driver.h.

◆ GATT_Device_Buffer_Empty_Data

M2MB_BLE_GATT_DEVICE_BUFFER_EMPTY_DATA_T* GATT_Device_Buffer_Empty_Data

GATT device buffer empty data.

Definition at line 1500 of file m2mb_ble_driver.h.

◆ GATT_Device_Connection_Confirmation_Data

M2MB_BLE_GATT_DEVICE_CONNECTION_CONFIRMATION_DATA_T* GATT_Device_Connection_Confirmation_Data

GATT device connection confirmation data.

Definition at line 1496 of file m2mb_ble_driver.h.

◆ GATT_Device_Connection_Data

M2MB_BLE_GATT_DEVICE_CONNECTION_DATA_T* GATT_Device_Connection_Data

GATT device connection data..

Definition at line 1494 of file m2mb_ble_driver.h.

◆ GATT_Device_Connection_MTU_Update_Data

M2MB_BLE_GATT_DEVICE_CONNECTION_MTU_UPDATE_DATA_T* GATT_Device_Connection_MTU_Update_Data

GATT device connection MTU update data.

Definition at line 1506 of file m2mb_ble_driver.h.

◆ GATT_Device_Connection_Request_Data

M2MB_BLE_GATT_DEVICE_CONNECTION_REQUEST_DATA_T* GATT_Device_Connection_Request_Data

GATT device connection request data.

Definition at line 1492 of file m2mb_ble_driver.h.

◆ GATT_Device_Disconnection_Data

M2MB_BLE_GATT_DEVICE_DISCONNECTION_DATA_T* GATT_Device_Disconnection_Data

GATT device disconnection data.

Definition at line 1498 of file m2mb_ble_driver.h.

◆ GATT_Server_Indication_Data

M2MB_BLE_GATT_SERVER_INDICATION_DATA_T* GATT_Server_Indication_Data

GATT server indication data.

Definition at line 1504 of file m2mb_ble_driver.h.

◆ GATT_Server_Notification_Data

M2MB_BLE_GATT_SERVER_NOTIFICATION_DATA_T* GATT_Server_Notification_Data

GATT server notification data.

Definition at line 1502 of file m2mb_ble_driver.h.


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