Nordic stack and drivers for the mbed BLE API. Version to work around build bug.
Dependents: microbit_rubber_ducky microbit_mouse_BLE microbit_mouse_BLE_daybreak_version microbit_presenter
Fork of nRF51822 by
ble_gatts_char_pf_t Struct Reference
[Structures]
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 |
| Unit 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 222 of file ble_gatts.h.
Field Documentation
| uint16_t desc |
Namespace description from Bluetooth Assigned Numbers, see GATT Bluetooth Namespaces.
Definition at line 228 of file ble_gatts.h.
| int8_t exponent |
Exponent for integer data types.
Definition at line 225 of file ble_gatts.h.
| uint8_t format |
Format of the value, see Characteristic Presentation Formats.
Definition at line 224 of file ble_gatts.h.
| uint8_t name_space |
Namespace from Bluetooth Assigned Numbers, see GATT Bluetooth Namespaces.
Definition at line 227 of file ble_gatts.h.
| uint16_t unit |
Unit from Bluetooth Assigned Numbers.
Definition at line 226 of file ble_gatts.h.
Generated on Tue Jul 12 2022 19:52:06 by
1.7.2
Jonathan Austin
