|
dragoon
4383
|
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.
Definition at line 158 of file ble_gattc.h.
| uint8_t ble_gattc_char_t::char_ext_props |
Extended properties present.
Definition at line 162 of file ble_gattc.h.
| ble_gatt_char_props_t ble_gattc_char_t::char_props |
Characteristic Properties.
Definition at line 161 of file ble_gattc.h.
| uint16_t ble_gattc_char_t::handle_decl |
Handle of the Characteristic Declaration.
Definition at line 163 of file ble_gattc.h.
| uint16_t ble_gattc_char_t::handle_value |
Handle of the Characteristic Value.
Definition at line 164 of file ble_gattc.h.
| ble_uuid_t ble_gattc_char_t::uuid |
Characteristic UUID.
Definition at line 160 of file ble_gattc.h.