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

#include <ble_gatts.h>

Public Attributes

gatt_evt_type_t type
 Request type (Notification/Indication). More...
 
uint16_t handle
 Characteristic Value handle to be notified or indicated. More...
 
uint16_t length
 Length of Characteristic Value to be sent. More...
 
uint8_t * value
 Characteristic Value pointer. More...
 

Detailed Description

GATT sending Notification or Indication event param description.

Definition at line 348 of file ble_gatts.h.

Member Data Documentation

◆ handle

uint16_t gatts_noti_ind_t::handle

Characteristic Value handle to be notified or indicated.

Definition at line 351 of file ble_gatts.h.

◆ length

uint16_t gatts_noti_ind_t::length

Length of Characteristic Value to be sent.

Definition at line 352 of file ble_gatts.h.

◆ type

gatt_evt_type_t gatts_noti_ind_t::type

Request type (Notification/Indication).

see gatt_evt_type_t.

Definition at line 350 of file ble_gatts.h.

◆ value

uint8_t* gatts_noti_ind_t::value

Characteristic Value pointer.

Definition at line 353 of file ble_gatts.h.


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