![]() |
Cordio Stack and Cordio Profiles
r2p3-02rel0
|
Functions | |
void | SvcWpAddGroup (void) |
Add the services to the attribute server. More... | |
void | SvcWpRemoveGroup (void) |
Remove the services from the attribute server. More... | |
void | SvcWpCbackRegister (attsReadCback_t readCback, attsWriteCback_t writeCback) |
Register callbacks for the service. More... | |
Arm Ltd. Proprietary Service Handles | |
enum | { WP_SVC_HDL = WP_START_HDL, WP_DAT_CH_HDL, WP_DAT_HDL, WP_DAT_CH_CCC_HDL, WP_MAX_HDL } |
Proprietary Service Handles. More... | |
#define | WP_START_HDL 0x200 |
Proprietary Service. More... | |
#define | WP_END_HDL (WP_MAX_HDL - 1) |
End handle. | |
#define WP_START_HDL 0x200 |
anonymous enum |
void SvcWpAddGroup | ( | void | ) |
Add the services to the attribute server.
void SvcWpRemoveGroup | ( | void | ) |
Remove the services from the attribute server.
void SvcWpCbackRegister | ( | attsReadCback_t | readCback, |
attsWriteCback_t | writeCback | ||
) |
Register callbacks for the service.
readCback | Read callback function. |
writeCback | Write callback function. |