![]() |
Cordio Stack and Cordio Profiles
r2p3-02rel0
|
Functions | |
void | SvcIpssAddGroup (void) |
Add the services to the attribute server. More... | |
void | SvcIpssRemoveGroup (void) |
Remove the services from the attribute server. More... | |
void | SvcIpssCbackRegister (attsReadCback_t readCback, attsWriteCback_t writeCback) |
Register callbacks for the service. More... | |
IP Support Service Handles | |
enum | { IPSS_SVC_HDL = IPSS_START_HDL, IPSS_MAX_HDL } |
IP Support Service Handles. More... | |
#define | IPSS_START_HDL 0x0600 |
Start handle. | |
#define | IPSS_END_HDL (IPSS_MAX_HDL - 1) |
End handle. | |
anonymous enum |
IP Support Service Handles.
Enumerator | |
---|---|
IPSS_SVC_HDL |
IP Support Server Service declaration. |
IPSS_MAX_HDL |
Maximum handle. |
Definition at line 48 of file svc_ipss.h.
void SvcIpssAddGroup | ( | void | ) |
Add the services to the attribute server.
void SvcIpssRemoveGroup | ( | void | ) |
Remove the services from the attribute server.
void SvcIpssCbackRegister | ( | attsReadCback_t | readCback, |
attsWriteCback_t | writeCback | ||
) |
Register callbacks for the service.
readCback | Read callback function. |
writeCback | Write callback function. |