GATT Common structure. More...
#include <ble_gatt.h>
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... | |
GATT Common structure.
Definition at line 103 of file ble_gatt.h.
uint8_t ble_gatt_common_evt_t::index |
Index of connection.
Definition at line 105 of file ble_gatt.h.
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.
union { ... } ble_gatt_common_evt_t::params |
Event Parameters.
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.