BLE temperature profile using digital DS1820 or analog LM35 sensors

Dependencies:   DS1820

Embed: (wiki syntax)

« Back to documentation index

ble_gatts_char_pf_t Struct Reference

ble_gatts_char_pf_t Struct Reference
[Generic Attribute Profile (GATT) Server]

GATT Characteristic Presentation Format. More...

#include <ble_gatts.h>

Data Fields

uint8_t format
 Format of the value, see Characteristic Presentation Formats.
int8_t exponent
 Exponent for integer data types.
uint16_t unit
 UUID from Bluetooth Assigned Numbers.
uint8_t name_space
 Namespace from Bluetooth Assigned Numbers, see GATT Bluetooth Namespaces.
uint16_t desc
 Namespace description from Bluetooth Assigned Numbers, see GATT Bluetooth Namespaces.

Detailed Description

GATT Characteristic Presentation Format.

Definition at line 152 of file ble_gatts.h.


Field Documentation

uint16_t desc

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

Definition at line 158 of file ble_gatts.h.

int8_t exponent

Exponent for integer data types.

Definition at line 155 of file ble_gatts.h.

uint8_t format

Format of the value, see Characteristic Presentation Formats.

Definition at line 154 of file ble_gatts.h.

uint8_t name_space

Namespace from Bluetooth Assigned Numbers, see GATT Bluetooth Namespaces.

Definition at line 157 of file ble_gatts.h.

uint16_t unit

UUID from Bluetooth Assigned Numbers.

Definition at line 156 of file ble_gatts.h.