![]() |
Cordio Stack and Cordio Profiles
r2p3-02rel0
|
Functions | |
void | SvcScpssAddGroup (void) |
Add the services to the attribute server. More... | |
void | SvcScpssRemoveGroup (void) |
Remove the services from the attribute server. More... | |
void | SvcScpssCbackRegister (attsWriteCback_t writeCback) |
Register callbacks for the service. More... | |
Scan Parameter Service Handles | |
enum | { SCPSS_SVC_HDL = SCPSS_START_HDL, SCPSS_SIW_CH_HDL, SCPSS_SIW_HDL, SCPSS_MAX_HDL } |
Scan Parameter Service Handles. More... | |
#define | SCPSS_START_HDL 0x0300 |
Start handle. | |
#define | SCPSS_END_HDL (SCPSS_MAX_HDL - 1) |
End handle. | |
anonymous enum |
Scan Parameter Service Handles.
Enumerator | |
---|---|
SCPSS_SVC_HDL |
Scan Parameter Server Service declaration. |
SCPSS_SIW_CH_HDL |
Scan Interval Window characteristic. |
SCPSS_SIW_HDL |
Scan Interval Window. |
SCPSS_MAX_HDL |
Maximum handle. |
Definition at line 46 of file svc_scpss.h.
void SvcScpssAddGroup | ( | void | ) |
Add the services to the attribute server.
void SvcScpssRemoveGroup | ( | void | ) |
Remove the services from the attribute server.
void SvcScpssCbackRegister | ( | attsWriteCback_t | writeCback | ) |
Register callbacks for the service.
writeCback | Write callback function. |