SG RFID nRF51822 fork

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

ble_sc_ctrlpt_resp_t Struct Reference

ble_sc_ctrlpt_resp_t Struct Reference
[Speed and Cadence Control Point]

Speed and Cadence Control Point response indication structure. More...

#include <ble_sc_ctrlpt.h>

Data Fields

ble_scpt_response_t status
 control point response status .
uint8_t len
 control point response length .
uint8_t encoded_ctrl_rsp [BLE_SC_CTRLPT_MAX_LEN]
 control point encoded response.

Detailed Description

Speed and Cadence Control Point response indication structure.

Definition at line 135 of file ble_sc_ctrlpt.h.


Field Documentation

uint8_t encoded_ctrl_rsp[BLE_SC_CTRLPT_MAX_LEN]

control point encoded response.

Definition at line 139 of file ble_sc_ctrlpt.h.

uint8_t len

control point response length .

Definition at line 138 of file ble_sc_ctrlpt.h.

control point response status .

Definition at line 137 of file ble_sc_ctrlpt.h.