GATT sending Notification or Indication event param description. More...

#include <ble_gatts.h>

Data Fields

gatt_evt_type_t type
 
uint16_t handle
 
uint16_t length
 
uint8_t * value
 

Detailed Description

GATT sending Notification or Indication event param description.

Field Documentation

◆ handle

uint16_t gatts_noti_ind_t::handle

Characteristic Value handle to be notified or indicated.

◆ length

uint16_t gatts_noti_ind_t::length

Length of Characteristic Value to be sent.

◆ type

gatt_evt_type_t gatts_noti_ind_t::type

Request type (Notification/Indication). see gatt_evt_type_t.

◆ value

uint8_t* gatts_noti_ind_t::value

Characteristic Value pointer.


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