GATTS sending Multiple Notification event param description. More...

#include <ble_gatts.h>

Public Attributes

uint16_t handle
 
uint16_t length
 
uint8_t * value
 

Detailed Description

GATTS sending Multiple Notification event param description.

Definition at line 344 of file ble_gatts.h.

Member Data Documentation

◆ handle

uint16_t noti_multiple_t::handle

Characteristic Value handle to be notified.

Definition at line 346 of file ble_gatts.h.

◆ length

uint16_t noti_multiple_t::length

Length of Characteristic Value to be sent.

Definition at line 347 of file ble_gatts.h.

◆ value

uint8_t* noti_multiple_t::value

Characteristic Value pointer.

Definition at line 348 of file ble_gatts.h.


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