summaryrefslogtreecommitdiffstats
path: root/core/java/android/server/BluetoothEventLoop.java
Commit message (Expand)AuthorAgeFilesLines
* am c008ca96: Merge "Work around for errant headsets." into gingerbreadJaikumar Ganesh2010-10-131-1/+8
|\
| * Work around for errant headsets.Jaikumar Ganesh2010-10-131-1/+8
* | resolved conflicts for merge of 0a972acf to gingerbread-plus-aospJake Hamby2010-09-301-2/+2
|\ \ | |/
| * Typo fixes in comments and minor code cleanups.Jake Hamby2010-09-301-2/+2
* | am a5c742bf: Merge "Update local cache before sending intent." into gingerbreadJaikumar Ganesh2010-09-291-6/+6
|\ \ | |/
| * Update local cache before sending intent.Jaikumar Ganesh2010-09-291-6/+6
* | 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
* | 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 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
* | 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
* Fix UUID typo and allow incoming AVRCP connections.Jaikumar Ganesh2009-07-311-3/+4
* Initial support of 2.1 pairing.Jaikumar Ganesh2009-07-171-9/+40
* Revert "Initial support of 2.1 pairing."Jaikumar Ganesh2009-07-171-40/+9
* Initial support of 2.1 pairing.Jaikumar Ganesh2009-07-171-9/+40
* Reconnect to A2DP device only if it supports that profile, fix HF AG UUID.Jaikumar Ganesh2009-07-161-3/+1
* Rework the property parsing code.Jaikumar Ganesh2009-06-291-9/+16