dragoon  4383
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
ble_gatts_char_pf_t Struct Reference

GATT Characteristic Presentation Format. More...

#include <ble_gatts.h>

Data Fields

uint8_t format
 
int8_t exponent
 
uint16_t unit
 
uint8_t name_space
 
uint16_t desc
 

Detailed Description

GATT Characteristic Presentation Format.

Definition at line 249 of file ble_gatts.h.

Field Documentation

uint16_t ble_gatts_char_pf_t::desc

Namespace description from Bluetooth Assigned Numbers, see GATT Bluetooth Namespaces.

Definition at line 255 of file ble_gatts.h.

int8_t ble_gatts_char_pf_t::exponent

Exponent for integer data types.

Definition at line 252 of file ble_gatts.h.

uint8_t ble_gatts_char_pf_t::format

Format of the value, see Characteristic Presentation Formats.

Definition at line 251 of file ble_gatts.h.

uint8_t ble_gatts_char_pf_t::name_space

Namespace from Bluetooth Assigned Numbers, see GATT Bluetooth Namespaces.

Definition at line 254 of file ble_gatts.h.

uint16_t ble_gatts_char_pf_t::unit

Unit from Bluetooth Assigned Numbers.

Definition at line 253 of file ble_gatts.h.


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