History log of /packages/apps/Nfc/src/com/android/nfc/handover/ConfirmConnectActivity.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9f6a6c74d8ccca0b369f6bcbdf3f7865d4c34236 09-Apr-2015 Balachandar Swami <w60013@motorola.com> Fix peripheral handover issues

1) Add synchronization to PeripheralHandoverService so multiple starts
are stopped correctly

2) Dismiss Confirm Connect dialog properly if user ignores it (accidently
navigates to home screen etc)

Change-Id: I2329f46dd9a94b907ddd43323c5f3d7fba3670b8
/packages/apps/Nfc/src/com/android/nfc/handover/ConfirmConnectActivity.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/ConfirmConnectActivity.java
a23c1d8ce8acb0d196ebb306dbda4aee4bcdee05 08-Aug-2014 Martijn Coenen <maco@google.com> Switch to Theme Material.

Bug: 15907600
Change-Id: I876b9e334a8cf3c7d886419507d17235e905d9e5
/packages/apps/Nfc/src/com/android/nfc/handover/ConfirmConnectActivity.java
f5a196b643c654c7ea98a5e2935e3bff6683399b 11-Jul-2012 Martijn Coenen <maco@google.com> Implement connection handover LLCP service.

The Connection Handover specification dictates that we should
exchange Hr/Hs records over a dedicated LLCP service. This adds
the service, and starts using it by default. It will fall back
to the SNEP GET method to remain compatible with Android 4.1
devices. SNEP GET on these devices will return "Not Implemented",
also per the SNEP spec.

Also fixed a bug in endianness of the OOB record.

Bug: 6759842
Change-Id: Iafe67ab119e933df5dfa0a5645a95bc59badd8ae
/packages/apps/Nfc/src/com/android/nfc/handover/ConfirmConnectActivity.java
78705adb33530d58f6b25bd3976ef36df196af55 09-May-2012 Martijn Coenen <maco@google.com> UI confirmation for pairing a BT device through NFC.

If we find a BT device to pair through NFC and we haven't
seen it device before, request confirmation before pairing it.

Bug: 6092058
Change-Id: I34fc638fbdb152a48e90644f9a34cc1a0b942de2
/packages/apps/Nfc/src/com/android/nfc/handover/ConfirmConnectActivity.java