diff options
author | Eric Schwarzenbach <easchwar@google.com> | 2017-12-13 15:52:15 -0800 |
---|---|---|
committer | Eric Schwarzenbach <easchwar@google.com> | 2018-01-24 03:06:37 +0000 |
commit | 21c6dc354866dab895536671039b50e6c22ab0cb (patch) | |
tree | 43ed843b334eba090dc77d2f0ba94c4e99a1a6e2 /radio/1.2/Android.bp | |
parent | 19940c677805aeafdb12aaae5b60accc96aec538 (diff) | |
download | platform_hardware_interfaces-21c6dc354866dab895536671039b50e6c22ab0cb.tar.gz platform_hardware_interfaces-21c6dc354866dab895536671039b50e6c22ab0cb.tar.bz2 platform_hardware_interfaces-21c6dc354866dab895536671039b50e6c22ab0cb.zip |
Add reporting criteria to radio interface.
Enables setting various reporting criteria for unsolicited signal
strength and LCE reports. Creates a new LCE report including both up and
down bandwidths. Updates documentation for various IndicationFilter bits
to add clarity.
Bug: 70638175
Test: n/a
Change-Id: If8141fbd89baf85ed5ee65d589f111907a9bf8b4
Diffstat (limited to 'radio/1.2/Android.bp')
-rw-r--r-- | radio/1.2/Android.bp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/radio/1.2/Android.bp b/radio/1.2/Android.bp index 56e4afd73c..3b2a01a632 100644 --- a/radio/1.2/Android.bp +++ b/radio/1.2/Android.bp @@ -31,6 +31,8 @@ hidl_interface { "CellInfoLte", "CellInfoWcdma", "IncrementalResultsPeriodicityRange", + "IndicationFilter", + "LinkCapacityEstimate", "MaxSearchTimeRange", "NetworkScanRequest", "NetworkScanResult", |