uint8_t dmConnId_t
Connection identifier.
void HrpcHrsControl(dmConnId_t connId, uint16_t handle, uint8_t command)
Send a command to the heart rate control point.
uint8_t HrpcHrsValueUpdate(uint16_t *pHdlList, attEvt_t *pMsg)
Process a value received in an ATT read response, notification, or indication message. Parameter pHdlList must point to an array of length HRPC_HRS_HDL_LIST_LEN. If the ATT handle of the message matches a handle in the handle list the value is processed, otherwise it is ignored.
Heart rate control point.
unsigned short uint16_t
Unsigned 16-bit value.
Attribute protocol client and server API.
unsigned char uint8_t
Unsigned 8-bit value.
Heart rate measurement CCC descriptor.
void HrpcHrsDiscover(dmConnId_t connId, uint16_t *pHdlList)
Perform service and characteristic discovery for Heart Rate service. Parameter pHdlList must point to...