Nordic Semiconductor nRF5 AirFuel SDK  version 2.2.0
ble_wpts_c_evt_t Struct Reference

#include <ble_wpts_c.h>

Data Fields

ble_wpts_c_evt_type_t type
 
uint16_t gatt_status
 
union {
   pru_static_t   pru_static
 
   pru_dynamic_t   pru_dynamic
 
   pru_alert_t   pru_alert
 
data
 

Detailed Description

WPT Service Client event.

Definition at line 44 of file ble_wpts_c.h.

Field Documentation

Type of event.

Definition at line 46 of file ble_wpts_c.h.

uint16_t gatt_status

GATT operation status.

Definition at line 47 of file ble_wpts_c.h.

pru_static_t pru_static

PRU Static parameters.

Definition at line 50 of file ble_wpts_c.h.

pru_dynamic_t pru_dynamic

PRU Dynamic parameters.

Definition at line 51 of file ble_wpts_c.h.

pru_alert_t pru_alert

PRU alert parameters.

Definition at line 52 of file ble_wpts_c.h.

union { ... } data

Data union


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