Developer World
Spresense SDK Library v3.2.0-ebc0364
BLE_CHAR_VALUE Struct Reference

characteristic value attribute structure More...

#include <ble_gatt.h>

Collaboration diagram for BLE_CHAR_VALUE:

Public Attributes

BLE_ATTR_PERM attrPerm
 
uint8_t * data
 
uint16_t length
 

Detailed Description

characteristic value attribute structure

Member Data Documentation

◆ attrPerm

BLE_ATTR_PERM attrPerm

Attribute permission structure

◆ data

uint8_t* data

Pointer to attribute value(Need to allocate BLE_MAX_CHAR_SIZE size in application)

◆ length

uint16_t length

Attribute value length


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