![]() |
Cordio Stack and Cordio Profiles
r2p3-02rel0
|
Functions | |
void | SvcBpsAddGroup (void) |
Add the services to the attribute server. More... | |
void | SvcBpsRemoveGroup (void) |
Remove the services from the attribute server. More... | |
void | SvcBpsCbackRegister (attsReadCback_t readCback, attsWriteCback_t writeCback) |
Register callbacks for the service. More... | |
void | SvcBpsToggleFeatureFlags (uint8_t flag) |
Toggle flag values. More... | |
Blood Pressure Service Handles | |
enum | { BPS_SVC_HDL = BPS_START_HDL, BPS_BPM_CH_HDL, BPS_BPM_HDL, BPS_BPM_CH_CCC_HDL, BPS_ICP_CH_HDL, BPS_ICP_HDL, BPS_ICP_CH_CCC_HDL, BPS_BPF_CH_HDL, BPS_BPF_HDL, BPS_MAX_HDL } |
Blood Pressure Service Handles. More... | |
#define | BPS_START_HDL 0xE0 |
Start handle. | |
#define | BPS_END_HDL (BPS_MAX_HDL - 1) |
End handle. | |
anonymous enum |
Blood Pressure Service Handles.
Definition at line 46 of file svc_bps.h.
void SvcBpsAddGroup | ( | void | ) |
Add the services to the attribute server.
void SvcBpsRemoveGroup | ( | void | ) |
Remove the services from the attribute server.
void SvcBpsCbackRegister | ( | attsReadCback_t | readCback, |
attsWriteCback_t | writeCback | ||
) |
Register callbacks for the service.
readCback | Read callback function. |
writeCback | Write callback function. |
void SvcBpsToggleFeatureFlags | ( | uint8_t | flag | ) |
Toggle flag values.
flag | Flag to manipulate. |