nRF51 SDK
|
Data Fields | |
ble_srv_cccd_security_mode_t | sc_ctrlpt_attr_md |
uint8_t | supported_functions |
uint16_t | service_handle |
ble_sc_ctrlpt_evt_handler_t | evt_handler |
ble_sensor_location_t * | list_supported_locations |
uint8_t | size_list_supported_locations |
uint16_t | sensor_location_handle |
ble_srv_error_handler_t | error_handler |
ble_srv_cccd_security_mode_t sc_ctrlpt_attr_md |
Initial security level for cycling speed and cadence control point attribute
uint8_t supported_functions |
supported control point functionnalities see BLE_SRV_SC_CTRLPT_SUPP_FUNC.
uint16_t service_handle |
Handle of the parent service (as provided by the BLE stack).
ble_sc_ctrlpt_evt_handler_t evt_handler |
event handler
ble_sensor_location_t* list_supported_locations |
list of supported sensor locations.
uint8_t size_list_supported_locations |
number of supported sensor locations in the list.
uint16_t sensor_location_handle |
handle for the sensor location characteristic (if sensor_location related operation are supported).
ble_srv_error_handler_t error_handler |
Function to be called in case of an error.