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

#include <ble_gatts.h>

Public Attributes

ble_gatt_evt_type_t type
 
uint16_t handle
 
uint16_t length
 
uint8_t * value
 

Detailed Description

GATT sending Notification or Indication event param description.

Definition at line 333 of file ble_gatts.h.

Member Data Documentation

◆ handle

uint16_t ble_gatts_noti_ind_t::handle

Characteristic Value handle to be notified or indicated.

Definition at line 336 of file ble_gatts.h.

◆ length

uint16_t ble_gatts_noti_ind_t::length

Length of Characteristic Value to be sent.

Definition at line 337 of file ble_gatts.h.

◆ type

ble_gatt_evt_type_t ble_gatts_noti_ind_t::type

Request type (Notification/Indication). see ble_gatt_evt_type_t.

Definition at line 335 of file ble_gatts.h.

◆ value

uint8_t* ble_gatts_noti_ind_t::value

Characteristic Value pointer.

Definition at line 338 of file ble_gatts.h.


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