summaryrefslogtreecommitdiffstats
path: root/src/com/android/bluetooth/a2dp/A2dpStateMachine.java
Commit message (Expand)AuthorAgeFilesLines
* HFP/A2DP: Remove pending auto-connect messages when connectedAjay Panicker2015-08-261-0/+6
* Update UI properly in Connection race Conditions.Anubhav Gupta2015-07-071-6/+32
* Move A2dp State to Disconnected when BT is Turned OFFAnubhav Gupta2015-06-041-0/+6
* Add dumpsys support for bluetoothMike Lockwood2014-10-281-1/+7
* A2DP Sink: Add support for BluetoothA2dpSink profileMike Lockwood2014-06-121-5/+1
* Fix arguments to AudioManager.setBluetoothA2dpDeviceConnectionState()Mike Lockwood2014-05-281-1/+2
* update play status based on A2dp audio state from stack.Zhihai Xu2014-01-071-4/+6
* isA2dpPlaying() reports wrong playing state when suspendedZhihai Xu2014-01-071-0/+1
* Add protected log methods to StateMachineWink Saville2013-01-281-32/+27
* License of files Bluetooth package is not updated to ASL2Zhihai Xu2012-10-231-1/+13
* Turn off dbg messages, be prepared for production buildMatthew Xie2012-10-071-19/+11
* Add StateMachine make methods.Wink Saville2012-09-151-1/+8
* Implement enableNoAutoconnect() for NFC handoverGanesh Ganapathi Batta2012-08-141-14/+23
* Merge "Fix for BT turn on/off issues: NPE, FD/thread leaks, ANR." into jb-mr1...Matthew Xie2012-08-081-6/+4
|\
| * Fix for BT turn on/off issues: NPE, FD/thread leaks, ANR.Fred2012-08-081-6/+4
* | Implement Profile Auto connection logicGanesh Ganapathi Batta2012-08-061-10/+10
|/
* Resolve incoming pairing and connection issueRavi Nagarajan2012-07-261-4/+12
* Fix for When Hf is rejected the device should initiate A2dp if a2dp is enabledSwaminatha Balaji2012-07-261-0/+13
* Notify Connection state chnage to AudioManager via an API callMatthew Xie2012-07-181-11/+57
* Changing the order of notification of connection state change, as it was caus...Sreenidhi T2012-07-161-2/+6
* Fix for A2dp/hf connection happening even when profile is disabled in SettingsSwaminatha Balaji2012-07-161-12/+27
* Fixed memory leak in Binder objects from repeatedly turning on/off Bluetoothfredc2012-07-161-7/+8
* Fixed BT on/off issuefredc2012-07-161-1/+2
* Memory profiling changes : Updated the Bluetooth code to handle cleaning up o...Ravi Nagarajan2012-07-161-0/+4
* Added support to handle A2DP audio state changed events and broadcastKausik Sinnaswamy2012-07-161-1/+57
* adapter non persistent service. Fixed null exception when profile services co...fredc2012-07-161-7/+4
* Non persistent adapter servicefredc2012-07-161-2/+7
* Implement the getDevicesMatchingConnectionStates for A2DPRavi Nagarajan2012-07-161-3/+23
* Initial implementation of HFP and A2DP profile/service/statemachine.Matthew Xie2012-07-161-0/+597