diff options
author | Saman Mahmoodi <mahmoudi.saman1@gmail.com> | 2021-04-06 15:53:37 +0430 |
---|---|---|
committer | Saman Mahmoudi <mahmoudi.saman1@gmail.com> | 2021-05-03 07:56:38 +0430 |
commit | 10dc6edf1131c8c2b8a028de2a0f3e95709bca6b (patch) | |
tree | a4bcc3b29e1fc818ffcc1ce3c626c81319c85a60 /README.md | |
parent | 8987ae42114a8b15522734e40d117fd061e7bf3b (diff) |
Add new verb as get_callsneedlefish_13.93.0needlefish/13.93.0marlin_12.93.0marlin_12.92.0marlin_12.91.0marlin_12.90.1marlin_12.90.0marlin/12.93.0marlin/12.92.0marlin/12.91.0marlin/12.90.1marlin/12.90.0lamprey_11.92.0lamprey/11.92.013.93.012.93.012.92.012.91.012.90.112.90.011.92.0
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.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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} | |