![]() |
Cordio Stack and Cordio Profiles
r2p3-02rel0
|
Functions | |
void | SvcPxAddGroup (void) |
Add the services to the attribute server. More... | |
void | SvcPxRemoveGroup (void) |
Remove the services from the attribute server. More... | |
void | SvcPxCbackRegister (attsReadCback_t readCback, attsWriteCback_t writeCback) |
Register callbacks for the service. More... | |
Proximity Service Handles | |
enum | { LLS_SVC_HDL = PX_START_HDL, LLS_AL_CH_HDL, LLS_AL_HDL, IAS_SVC_HDL, IAS_AL_CH_HDL, IAS_AL_HDL, TXS_SVC_HDL, TXS_TX_CH_HDL, TXS_TX_HDL, PX_MAX_HDL } |
Service Handles. More... | |
#define | PX_START_HDL 0x50 |
Start handle. | |
#define | PX_END_HDL (PX_MAX_HDL - 1) |
End handle. | |
anonymous enum |
Service Handles.
Definition at line 48 of file svc_px.h.
void SvcPxAddGroup | ( | void | ) |
Add the services to the attribute server.
void SvcPxRemoveGroup | ( | void | ) |
Remove the services from the attribute server.
void SvcPxCbackRegister | ( | attsReadCback_t | readCback, |
attsWriteCback_t | writeCback | ||
) |
Register callbacks for the service.
readCback | Read callback function. |
writeCback | Write callback function. |