![]() |
Cordio Stack and Cordio Profiles
r2p3-02rel0
|
Functions | |
void | SvcHtsAddGroup (void) |
Add the services to the attribute server. More... | |
void | SvcHtsRemoveGroup (void) |
Remove the services from the attribute server. More... | |
void | SvcHtsCbackRegister (attsReadCback_t readCback, attsWriteCback_t writeCback) |
Register callbacks for the service. More... | |
Health Thermometer Service Handles | |
enum | { HTS_SVC_HDL = HTS_START_HDL, HTS_TM_CH_HDL, HTS_TM_HDL, HTS_TM_CH_CCC_HDL, HTS_IT_CH_HDL, HTS_IT_HDL, HTS_IT_CH_CCC_HDL, HTS_TT_CH_HDL, HTS_TT_HDL, HTS_MAX_HDL } |
Health Thermometer Service Handles. More... | |
#define | HTS_START_HDL 0x0120 |
Start handle. | |
#define | HTS_END_HDL (HTS_MAX_HDL - 1) |
End handle. | |
anonymous enum |
Health Thermometer Service Handles.
Definition at line 46 of file svc_hts.h.
void SvcHtsAddGroup | ( | void | ) |
Add the services to the attribute server.
void SvcHtsRemoveGroup | ( | void | ) |
Remove the services from the attribute server.
void SvcHtsCbackRegister | ( | attsReadCback_t | readCback, |
attsWriteCback_t | writeCback | ||
) |
Register callbacks for the service.
readCback | Read callback function. |
writeCback | Write callback function. |