aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSaman Mahmoodi <mahmoudi.saman1@gmail.com>2021-04-06 15:53:37 +0430
committerSaman Mahmoudi <mahmoudi.saman1@gmail.com>2021-05-03 07:56:38 +0430
commit10dc6edf1131c8c2b8a028de2a0f3e95709bca6b (patch)
treea4bcc3b29e1fc818ffcc1ce3c626c81319c85a60 /README.md
parent8987ae42114a8b15522734e40d117fd061e7bf3b (diff)
get_calls verb return all active call properties. Bug-AGL: SPEC-3870 Signed-off-by: Saman Mahmoodi <mahmoudi.saman1@gmail.com> Change-Id: I7355b0ade66fdd84e55936cf63a4a2a62771a912
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5fab4b8..679ce55 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,7 @@ Telephony service allows respective clients access to the Handsfree Profile via
| hangup_multiparty | Hangs up the multi-party call | |
| create_multiparty | Joins active and held calls together into a multi-party call | |
| swap_calls | Swaps Active and Held calls | |
+| get_calls | get active call properties | *Response:* {"active calls": [ {"Object Path": "/hfp/org/bluez/hci0/dev_xx_xx_xx_xx_xx_xx/voicecall01", "State": "dialing", "LineIdentification": "123456789", "Name": "", "Multiparty": false, "RemoteHeld": false, "RemoteMultiparty": false, "Emergency": false } ] } |
| get_battery_level | getting battery level of connected phone device | |
| get_network_registration | getting network registration of connected phone device | *Response:* {"Status": "registered","Mode": "auto-only","Name": "Irancell","Strength": 20} |