Patched version of nrf51822 FOTA compatible driver, with GPTIO disabled, as it clashed with the mbed definitions...

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

ble_gatts_evt_t Struct Reference

ble_gatts_evt_t Struct Reference
[Structures]

GATT Server event callback event structure. More...

#include <ble_gatts.h>

Data Fields

uint16_t conn_handle
 Connection Handle on which event occurred.
ble_gatts_evt_write_t write
 Write Event Parameters.
ble_gatts_evt_rw_authorize_request_t authorize_request
 Read or Write Authorize Request Parameters.
ble_gatts_evt_sys_attr_missing_t sys_attr_missing
 System attributes missing.
ble_gatts_evt_hvc_t hvc
 Handle Value Confirmation Event Parameters.
ble_gatts_evt_timeout_t timeout
 Timeout Event.

Detailed Description

GATT Server event callback event structure.

Definition at line 301 of file ble_gatts.h.


Field Documentation

Read or Write Authorize Request Parameters.

Definition at line 307 of file ble_gatts.h.

uint16_t conn_handle

Connection Handle on which event occurred.

Definition at line 303 of file ble_gatts.h.

Handle Value Confirmation Event Parameters.

Definition at line 309 of file ble_gatts.h.

System attributes missing.

Definition at line 308 of file ble_gatts.h.

Timeout Event.

Definition at line 310 of file ble_gatts.h.

Write Event Parameters.

Definition at line 306 of file ble_gatts.h.