| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge "NPE in BluetoothDevice.fetchUuidsWithSdp" | Zhihai Xu | 2014-01-14 | 1 | -1/+6 |
|\ |
|
| * | NPE in BluetoothDevice.fetchUuidsWithSdp | Zhihai Xu | 2014-01-13 | 1 | -1/+6 |
* | | Remove unused imports from frameworks/base. | John Spurlock | 2013-11-20 | 1 | -2/+0 |
|/ |
|
* | Change pairing api/intent permission from PRIVILEGED to ADMIN | Matthew Xie | 2013-10-21 | 1 | -6/+6 |
* | Makes ACTION_PAIRING_REQUEST require BLUETOOTH_PRIVILEGED. | Edward Jee | 2013-10-10 | 1 | -1/+2 |
* | Revert "Allow L2CAP sockets" | Mike Lockwood | 2013-10-02 | 1 | -27/+0 |
* | Unhide setPin, setPin, setPairingConfirmation, and relevant intent fields | Matthew Xie | 2013-09-29 | 1 | -14/+42 |
* | Allow L2CAP sockets | Dmitry Grinberg | 2013-09-06 | 1 | -0/+27 |
* | Bluetooth MAP profile - sms and mms support initial check-in | Matthew Xie | 2013-08-09 | 1 | -0/+3 |
* | Update javadoc to give app write better guidence | Matthew Xie | 2013-05-30 | 1 | -1/+1 |
* | Donot bind to GATT service when BLE is not supported | Matthew Xie | 2013-05-08 | 1 | -0/+4 |
* | Change BluetoothGattCallback methods argument from BluetoothDevice to Bluetoo... | Matthew Xie | 2013-04-03 | 1 | -2/+42 |
* | Merge "Unhide Bluetooth Low Energy public APIs" into jb-mr2-dev | Matthew Xie | 2013-03-28 | 1 | -0/+27 |
|\ |
|
| * | Unhide Bluetooth Low Energy public APIs | Matthew Xie | 2013-03-28 | 1 | -0/+27 |
* | | Correct executable bit for source files [Take 2] | Chirayu Desai | 2013-03-27 | 1 | -0/+0 |
|/ |
|
* | handle NullPointerException in cases where a proxy | Syed Ibrahim M | 2012-07-26 | 1 | -0/+6 |
* | Fixed issue with Settings app crashing after during on/off and unpair. | fredc | 2012-07-16 | 1 | -1/+17 |
* | Disable debug logs in BluetoothDevice, that was turned on accidentally Change... | Ravi Nagarajan | 2012-07-16 | 1 | -1/+1 |
* | Non persistent adapter service | fredc | 2012-07-16 | 1 | -5/+52 |
* | Handle cancel bond for both legacy and ssp pairing | Ravi Nagarajan | 2012-07-16 | 1 | -1/+1 |
* | Added support to get a remote device's service UUIDs | fredc | 2012-07-16 | 1 | -5/+3 |
* | Added support to cancel pairing from UI while doing SSP. | Priti Aghera | 2012-07-16 | 1 | -4/+2 |
* | Changes for new Bluetooth APIs. | Jaikumar Ganesh | 2012-07-13 | 1 | -31/+51 |
* | Get alias for Bluetooth devices. | Jeff Brown | 2012-04-20 | 1 | -0/+12 |
* | Fix obvious typos under frameworks/base/core | Ken Wakasa | 2012-03-09 | 1 | -1/+1 |
* | docs: Add developer guide cross-references, Project ACRE, round 4 | Joe Fernandez | 2011-12-22 | 1 | -0/+6 |
* | Make public APIs of ACTION_UUID, EXTRA_UUID, getUuids, and fetchUuidsWithSdp | Matthew Xie | 2011-11-08 | 1 | -14/+24 |
* | Fix build break; Revert "Make public APIs of ACTION_UUID, getUuids, and fetch... | Ed Heyl | 2011-11-08 | 1 | -23/+12 |
* | Make public APIs of ACTION_UUID, getUuids, and fetchUuidsWithSdp | Matthew Xie | 2011-10-27 | 1 | -12/+23 |
* | Provide an API to set the friendly name of a remote device. | Matthew Xie | 2011-07-28 | 1 | -0/+48 |
* | Incoming Bluetooth Connection requests - dialog. | Matthew Xie | 2011-07-07 | 1 | -0/+64 |
* | Improve readability of java docs for the public APIs. | Jaikumar Ganesh | 2011-01-25 | 1 | -0/+18 |
* | Follow the spec recommendation for keyboard pairing. | Jaikumar Ganesh | 2011-01-06 | 1 | -35/+90 |
* | Expose insecure rfcomm Bluetooth API. | Jaikumar Ganesh | 2010-12-23 | 1 | -0/+33 |
* | Typo fixes in comments and minor code cleanups. | Jake Hamby | 2010-09-30 | 1 | -14/+14 |
* | Out Of Band API for Secure Simple Pairing. | Jaikumar Ganesh | 2010-09-13 | 1 | -1/+57 |
* | Add documentation to help developers make an RFCOMM conection to a Bluetooth | Nick Pelly | 2010-02-24 | 1 | -0/+4 |
* | Add support for Car Dock. | Jaikumar Ganesh | 2009-12-03 | 1 | -0/+8 |
* | docs: add more documentation for the bluetooth apis. | Scott Main | 2009-11-09 | 1 | -4/+19 |
* | BT API security audit: fix a couple of permission mistakes. | Nick Pelly | 2009-10-09 | 1 | -0/+6 |
* | Set the Bond State to NONE when we receive a Agent Cancel. | Jaikumar Ganesh | 2009-10-08 | 1 | -1/+5 |
* | Introduce BluetoothAdapter.getDefaultAdapter(). | Nick Pelly | 2009-10-08 | 1 | -2/+1 |
* | Encourage developers to connect RFCOMM by UUID instead of Channel. | Nick Pelly | 2009-10-07 | 1 | -17/+51 |
* | Move android.bluetooth.ParcelUuid to android.os.ParcelUuid | Nick Pelly | 2009-09-28 | 1 | -5/+6 |
* | Bluetooth API: Do not allow apps to programmatically make BT discoverable. | Nick Pelly | 2009-09-24 | 1 | -0/+3 |
* | Add new API for fetching UUIDs using SDP. | Jaikumar Ganesh | 2009-09-19 | 1 | -0/+45 |
* | Do not @hide Parcelable implementations in BluetoothClass and BluetoothDevice. | Nick Pelly | 2009-09-17 | 1 | -3/+0 |
* | Change handling of remoteUuids. | Jaikumar Ganesh | 2009-09-16 | 1 | -2/+2 |
* | Changes for BT 2.1 | Jaikumar Ganesh | 2009-09-11 | 1 | -3/+15 |
* | API_CHANGE: Cleanup, javadoc and unhide more Bluetooth API. | Nick Pelly | 2009-09-10 | 1 | -87/+241 |