WL865E4-P  36.07.001
M2MB_BLE_GATT_SERVICE_DISCOVERY_EVENT_DATA Struct Reference

#include <m2mb_ble_driver.h>

Data Fields

M2MB_BLE_GATT_Service_DISCOVERY_EVENT_TYPE_T Event_Data_Type
 
UINT16 Event_Data_Size
 
union {
   M2MB_BLE_GATT_SERVICE_DISCOVERY_INDICATION_DATA_T *   GATT_Service_Discovery_Indication_Data
 
   M2MB_BLE_GATT_SERVICE_DISCOVERY_COMPLETE_DATA_T *   GATT_Service_Discovery_Complete_Data
 
Event_Data
 

Detailed Description

Definition at line 3599 of file m2mb_ble_driver.h.

Field Documentation

◆ Event_Data

union { ... } Event_Data

Event data.

◆ Event_Data_Size

UINT16 Event_Data_Size

Total size of the data contained in the event.

Definition at line 3604 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 3601 of file m2mb_ble_driver.h.

◆ GATT_Service_Discovery_Complete_Data

M2MB_BLE_GATT_SERVICE_DISCOVERY_COMPLETE_DATA_T* GATT_Service_Discovery_Complete_Data

GATT service discovery complete data.

Definition at line 3610 of file m2mb_ble_driver.h.

◆ GATT_Service_Discovery_Indication_Data

M2MB_BLE_GATT_SERVICE_DISCOVERY_INDICATION_DATA_T* GATT_Service_Discovery_Indication_Data

GATT service discovery indication data.

Definition at line 3608 of file m2mb_ble_driver.h.


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