GATT Common structure. More...

#include <ble_gatt.h>

+ Collaboration diagram for ble_gatt_common_evt_t:

Public Attributes

uint8_t index
 Index of connection. More...
 
union {
   ble_gatt_common_evt_mtu_exchange_t   mtu_exchange
 MTU exchanged event. More...
 
   ble_gatt_common_evt_prf_reg_t   prf_reg
 Server Profile Register event. More...
 
params
 Event Parameters. More...
 

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: