void PaspcPassDiscover(dmConnId_t connId, uint16_t *pHdlList)
Perform service and characteristic discovery for Phone Alert Status service. Parameter pHdlList must ...
uint8_t PaspcPassValueUpdate(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 PASPC_PASS_HDL_LIST_LEN. If the attribute handle of the message matches a handle in the handle list the value is processed, otherwise it is ignored.
void PaspcPassControl(dmConnId_t connId, uint16_t handle, uint8_t command)
Send a command to the ringer control point.