38 #define WSS_START_HDL 0x0100 39 #define WSS_END_HDL (WSS_MAX_HDL - 1) Weight measurement client characteristic configuration.
Weight measurement characteristic.
void SvcWssAddGroup(void)
Add the services to the attribute server.
Weight scale service declaration.
uint8_t(* attsWriteCback_t)(dmConnId_t connId, uint16_t handle, uint8_t operation, uint16_t offset, uint16_t len, uint8_t *pValue, attsAttr_t *pAttr)
Attribute group write callback.
Weight scale feature characteristic.
void SvcWssRemoveGroup(void)
Remove the services from the attribute server.
#define WSS_START_HDL
Start handle.
uint8_t(* attsReadCback_t)(dmConnId_t connId, uint16_t handle, uint8_t operation, uint16_t offset, attsAttr_t *pAttr)
Attribute group read callback.
void SvcWssCbackRegister(attsReadCback_t readCback, attsWriteCback_t writeCback)
Register callbacks for the service.