GATT Common structure. More...

#include <ble_gatt.h>

Public Attributes

uint8_t index
 
union {
   ble_gatt_common_evt_mtu_exchange_t   mtu_exchange
 
   ble_gatt_common_evt_prf_reg_t   prf_reg
 
params
 

Detailed Description

GATT Common structure.

Definition at line 103 of file ble_gatt.h.

Member Data Documentation

◆ index

uint8_t ble_gatt_common_evt_t::index

Index of connection.

Definition at line 105 of file ble_gatt.h.

◆ mtu_exchange

ble_gatt_common_evt_mtu_exchange_t ble_gatt_common_evt_t::mtu_exchange

MTU exchanged event.

Definition at line 108 of file ble_gatt.h.

◆ params

union { ... } ble_gatt_common_evt_t::params

Event Parameters.

◆ prf_reg

ble_gatt_common_evt_prf_reg_t ble_gatt_common_evt_t::prf_reg

Server Profile Register event.

Definition at line 109 of file ble_gatt.h.


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