summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2019-10-01 20:33:25 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-10-01 20:33:25 +0000
commit111a10c44e08ce4a068f3c89f15ef9c31a68a161 (patch)
tree9b1dd4c988891e4759e0bfb4bbdeecf381819a9d
parentfd877b5479b1639b4ba57af5c1f78a7a463e6be1 (diff)
parent3b685a8ac86511a308cd00ede88d2c041fd5ed3a (diff)
Merge "Clarify the start and end of scan intervals"
-rw-r--r--current.txt1
-rw-r--r--radio/1.2/types.hal3
2 files changed, 3 insertions, 1 deletions
diff --git a/current.txt b/current.txt
index 3fabd7c5b1..6f9f4d4c81 100644
--- a/current.txt
+++ b/current.txt
@@ -576,5 +576,6 @@ b69a7615c508acf5c5201efd1bfa3262167874fc3594e2db5a3ff93addd8ac75 android.hardwar
eb2fa0c883c2185d514be0b84c179b283753ef0c1b77b45b4f359bd23bba8b75 android.hardware.neuralnetworks@1.0::IPreparedModel
fb382e986c10b8fbb797a8546e8f9ea6d1107bfe6f3fb7e57f6bbbf1f807a906 android.hardware.neuralnetworks@1.2::IDevice
40e71cd693de5b832325c5d8f081f2ff20a7ba2b89d401cee5b4b3eb0e241681 android.hardware.neuralnetworks@1.2::IPreparedModel
+a785a57447a81e9c130eef6904c3a5c256076c6a04588c40620ebd6fa2660d77 android.hardware.radio@1.2::types
1a6e2bd289f22931c526b21916910f1d4c436b7acb9556e4243de4ce8e6cc2e4 android.hardware.soundtrigger@2.0::ISoundTriggerHwCallback
fd65298e1e09e0e3c781ab18305920d757dbe55a3b459ce17814ec5cf6dfee99 android.hardware.wifi@1.0::IWifiP2pIface
diff --git a/radio/1.2/types.hal b/radio/1.2/types.hal
index dffebd3e42..f10d753cb9 100644
--- a/radio/1.2/types.hal
+++ b/radio/1.2/types.hal
@@ -161,7 +161,8 @@ struct NetworkScanRequest {
ScanType type;
/**
- * Time interval in seconds between periodic scans, only valid when type = PERIODIC
+ * Time interval in seconds between the completion of one scan and the start of a subsequent scan.
+ * This field is only valid when 'type' is 'PERIODIC'.
* Range: ScanIntervalRange:MIN to ScanIntervalRange:MAX
*/
int32_t interval;