![]() |
Cordio Stack and Cordio Profiles
r2p3-02rel0
|
Functions | |
void | SvcWdxsAddGroup (void) |
Add the services from the attribute server. More... | |
void | SvcWdxsRemoveGroup (void) |
Remove the services from the attribute server. More... | |
void | SvcWdxsRegister (attsWriteCback_t writeCback) |
Register a write callback functions for the ATT Group. More... | |
Variables | |
const uint8_t | wdxsDcUuid [ATT_128_UUID_LEN] |
WDX Device Configuration Characteristic. | |
const uint8_t | wdxsFtcUuid [ATT_128_UUID_LEN] |
WDX File Transfer Control Characteristic. | |
const uint8_t | wdxsFtdUuid [ATT_128_UUID_LEN] |
WDX File Transfer Data Characteristic. | |
const uint8_t | wdxsAuUuid [ATT_128_UUID_LEN] |
WDX Authentication Characteristic. | |
Arm Ltd. Proprietary Service Handles | |
enum | { WDXS_SVC_HDL = WDXS_START_HDL, WDXS_DC_CH_HDL, WDXS_DC_HDL, WDXS_DC_CH_CCC_HDL, WDXS_FTC_CH_HDL, WDXS_FTC_HDL, WDXS_FTC_CH_CCC_HDL, WDXS_FTD_CH_HDL, WDXS_FTD_HDL, WDXS_FTD_CH_CCC_HDL, WDXS_AU_CH_HDL, WDXS_AU_HDL, WDXS_AU_CH_CCC_HDL, WDXS_MAX_HDL } |
Proprietary Service Handles. More... | |
#define | WDXS_START_HDL 0x240 |
Start handle. | |
#define | WDXS_END_HDL (WDXS_MAX_HDL - 1) |
End handle. | |
anonymous enum |
Proprietary Service Handles.
Definition at line 50 of file svc_wdxs.h.
void SvcWdxsAddGroup | ( | void | ) |
Add the services from the attribute server.
void SvcWdxsRemoveGroup | ( | void | ) |
Remove the services from the attribute server.
void SvcWdxsRegister | ( | attsWriteCback_t | writeCback | ) |
Register a write callback functions for the ATT Group.
writeCback | Write callback function. |