Structure representing the presentation format of a Bluetooth Low Energy (BLE) device.

Public Attributes#

uint8_t

Format of the data.

uint8_t

Exponent of the data.

uint16_t

uints of the data

uint8_t

name space of the data

uint16_t

Description for data.

Public Attribute Documentation#

format#

uint8_t rsi_ble_presentation_format::format

Format of the data.


Definition at line 697 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h

exponent#

uint8_t rsi_ble_presentation_format::exponent

Exponent of the data.


Definition at line 699 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h

unit#

uint16_t rsi_ble_presentation_format::unit

uints of the data


Definition at line 701 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h

name_space#

uint8_t rsi_ble_presentation_format::name_space

name space of the data


Definition at line 703 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h

description#

uint16_t rsi_ble_presentation_format::description

Description for data.


Definition at line 705 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h