mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-01-30 23:43:33 +08:00
use IPCHelper for PTM services
This commit is contained in:
@@ -74,6 +74,14 @@ void GetBatteryLevel(Interface* self);
|
||||
*/
|
||||
void GetBatteryChargeState(Interface* self);
|
||||
|
||||
/**
|
||||
* PTM::GetPedometerState service function
|
||||
* Outputs:
|
||||
* 1 : Result of function, 0 on success, otherwise error code
|
||||
* 2 : Output of function, 0 = not counting steps, 1 = counting steps.
|
||||
*/
|
||||
void GetPedometerState(Interface* self);
|
||||
|
||||
/**
|
||||
* PTM::GetTotalStepCount service function
|
||||
* Outputs:
|
||||
|
||||
Reference in New Issue
Block a user