ble_gattc_evt_enh_ntf_ind_t Struct Reference

GATTC Notification and Indication value indication. More...

#include <ble_gattc.h>

Public Attributes

uint16_t cid
 
ble_gatt_evt_type_t type
 
uint16_t length
 
uint16_t handle
 
uint8_t * p_value
 

Detailed Description

GATTC Notification and Indication value indication.

Definition at line 378 of file ble_gattc.h.

Member Data Documentation

◆ cid

uint16_t ble_gattc_evt_enh_ntf_ind_t::cid

Channel id.

Definition at line 380 of file ble_gattc.h.

◆ handle

uint16_t ble_gattc_evt_enh_ntf_ind_t::handle

Attribute handle.

Definition at line 383 of file ble_gattc.h.

◆ length

uint16_t ble_gattc_evt_enh_ntf_ind_t::length

Attribute value length.

Definition at line 382 of file ble_gattc.h.

◆ p_value

uint8_t* ble_gattc_evt_enh_ntf_ind_t::p_value

Pointer to the attribute value data.

Definition at line 384 of file ble_gattc.h.

◆ type

ble_gatt_evt_type_t ble_gattc_evt_enh_ntf_ind_t::type

Event type.

Definition at line 381 of file ble_gattc.h.


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