| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add support for Bluetooth Sim Access Profile (2/4) | Casper Bonde | 2015-04-15 | 1 | -0/+41 |
| * | Bluetooth LE background operation mode (2/2) | Nitin Arora | 2015-04-15 | 1 | -13/+42 |
| * | OBEX Over L2CAP + SDP search API for BT profiles | Casper Bonde | 2015-04-11 | 1 | -3/+66 |
| * | Add API to check if a Bluetooth connection is encrypted (1/2) | Andre Eisenbach | 2015-02-09 | 1 | -1/+33 |
| * | Adds APIs for Bluetooth PBAP and MAP access permission. | Edward Jee | 2014-09-09 | 1 | -34/+97 |
| * | Add transport parameter to createBond() function (4/4) | Andre Eisenbach | 2014-08-05 | 1 | -1/+32 |
| * | Bluetooth: Support MAP Client role on Bluedroid. | Hemant Gupta | 2014-07-01 | 1 | -2/+22 |
| * | Adding a method to know if there is a connection to a BluetoothDevice. | Jay Civelli | 2014-06-04 | 1 | -0/+20 |
| * | Add transport param to Connect APIs | Ganesh Ganapathi Batta | 2014-05-06 | 1 | -1/+42 |
| * | 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 |