![]() |
Cordio Stack and Cordio Profiles
r2p3-02rel0
|
Functions | |
void | SvcPlxsAddGroup (void) |
Add the services to the attribute server. More... | |
void | SvcPlxsRemoveGroup (void) |
Remove the services from the attribute server. More... | |
void | SvcPlxsCbackRegister (attsReadCback_t readCback, attsWriteCback_t writeCback) |
Register callbacks for the service. More... | |
Pulse Oximiter Service Handles | |
enum | { PLXS_SVC_HDL = PLXS_START_HDL, PLXS_FEATURES_CH_HDL, PLXS_FEATURES_HDL, PLXS_SPOT_CHECK_CH_HDL, PLXS_SPOT_CHECK_HDL, PLXS_SPOT_CHECK_CH_CCC_HDL, PLXS_CONTINUOUS_CH_HDL, PLXS_CONTINUOUS_HDL, PLXS_CONTINUOUS_CH_CCC_HDL, PLXS_RECORD_ACCESS_CH_HDL, PLXS_RECORD_ACCESS_HDL, PLXS_RECORD_ACCESS_CH_CCC_HDL, PLXS_MAX_HDL } |
Pulse Oximiter Service Handles. More... | |
#define | PLXS_START_HDL 0x04A0 |
Start handle. | |
#define | PLXS_END_HDL (PLXS_MAX_HDL - 1) |
End handle. | |
anonymous enum |
Pulse Oximiter Service Handles.
Definition at line 48 of file svc_plxs.h.
void SvcPlxsAddGroup | ( | void | ) |
Add the services to the attribute server.
void SvcPlxsRemoveGroup | ( | void | ) |
Remove the services from the attribute server.
void SvcPlxsCbackRegister | ( | attsReadCback_t | readCback, |
attsWriteCback_t | writeCback | ||
) |
Register callbacks for the service.
readCback | Read callback function. |
writeCback | Write callback function. |