aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnsuk Jung <unsuk@google.com>2015-10-01 23:15:11 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-10-01 23:15:11 +0000
commit43f04583ff88d4edf02600e45d049a358f7b0895 (patch)
tree1ef7e985486260dd1a8a33ba75720751898016c7
parent901781bf58ad110bdfca394deeca8b43c0191d14 (diff)
parenta13d876205c23b0f63bd5614f51024fabe3dcc5e (diff)
downloadsource.android.com-43f04583ff88d4edf02600e45d049a358f7b0895.tar.gz
Merge "CDD: Require 15-min rotation of BLE RPA" into mnc-dev
-rw-r--r--src/compatibility/android-cdd.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compatibility/android-cdd.html b/src/compatibility/android-cdd.html
index ad69b545..e451c251 100644
--- a/src/compatibility/android-cdd.html
+++ b/src/compatibility/android-cdd.html
@@ -3523,6 +3523,8 @@ device implementations MUST support Bluetooth and Bluetooth LE. </p>
<li>MUST declare the hardware feature android.hardware.bluetooth_le.</li>
<li>MUST enable the GATT (generic attribute profile) based Bluetooth APIs as
described in the SDK documentation and [<a href="http://developer.android.com/reference/android/bluetooth/package-summary.html">Resources, 82</a>].</li>
+ <li>MUST implement a Resolvable Private Address (RPA) timeout no longer than
+15 minutes, and rotate the address at timeout to protect user privacy.</li>
<li>SHOULD support offloading of the filtering logic to the bluetooth chipset when
implementing the ScanFilter API [<a href="https://developer.android.com/reference/android/bluetooth/le/ScanFilter.html">Resources, 83</a>], and MUST report the correct value of where the filtering logic is implemented whenever queried via the
android.bluetooth.BluetoothAdapter.isOffloadedFilteringSupported() method.</li>