ble_sc_ctrlpt_s

nRF5 SDK v14.2.0

Speed and Cadence Control Point structure. This contains various status information for the Speed and Cadence Control Point behavior. More...

#include <ble_sc_ctrlpt.h>

Detailed Description

Speed and Cadence Control Point structure. This contains various status information for the Speed and Cadence Control Point behavior.

Field Documentation

uint16_t ble_sc_ctrlpt_s::conn_handle

Handle of the current connection (as provided by the BLE stack, is BLE_CONN_HANDLE_INVALID if not in a connection).

ble_srv_error_handler_t ble_sc_ctrlpt_s::error_handler

Function to be called in case of an error.

ble_sc_ctrlpt_evt_handler_t ble_sc_ctrlpt_s::evt_handler

Handle of the parent service (as provided by the BLE stack).

ble_sensor_location_t ble_sc_ctrlpt_s::list_supported_locations[BLE_NB_MAX_SENSOR_LOCATIONS]

list of supported sensor locations.

ble_scpt_procedure_status_t ble_sc_ctrlpt_s::procedure_status

status of possible procedure

ble_sc_ctrlpt_resp_t ble_sc_ctrlpt_s::response

pending response data.

ble_gatts_char_handles_t ble_sc_ctrlpt_s::sc_ctrlpt_handles

Handles related to the Speed and Cadence Control Point characteristic.

uint16_t ble_sc_ctrlpt_s::sensor_location_handle

handle for the sensor location characteristic (if sensor_location related operation are supported).

uint16_t ble_sc_ctrlpt_s::service_handle

Handle of the parent service (as provided by the BLE stack).

uint8_t ble_sc_ctrlpt_s::size_list_supported_locations

number of supported sensor locations in the list.

uint8_t ble_sc_ctrlpt_s::supported_functions

supported control point functionalities see Control point functionalities. .

  • components/ble/ble_services/ble_cscs/ble_sc_ctrlpt.h