![]() |
Cordio Stack and Cordio Profiles
r2p3-02rel0
|
WDXS profile control block. More...
#include <wdxs_main.h>
Data Fields | |
wsfHandlerId_t | handlerId |
WSF handler ID. | |
uint8_t | txReadyMask |
Bits indicate DC, FTC, FTD, and/or AU wish to transmit. | |
uint16_t | connInterval |
connection interval | |
uint16_t | connLatency |
connection latency | |
uint16_t | supTimeout |
supervision timeout | |
uint8_t | txPhy |
transmitter PHY | |
uint8_t | rxPhy |
receiver PHY | |
uint32_t | ftOffset |
file data offset | |
uint32_t | ftLen |
remaining data length for current operation | |
uint32_t | ftTotalLen |
file total length | |
uint16_t | ftHandle |
file handle | |
uint16_t | ftcMsgLen |
message length | |
uint8_t | ftcMsgBuf [ATT_DEFAULT_PAYLOAD_LEN] |
message buffer | |
uint8_t | ftInProgress |
operation in progress | |
uint8_t | ftPrefXferType |
Preferred transport type. | |
uint8_t | dcCccIdx |
device configuration ccc index | |
uint8_t | auCccIdx |
authentication ccc index | |
uint8_t | ftcCccIdx |
file transfer control ccc index | |
uint8_t | ftdCccIdx |
file transfer data ccc index | |
WDXS profile control block.
Definition at line 97 of file wdxs_main.h.