summaryrefslogtreecommitdiffstats
path: root/radio/1.6/IRadio.hal
diff options
context:
space:
mode:
authorMingming Cai <mingcai@google.com>2020-12-05 02:15:08 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-12-05 02:15:08 +0000
commit2682ae4273d5b7f41e80f250ae7ccd200b252048 (patch)
tree04b656a46e43ab8419263e5f27c2bd2465fd072c /radio/1.6/IRadio.hal
parentc8bf0854a4d0914d86adfb6ab6e0f4f86d0e3114 (diff)
parent20a2f420fb72bbfdd9d1085c9c0d70450f8b7cef (diff)
downloadplatform_hardware_interfaces-2682ae4273d5b7f41e80f250ae7ccd200b252048.tar.gz
platform_hardware_interfaces-2682ae4273d5b7f41e80f250ae7ccd200b252048.tar.bz2
platform_hardware_interfaces-2682ae4273d5b7f41e80f250ae7ccd200b252048.zip
Merge "Update Hal 1.6 for updated SignalStength"
Diffstat (limited to 'radio/1.6/IRadio.hal')
-rw-r--r--radio/1.6/IRadio.hal9
1 files changed, 9 insertions, 0 deletions
diff --git a/radio/1.6/IRadio.hal b/radio/1.6/IRadio.hal
index 0e7354d6ca..2c8ac5ea35 100644
--- a/radio/1.6/IRadio.hal
+++ b/radio/1.6/IRadio.hal
@@ -390,6 +390,15 @@ interface IRadio extends @1.5::IRadio {
oneway getVoiceRegistrationState_1_6(int32_t serial);
/**
+ * Requests current signal strength and associated information. Must succeed if radio is on.
+ *
+ * @param serial Serial number of request.
+ *
+ * Response function is IRadioResponse.getSignalStrengthResponse_1_6()
+ */
+ oneway getSignalStrength_1_6(int32_t serial);
+
+ /**
* Request current data registration state.
*
* @param serial Serial number of request.