prf_char_pres_fmt_t Struct Reference

Characteristic Presentation Format Descriptor structure. More...

#include <ble_prf_types.h>

Public Attributes

uint16_t unit
 Unit (The Unit is a UUID). More...
 
uint16_t description
 Description. More...
 
uint8_t format
 Format. More...
 
uint8_t exponent
 Exponent. More...
 
uint8_t name_space
 Name space. More...
 

Detailed Description

Characteristic Presentation Format Descriptor structure.

The packed size is PRF_CHAR_PRES_FMT_SIZE.

Definition at line 90 of file ble_prf_types.h.

Member Data Documentation

◆ description

uint16_t prf_char_pres_fmt_t::description

Description.

Definition at line 93 of file ble_prf_types.h.

◆ exponent

uint8_t prf_char_pres_fmt_t::exponent

Exponent.

Definition at line 95 of file ble_prf_types.h.

◆ format

uint8_t prf_char_pres_fmt_t::format

Format.

Definition at line 94 of file ble_prf_types.h.

◆ name_space

uint8_t prf_char_pres_fmt_t::name_space

Name space.

Definition at line 96 of file ble_prf_types.h.

◆ unit

uint16_t prf_char_pres_fmt_t::unit

Unit (The Unit is a UUID).

Definition at line 92 of file ble_prf_types.h.


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