summaryrefslogtreecommitdiff
path: root/core/java/android/server/BluetoothEventLoop.java
Commit message (Expand)AuthorAgeFilesLines
* Work around for errant headsets.Jaikumar Ganesh2010-10-131-1/+8
* Typo fixes in comments and minor code cleanups.Jake Hamby2010-09-301-2/+2
* Update local cache before sending intent.Jaikumar Ganesh2010-09-291-6/+6
* Fix interaction between BluetoothEventLoop and BluetoothService.Jaikumar Ganesh2010-09-131-88/+17
* Out Of Band API for Secure Simple Pairing.Jaikumar Ganesh2010-09-131-1/+26
* Fix to get A2DP to connect after unpairingHenrik Backlund2010-09-091-1/+7
* 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
* Send the name of the device in the DeviceFound signal.Jaikumar Ganesh2009-06-191-1/+3
* Framework changes for bluez4.Jaikumar Ganesh2009-06-091-114/+152
* AI 144392: am: CL 144241 Stop polling dbus.Robert Greenwalt2009-04-021-43/+13
* Automated import from //branches/master/...@141698,141698Nick Pelly2009-03-241-2/+2
* Automated import from //branches/master/...@140894,140894Nick Pelly2009-03-241-1/+1
* auto import from //branches/cupcake_rel/...@140373The Android Open Source Project2009-03-181-6/+12
* auto import from //branches/cupcake/...@137873The Android Open Source Project2009-03-111-0/+12
* auto import from //branches/cupcake/...@137197The Android Open Source Project2009-03-091-2/+7
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+373