summaryrefslogtreecommitdiff
path: root/core/java/android/bluetooth/BluetoothProfileState.java
Commit message (Collapse)AuthorAgeFilesLines
* Delete various Bluetooth files for stack integration.Jaikumar Ganesh2012-07-131-160/+0
|
* Fix issue 5252593: any app can restart the runtimeEric Laurent2011-09-021-1/+3
| | | | | | Replace null device address string by empty sting. Change-Id: I285c35f3345334e6d2190493b1a8a5aca1a361a4
* Rename HierarchicalStateMachine and HierarchicalState to StateMachine and State.Wink Saville2011-04-181-9/+9
| | | | Change-Id: Ib4b33894da75f5f156066092fb145b478e52f7d7
* Make BluetoothInputDevice inherit from BluetoothProfile.Jaikumar Ganesh2011-02-221-5/+5
| | | | | | This makes it in sync with BluetoothHeadset and BluetoothA2dp profiles. Change-Id: I3ddb1d18b04aacb173b7bc376bca21c277a6afe4
* am a905d955: am a31cbd61: Merge "Remove STOPSHIP and reduce log spam." into ↵Jaikumar Ganesh2010-10-151-1/+1
|\ | | | | | | | | | | | | | | | | gingerbread Merge commit 'a905d9551103c5be465429ffeb0352b78058457e' * commit 'a905d9551103c5be465429ffeb0352b78058457e': Remove STOPSHIP and reduce log spam.
| * Remove STOPSHIP and reduce log spam.Jaikumar Ganesh2010-10-131-1/+1
| | | | | | | | | | | | | | We still need some logs, as it helped me fix the errant headset bug. Bug: 3095000 Change-Id: If12601430e6dc30490df1ff86fc3f9d4d455e6d5
* | resolved conflicts for merge of bbb90d13 to masterJaikumar Ganesh2010-10-151-1/+7
|\| | | | | | | Change-Id: I85de73f6e11e7547a006d41ca49021bca19af14b
| * Work around for errant headsets.Jaikumar Ganesh2010-10-131-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Some headsets send an AVCTP connection before an AVDTP connection When that AVCTP connection fails, we get stuck in IncomingA2DP state because we don't handle AVCTP signals for now. We need to handle the signals and fix it better. 2. Also when ACL gets disconnected, reset state i.e when the low level connection disconnected reset our state. This is like a fail safe in case we get stuck. Bug: 3051490 Change-Id: Ibcf188103999ffb1e08c36c2554504c639fb7f50
* | Update code for new BT public APIs.Jaikumar Ganesh2010-09-281-10/+10
| | | | | | | | Change-Id: Id730fb6226db59f3a0416111c4790653c2fccb0b
* | Add HID to the state machine and add native call backs.Jaikumar Ganesh2010-07-211-2/+10
|/ | | | Change-Id: Ib9f3e476d4176bc04e23e7674dc54aa5a6417308
* Serialize all commands for a particular profile.Jaikumar Ganesh2010-06-071-0/+144
Change-Id: I843ea9ab0bb2372c8316e99e8c083a9939ad774a