![]() |
Cordio Stack and Cordio Profiles
r2p3-02rel0
|
Functions | |
void | SvcWssAddGroup (void) |
Add the services to the attribute server. More... | |
void | SvcWssRemoveGroup (void) |
Remove the services from the attribute server. More... | |
void | SvcWssCbackRegister (attsReadCback_t readCback, attsWriteCback_t writeCback) |
Register callbacks for the service. More... | |
Weight Scale Service Handles | |
enum | { WSS_SVC_HDL = WSS_START_HDL, WSS_WM_CH_HDL, WSS_WM_HDL, WSS_WM_CH_CCC_HDL, WSS_WSF_CH_HDL, WSS_WSF_HDL, WSS_MAX_HDL } |
Weight Scale Service Handles. More... | |
#define | WSS_START_HDL 0x0100 |
Start handle. | |
#define | WSS_END_HDL (WSS_MAX_HDL - 1) |
End handle. | |
anonymous enum |
Weight Scale Service Handles.
Definition at line 46 of file svc_wss.h.
void SvcWssAddGroup | ( | void | ) |
Add the services to the attribute server.
void SvcWssRemoveGroup | ( | void | ) |
Remove the services from the attribute server.
void SvcWssCbackRegister | ( | attsReadCback_t | readCback, |
attsWriteCback_t | writeCback | ||
) |
Register callbacks for the service.
readCback | Read callback function. |
writeCback | Write callback function. |