![]() |
S112 SoftDevice
v6.1.1
|
Choose documentation: | nRF5 SDK | S112 SoftDevice API | S132 SoftDevice API | S140 SoftDevice API | S212 SoftDevice API | S312 SoftDevice API | S332 SoftDevice API | S340 SoftDevice API |
GATT Characteristic Properties. More...
#include <ble_gatt.h>
Data Fields | |
uint8_t | broadcast:1 |
uint8_t | read:1 |
uint8_t | write_wo_resp:1 |
uint8_t | write:1 |
uint8_t | notify:1 |
uint8_t | indicate:1 |
uint8_t | auth_signed_wr:1 |
GATT Characteristic Properties.
uint8_t ble_gatt_char_props_t::auth_signed_wr |
Writing the value with Signed Write Command permitted.
uint8_t ble_gatt_char_props_t::broadcast |
Broadcasting of the value permitted.
uint8_t ble_gatt_char_props_t::indicate |
Indications of the value permitted.
uint8_t ble_gatt_char_props_t::notify |
Notification of the value permitted.
uint8_t ble_gatt_char_props_t::read |
Reading the value permitted.
uint8_t ble_gatt_char_props_t::write |
Writing the value with Write Request permitted.
uint8_t ble_gatt_char_props_t::write_wo_resp |
Writing the value with Write Command permitted.