From 10dc6edf1131c8c2b8a028de2a0f3e95709bca6b Mon Sep 17 00:00:00 2001 From: Saman Mahmoodi Date: Tue, 6 Apr 2021 15:53:37 +0430 Subject: Add new verb as get_calls get_calls verb return all active call properties. Bug-AGL: SPEC-3870 Signed-off-by: Saman Mahmoodi Change-Id: I7355b0ade66fdd84e55936cf63a4a2a62771a912 --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') 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} | -- cgit 1.2.3-korg