summaryrefslogtreecommitdiff
path: root/core/java/android/server/BluetoothEventLoop.java
Commit message (Expand)AuthorAgeFilesLines
...
* | | Update code for new BT public APIs.Jaikumar Ganesh2010-09-281-8/+25
* | | am b390728b: am a224f70b: Fix interaction between BluetoothEventLoop and Blue...Jaikumar Ganesh2010-09-151-88/+17
|\| |
| * | am a224f70b: Fix interaction between BluetoothEventLoop and BluetoothService.Jaikumar Ganesh2010-09-141-88/+17
| |\|
| | * Fix interaction between BluetoothEventLoop and BluetoothService.Jaikumar Ganesh2010-09-131-88/+17
* | | Rework Bluetooth tethering networking configuration.Jaikumar Ganesh2010-09-141-6/+11
* | | Add missing return statement.Jaikumar Ganesh2010-09-131-0/+1
* | | resolved conflicts for merge of 0522f5e9 to masterJaikumar Ganesh2010-09-131-0/+23
|\| |
| * | am cc5494c9: Out Of Band API for Secure Simple Pairing.Jaikumar Ganesh2010-09-131-1/+26
| |\|
| | * Out Of Band API for Secure Simple Pairing.Jaikumar Ganesh2010-09-131-1/+26
* | | am 049912b7: am 9395b465: Merge "Fix to get A2DP to connect after unpairing" ...Jaikumar Ganesh2010-09-091-1/+7
|\| |
| * | am 9395b465: Merge "Fix to get A2DP to connect after unpairing" into gingerbreadJaikumar Ganesh2010-09-091-1/+7
| |\|
| | * Fix to get A2DP to connect after unpairingHenrik Backlund2010-09-091-1/+7
* | | Decouple Tethering UI with registering of SDP records.Jaikumar Ganesh2010-09-021-1/+2
* | | Use the new signals sent by Bluez for PAN.Jaikumar Ganesh2010-09-021-0/+10
* | | Add BNEP_SVC UUID for incoming tethering connections.Jaikumar Ganesh2010-08-231-1/+1
* | | bluetooth tetheringDanica Chang2010-08-181-1/+48
* | | Add HID to the state machine and add native call backs.Jaikumar Ganesh2010-07-211-0/+20
* | | HID profile.Jaikumar Ganesh2010-06-171-7/+45
|/ /
* | merge from froyo-plus-aospJean-Baptiste Queru2010-06-091-3/+30
|\ \ | |/ |/|
| * merge from open-source masterThe Android Open Source Project2010-06-091-3/+30
| |\
| | * Bluetooth:LCD wakeup during remote BT pairing request.Bheemsen Kulkarni2010-03-171-3/+30
* | | Add a new state machine for handling the incoming / outgoing profileJaikumar Ganesh2010-06-021-0/+1
|/ /
* | Add an API to set the link timeout.Jaikumar Ganesh2010-03-091-0/+5
* | Remove UUIDs from the cache when the device is unpaired.Jaikumar Ganesh2010-03-021-1/+3
|/
* Accept incoming connections if no other sink is in NonDisconnecting state.Jaikumar Ganesh2009-12-171-2/+13
* Add API to get Active Sinks.Jaikumar Ganesh2009-12-071-2/+4
* Add support for Car Dock.Jaikumar Ganesh2009-12-031-0/+8
* Fix pairings lost on reboot.Jaikumar Ganesh2009-11-201-2/+2
* Set the Bond State to NONE when we receive a Agent Cancel.Jaikumar Ganesh2009-10-081-0/+21
* Encourage developers to connect RFCOMM by UUID instead of Channel.Nick Pelly2009-10-071-5/+22
* Set BondState to Bonding only if it not Bonded already.Jaikumar Ganesh2009-09-301-3/+7
* Move android.bluetooth.ParcelUuid to android.os.ParcelUuidNick Pelly2009-09-281-1/+1
* Set the bonding for incoming connections only when authentication is requested.Jaikumar Ganesh2009-09-221-1/+3
* Cache the remote device's service channel.Jaikumar Ganesh2009-09-211-2/+5
* Maintain pending outgoing bonding address.Jaikumar Ganesh2009-09-201-2/+3
* Fix adapter name change problem.Jaikumar Ganesh2009-09-201-2/+2
* Add new API for fetching UUIDs using SDP.Jaikumar Ganesh2009-09-191-0/+23
* Change handling of remoteUuids.Jaikumar Ganesh2009-09-161-2/+2
* Changes for BT 2.1Jaikumar Ganesh2009-09-111-4/+50
* Handle DisconnectRequested message sent by Bluez.Jaikumar Ganesh2009-09-111-0/+11
* API_CHANGE: Cleanup, javadoc and unhide more Bluetooth API.Nick Pelly2009-09-101-39/+41
* API_CHANGENick Pelly2009-09-091-2/+1
* API_CHANGENick Pelly2009-09-091-3/+3
* Query for all properties if a property change is received and cache is empty.Jaikumar Ganesh2009-09-081-0/+5
* Add Bluetooth Device trustLixin Yue2009-09-011-0/+5
* Fix property being cleared when DeviceFound signal is received.Jaikumar Ganesh2009-08-281-4/+8
* Fix authorization check for Audio Source.Nick Pelly2009-08-261-1/+4
* Use correct UUID to authorize AVRCPJackson Fan2009-08-241-1/+1
* Bluetooth: API change.Nick Pelly2009-08-181-13/+20
* Add incoming connections to the cache and change authorization check.Jaikumar Ganesh2009-08-041-14/+37