diff --git a/doc/call-settings-api.txt b/doc/call-settings-api.txt index 870c7481..5e5eb40c 100644 --- a/doc/call-settings-api.txt +++ b/doc/call-settings-api.txt @@ -1,7 +1,7 @@ -Call Forwarding hierarchy +Call Settings hierarchy =============== Service org.ofono -Interface org.ofono.CallForwarding +Interface org.ofono.CallSettings Object path [variable prefix]/{modem0,modem1,...} Methods dict GetProperties() diff --git a/doc/sim-api.txt b/doc/sim-api.txt index 11ee4c8c..9fe9a92b 100644 --- a/doc/sim-api.txt +++ b/doc/sim-api.txt @@ -12,22 +12,22 @@ Methods dict GetProperties() Possible Errors: [service].Error.InvalidArguments - ChangePin(string type, string oldpin, string newpin) + void ChangePin(string type, string oldpin, string newpin) Changes the pin given by string type. - EnterPin(string type, string pin) + void EnterPin(string type, string pin) Enters the currently pending pin. The type value must match the pin type being asked in the PinRequired property. - ResetPin(string type, string puk, string newpin) + void ResetPin(string type, string puk, string newpin) Provides the unblock key to the modem and if correct resets the pin to the new value of newpin. - LockPin(string type, string pin) + void LockPin(string type, string pin) Activates the lock for the particular pin type. The device will ask for a PIN automatically next time the @@ -35,7 +35,7 @@ Methods dict GetProperties() re-inserter. The current PIN is required for the operation to succeed. - UnlockPin(string type, string pin) + void UnlockPin(string type, string pin) Deactivates the lock for the particular pin type. The current PIN is required for the operation to succeed. diff --git a/doc/voicecall-api.txt b/doc/voicecall-api.txt index 62db5a11..b360cca3 100644 --- a/doc/voicecall-api.txt +++ b/doc/voicecall-api.txt @@ -3,7 +3,7 @@ VoiceCall hierarchy Service org.ofono Interface org.ofono.VoiceCall -Object path [variable prefix]/{modem0,modem1,...}/{call0,call1,...} +Object path [variable prefix]/{modem0,modem1,...}/{voicecall01,voicecall02,...} Methods dict GetProperties() diff --git a/doc/voicecallmanager-api.txt b/doc/voicecallmanager-api.txt index 361370a6..7877ac5f 100644 --- a/doc/voicecallmanager-api.txt +++ b/doc/voicecallmanager-api.txt @@ -70,7 +70,7 @@ Methods dict GetProperties() Held calls is invalid, since in GSM a user can have only a single Held call at a time. - void HangupAllCalls() + void HangupAll() Releases all calls.