![]() |
S332 SoftDevice
v2.0.0
|
| Choose documentation: | nRF5 SDK | S130 SoftDevice API | S132 SoftDevice API | S212 SoftDevice API | S332 SoftDevice API |
GATT characteristic. More...
#include <ble_gattc.h>
Data Fields | |
| ble_uuid_t | uuid |
| ble_gatt_char_props_t | char_props |
| uint8_t | char_ext_props: 1 |
| uint16_t | handle_decl |
| uint16_t | handle_value |
GATT characteristic.
| uint8_t ble_gattc_char_t::char_ext_props |
Extended properties present.
| ble_gatt_char_props_t ble_gattc_char_t::char_props |
Characteristic Properties.
| uint16_t ble_gattc_char_t::handle_decl |
Handle of the Characteristic Declaration.
| uint16_t ble_gattc_char_t::handle_value |
Handle of the Characteristic Value.
| ble_uuid_t ble_gattc_char_t::uuid |
Characteristic UUID.