History log of /frameworks/base/core/java/android/bluetooth/OobData.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2992cd084cd5cfd9ef253c37ef269d6c75e7e144 23-Aug-2017 Jack He <siyuanh@google.com> Fix checkstyle errors (2/2)

* Manual style corrections with IDE assistance
* Variable name refactors are done through IDE
* Corrected general style errors such as:
- "final private var" -> "private final var"
- "&&", "+", "||" should not be at the end of line
- Non-static private variable should be like "mVar"
- Private static variable should be like "sVar"
- Code file should always end with newline
- Inherited methods should be annotated with @Override
and no @hide tags
- Public methods should always have a JavaDoc entry
- "int[] array" is preferred over "int array[]"
- private methods should be accessed without "this."
when there is no name collisions.
- "boolean ? true : false" -> boolean
- "boolean ? false : true" -> !boolean
- "boolean == true" OR "boolean != false" -> boolean
- "boolean != true" OR "boolean == false" -> !boolean

Bug: 63596319
Test: make checkbuild, no functional changes
Change-Id: Iabdc2be912a32dd63a53213d175cf1bfef268ccd
/frameworks/base/core/java/android/bluetooth/OobData.java
a355e5efaf45a534ee6437aa4bae7d30f18c0ec2 23-Aug-2017 Jack He <siyuanh@google.com> Fix checkstyle errors (1/2)

* Automatic style corrections through IDE

Bug: 63596319
Test: make checkbuild, no manual changes, no functional changes
Change-Id: I2397d55abc34c9b7a9b748bec6137778df3421a7
/frameworks/base/core/java/android/bluetooth/OobData.java
f465823f6d0969dc8ea2c6666b227d02d6dea25e 10-Nov-2016 Jakub Pawlowski <jpawlowski@google.com> BLE OOB Pairing - parse address type (5/5)

When address type is not parsed, creating bond to devices not using
random address is impossible.

Bug: 32780409
Test: try pairing with nRF52DK using random address
Change-Id: Ie6cc1f8c008d43b2acd021b47f9bbfb1f63472e8
/frameworks/base/core/java/android/bluetooth/OobData.java
5aa4ba3776e3017a686acc1e6f7acfd04f272d61 12-Aug-2016 Jakub Pawlowski <jpawlowski@google.com> resolve merge conflicts of 5671277 to stage-aosp-master

Change-Id: I71e3bd497dbdc0b3f297ad311620aa77bf7225ac
747711ce9b8d12d2454cbe3369741b8ab2979aa1 28-Jul-2016 Jakub Pawlowski <jpawlowski@google.com> Add LE Secure Connection data parsing (1/4)

Bug: 30460956
Change-Id: I8d6e721b3b04f5ca9e3e02f7f2b90487482e1b37
/frameworks/base/core/java/android/bluetooth/OobData.java
c0e8ff323e25468eea3492936d2f0be31f278a25 14-Apr-2016 Jakub Pawlowski <jpawlowski@google.com> OobData documentation

Bug: 27385555
Change-Id: Ie290914e4d2b9378c6dff3ae14d96d6f8b13ab9d
/frameworks/base/core/java/android/bluetooth/OobData.java
fa6a1bc755e592ca649e0428f0866289d91df1ea 02-Mar-2016 Jeff Sharkey <jsharkey@android.com> Sometimes to step forward, we need to go back. [2/2]

Change-Id: Iccabb95530a6e3c3950cb9a8dfe84e75354d2f5f
/frameworks/base/core/java/android/bluetooth/OobData.java
9ad443f59c3aaff699fa094efa6855bdf28b7743 02-Mar-2016 Jeff Sharkey <jsharkey@android.com> Sometimes to step forward, we need to go back. [1/2]

Change-Id: Ibff95298dc2e6c09675018ad0c45506589b6312a
/frameworks/base/core/java/android/bluetooth/OobData.java
b73ebc88d9cf104b3a2ca7c1b2afb66ff9b8e6d0 01-Mar-2016 Jakub Pawlowski <jpawlowski@google.com> Hide android.bluetooth.OobData

Bug: 27385555
Change-Id: I1767909ca17b1b23a2f23ea4a5b4a02cc52eecde
/frameworks/base/core/java/android/bluetooth/OobData.java
50d1c044b5ce4b6fef532dc6e083cef903f554b2 01-Mar-2016 Jeff Sharkey <jsharkey@android.com> Parcelable classes should always be final.

Also hide ConnectivityMetricsEvent which isn't being used yet.

Bug: 27415331
Change-Id: Iacdccddda504f3f669185f807b4f35b8dc2b0212
/frameworks/base/core/java/android/bluetooth/OobData.java
c28caad44be9dd0b163962ae8a9c81d1fc6e193f 29-Dec-2015 Jakub Pawlowski <jpawlowski@google.com> Implementation of BluetoothDevice.createBondOutOfBand

This patch implements out of band pairing that uses optional data.
Currently, it works only for LE transport, using Temporary Key value.
In the future fields might be added to OOBData to support other options for
optional data.

Change-Id: I0811182efb72ac5f80521ed4876b32603cb628c1
/frameworks/base/core/java/android/bluetooth/OobData.java
2fc6e6bfd280b6391ed1533c443bde301765a3be 29-Dec-2015 Jakub Pawlowski <jpawlowski@google.com> Implementation of BluetoothDevice.createBondOutOfBand

This patch implements out of band pairing that uses optional data.
Currently, it works only for LE transport, using Temporary Key value.
In the future fields might be added to OOBData to support other options for
optional data.

Change-Id: I0811182efb72ac5f80521ed4876b32603cb628c1
/frameworks/base/core/java/android/bluetooth/OobData.java