ble_gatts_evt_t

S332 SoftDevice v0.9.1 API

S332 SoftDevice v0.9.1

GATT Server event callback event structure. More...

#include <ble_gatts.h>

Detailed Description

GATT Server event callback event structure.

Field Documentation

ble_gatts_evt_rw_authorize_request_t ble_gatts_evt_t::authorize_request

Read or Write Authorize Request Parameters.

uint16_t ble_gatts_evt_t::conn_handle

Connection Handle on which the event occurred.

ble_gatts_evt_hvc_t ble_gatts_evt_t::hvc

Handle Value Confirmation Event Parameters.

union { ... } ble_gatts_evt_t::params

Event Parameters.

ble_gatts_evt_sys_attr_missing_t ble_gatts_evt_t::sys_attr_missing

System attributes missing.

ble_gatts_evt_timeout_t ble_gatts_evt_t::timeout

Timeout Event.

ble_gatts_evt_write_t ble_gatts_evt_t::write

Write Event Parameters.