diff options
Diffstat (limited to 'radio/1.6/IRadio.hal')
-rw-r--r-- | radio/1.6/IRadio.hal | 9 |
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. |