Gatt Notification or indication event for BLE_GATTS_EVT_NTF_IND. More...

#include <ble_gatts.h>

Public Attributes

ble_gatt_evt_type_t type
 
uint16_t handle
 

Detailed Description

Gatt Notification or indication event for BLE_GATTS_EVT_NTF_IND.

Definition at line 386 of file ble_gatts.h.

Member Data Documentation

◆ handle

uint16_t ble_gatts_evt_ntf_ind_t::handle

Handle of the write operation, or notification/indication operation.

Definition at line 389 of file ble_gatts.h.

◆ type

ble_gatt_evt_type_t ble_gatts_evt_ntf_ind_t::type

Notification or indication event type.

Definition at line 388 of file ble_gatts.h.


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