summaryrefslogtreecommitdiffstats
path: root/core/java/android/server/BluetoothService.java
Commit message (Expand)AuthorAgeFilesLines
* Unset device trust state before unpairing.Jaikumar Ganesh2011-02-251-0/+2
* Refactor android.server.BluetoothService classes.Jake Hamby2011-02-241-649/+273
* Make BluetoothPan inherit from BluetoothProfile.Jaikumar Ganesh2011-02-231-9/+60
* Make BluetoothInputDevice inherit from BluetoothProfile.Jaikumar Ganesh2011-02-221-13/+69
* Fix ANR in Settings and Phone app.Jaikumar Ganesh2011-02-141-10/+19
* Refactor Input profile operations from Bluetooth Service.Jaikumar Ganesh2011-02-141-230/+116
* Remove Bluetooth Pan operations from Bluetooth Service.Jaikumar Ganesh2011-02-141-306/+21
* Distinguish between NAP and PAN role disconnectionsJaikumar Ganesh2011-02-141-21/+84
* Remove more use of netmaskRobert Greenwalt2011-02-141-3/+2
* Merge "Wait till SDP records are registered before sending intent."Jaikumar Ganesh2011-02-031-39/+60
|\
| * Wait till SDP records are registered before sending intent.Jaikumar Ganesh2011-02-031-39/+60
* | Merge "Bind addr and prefixLength together in LinkAddress"Robert Greenwalt2011-02-031-5/+9
|\ \ | |/ |/|
| * Bind addr and prefixLength together in LinkAddressRobert Greenwalt2011-01-281-5/+9
* | Remove discoverable timeout handler.Jaikumar Ganesh2011-02-011-16/+1
|/
* am e97c0188: am 55271a79: Merge "Disable PBAP for no voice capability" into h...Jaikumar Ganesh2011-01-261-2/+0
|\
| * Disable PBAP for no voice capabilityJaikumar Ganesh2011-01-261-2/+0
| * Do Not Merge. Don't connect to non keyboard HID devices.Jaikumar Ganesh2011-01-251-0/+9
|/
* Fix bug in handling connect/disconnect multiple devices.Jaikumar Ganesh2011-01-131-1/+2
* Add ability to parse keyboard fixed pin auto pair blacklist.Jaikumar Ganesh2011-01-121-1/+22
* Enable Bluetooth reverse tethering.Jaikumar Ganesh2010-12-221-4/+13
* Fix parameter to Pan Device Call.Jaikumar Ganesh2010-12-211-1/+1
* Add EXTRA_LOCAL_ROLE to Pan State change intent.Jaikumar Ganesh2010-12-211-14/+22
* Fix PANU - Bluetooth tethering - JNI calls.Jaikumar Ganesh2010-12-161-2/+2
* Fix Bluetooth-tethering config of interface.Robert Greenwalt2010-12-161-1/+2
* Fix some IpV4-only code.Robert Greenwalt2010-12-141-14/+5
* Remove delay with auto connection.Jaikumar Ganesh2010-12-131-2/+6
* Add direct calls to Bluez to add SDP records.Jaikumar Ganesh2010-12-131-53/+39
* Update BT code for voice capability cases.Jaikumar Ganesh2010-11-241-6/+32
* Fix crash in dump function.Jaikumar Ganesh2010-11-111-26/+24
* Disconnect PAN and Input devices on BT disable.Jaikumar Ganesh2010-11-011-0/+12
* Add an API call to get the ConnectionState of the Bluetooth Adapter.Jaikumar Ganesh2010-10-261-3/+13
* Implement ACTION_CONNECTION_STATE_CHANGED intent.Jaikumar Ganesh2010-10-251-1/+76
* Update BT APIs return type from Set to List.Jaikumar Ganesh2010-10-221-22/+22
* Fix race condition between starting of service and getting the Profile Proxy.Jaikumar Ganesh2010-10-181-0/+4
* resolved conflicts for merge of bbb90d13 to masterJaikumar Ganesh2010-10-151-0/+10
|\
| * Work around for errant headsets.Jaikumar Ganesh2010-10-131-0/+10
* | resolved conflicts for merge of 738aadd7 to masterJake Hamby2010-09-301-6/+6
|\ \ | |/
| * Typo fixes in comments and minor code cleanups.Jake Hamby2010-09-301-6/+6
* | Update code for new BT public APIs.Jaikumar Ganesh2010-09-281-17/+62
* | am b390728b: am a224f70b: Fix interaction between BluetoothEventLoop and Blue...Jaikumar Ganesh2010-09-151-2/+90
|\ \ | |/
| * Fix interaction between BluetoothEventLoop and BluetoothService.Jaikumar Ganesh2010-09-131-2/+90
* | Rework Bluetooth tethering networking configuration.Jaikumar Ganesh2010-09-141-69/+112
* | resolved conflicts for merge of 0522f5e9 to masterJaikumar Ganesh2010-09-131-2/+87
|\ \ | |/
| * Out Of Band API for Secure Simple Pairing.Jaikumar Ganesh2010-09-131-2/+88
* | Decouple Tethering UI with registering of SDP records.Jaikumar Ganesh2010-09-021-7/+9
* | am 734d2707: am bb660d7e: Merge "Renaming SharedPreferences.startCommit to ap...Brad Fitzpatrick2010-08-301-1/+1
|\ \ | |/
| * Renaming SharedPreferences$Editor.startCommit to applyBrad Fitzpatrick2010-08-301-1/+1
* | resolved conflicts for merge of 28130bae to masterBrad Fitzpatrick2010-08-271-1/+1
|\ \ | |/
| * SharedPreferences$Editor.startCommit()Brad Fitzpatrick2010-08-271-1/+1
* | Wait for bluetooth to turn on before Bluetooth Tethering is enabledDanica Chang2010-08-201-2/+22