The client characteristic configuration descriptor attribute definition, used at ble_char_t.
#include <ble_api.h>
Data Fields | |
bool | ccd_included |
uint16_t | ccd_value |
descriptor permissions More... | |
ble_handle_t | handle |
< Here the stack will store the handle for future use More... | |
ble_attr_permissions_t | perm |
set this flag, if CCD used. More... | |
bool ble_client_char_config_desc_t::ccd_included |
Referenced by acc_gyro_sensor_service_init(), and ble_gatt_service_create().
uint16_t ble_client_char_config_desc_t::ccd_value |
descriptor permissions
Referenced by acc_gyro_sensor_service_init(), and ble_gatt_service_create().
ble_handle_t ble_client_char_config_desc_t::handle |
< Here the stack will store the handle for future use
characteristic configuration value
Referenced by acc_gyro_sensor_service_init(), ble_gatt_service_create(), and ble_gatt_service_read().
ble_attr_permissions_t ble_client_char_config_desc_t::perm |
set this flag, if CCD used.
Reset otherwise.
Referenced by acc_gyro_sensor_service_init(), and ble_gatt_service_create().