History log of /packages/apps/Nfc/src/com/android/nfc/handover/BluetoothPeripheralHandover.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ca75f7282125255caee81f4bcd8f765d709acc38 29-Dec-2015 Jakub Pawlowski <jpawlowski@google.com> Add optional OOB data processing for LE devices

This patch adds processing of optional OOB data that can be used
to improve pairing security.

Change-Id: I40b61b150c07c7532d2238a803e854007aea04a8
/packages/apps/Nfc/src/com/android/nfc/handover/BluetoothPeripheralHandover.java
f291ad8974438d513757d5da929a86cd3d86fe45 13-Aug-2014 Martijn Coenen <maco@google.com> Clear NFC task on launch.

Change-Id: Iba7d37df00d657c4f8e53d8034f2822ab593ee4e
/packages/apps/Nfc/src/com/android/nfc/handover/BluetoothPeripheralHandover.java
dceae917c7aeb73dfce10ab5e2e9143fb988c4a8 13-Nov-2014 Andres Morales <anmorales@google.com> Make BT pairing strings localizable

Bug:18207126
Change-Id: I8600e5d8cde75074205d822b819b4fb08e7e4a1d
/packages/apps/Nfc/src/com/android/nfc/handover/BluetoothPeripheralHandover.java
c6204dc79ac89d30e20cc39f139ee10dd304de7f 16-Sep-2014 Andres Morales <anmorales@google.com> Set BT device alias from NFC tag

Bug: 17409874
Change-Id: I9a638601507ba51fe861cd8c62366c61f6210dec
/packages/apps/Nfc/src/com/android/nfc/handover/BluetoothPeripheralHandover.java
42c0f35783e2849de525cdbe743c95c197fdcf50 09-Sep-2014 Andres Morales <anmorales@google.com> Pause polling while pairing to peripheral.

Attempt at working around the NFC KB resetting itself
due to NFC discovery.

This prevents the tag from being picked up repeated times.
However, since it re-enables polling once it's done, it will
definitely end up disconnecting the KB if the device remains on it
after pairing has ended. This is because tapping an NFC handover
sticker for a paired device disconnects the device.

Leaving a timeout after paring succeeds before re-enabling
polling as a hacky bandaid solution.

Bug: 17401266
Change-Id: I981a4b2ad7ebf99ba8aa5106cc44f8ac7d899132
/packages/apps/Nfc/src/com/android/nfc/handover/BluetoothPeripheralHandover.java
cf76dfbf36ab621b9372527ddc8ca605e00d7784 05-Sep-2014 Andres Morales <anmorales@google.com> Allow BLE keyboard to be paired via NFC in SW

Bug:17397066
Change-Id: Id8a51e1c8285b263b74dce72c11b79b9f196a957
/packages/apps/Nfc/src/com/android/nfc/handover/BluetoothPeripheralHandover.java
2d5c0337f6f2e58b6d1b1d6a35c670c736eb0bd3 20-Aug-2014 Andres Morales <anmorales@google.com> Fix crash in keyboard disconnection

Bug:17157975
Change-Id: Icda30b73155a5ef7df6024c3de3f0974293777da
/packages/apps/Nfc/src/com/android/nfc/handover/BluetoothPeripheralHandover.java
7aaafa209be6c1b01081cfb5ed1e9530082c7d8c 13-Aug-2014 Andres Morales <anmorales@google.com> BLE parser

Adds a parser for BLE devices and updates BT Handover
stack to support this mode.

Bug: 16007503
Change-Id: I153b1b65f9d27f5d1c5a645c445b339ef5f73157
/packages/apps/Nfc/src/com/android/nfc/handover/BluetoothPeripheralHandover.java