nRF51 SDK - S110 SoftDevice
|
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.