BLE GATTS event structure. More...

#include <ble_gatts.h>

Public Attributes

uint8_t index
 
union {
   ble_gatts_evt_read_t   read_req
 
   ble_gatts_evt_write_t   write_req
 
   ble_gatts_evt_prep_write_t   prep_wr_req
 
   ble_gatts_evt_ntf_ind_t   ntf_ind_sended
 
   ble_gatts_evt_cccd_rec_t   cccd_recovery
 
params
 

Detailed Description

BLE GATTS event structure.

Definition at line 389 of file ble_gatts.h.

Member Data Documentation

◆ cccd_recovery

ble_gatts_evt_cccd_rec_t ble_gatts_evt_t::cccd_recovery

Gatt cccd recovery event .

Definition at line 398 of file ble_gatts.h.

◆ index

uint8_t ble_gatts_evt_t::index

Index of connection.

Definition at line 391 of file ble_gatts.h.

◆ ntf_ind_sended

ble_gatts_evt_ntf_ind_t ble_gatts_evt_t::ntf_ind_sended

Notification or indication sened event.

Definition at line 397 of file ble_gatts.h.

◆ params

union { ... } ble_gatts_evt_t::params

Event Parameters.

◆ prep_wr_req

ble_gatts_evt_prep_write_t ble_gatts_evt_t::prep_wr_req

Prepare write request event.

Definition at line 396 of file ble_gatts.h.

◆ read_req

ble_gatts_evt_read_t ble_gatts_evt_t::read_req

Read request event.

Definition at line 394 of file ble_gatts.h.

◆ write_req

ble_gatts_evt_write_t ble_gatts_evt_t::write_req

Write request event.

Definition at line 395 of file ble_gatts.h.


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