summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/bluetooth/ConnectSpecificProfilesActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* Bluetooth settings revampAmith Yamasani2010-10-271-310/+0
| | | | | | | | Added a separate scanning screen. UI changes to not require long-press options. Needs TODOs to be filled by BT team. Bug: 3038327
* am 68c6188b: am dd79a33b: Auto-connect Bluetooth device only when user ↵Jake Hamby2010-09-241-1/+1
|\ | | | | | | | | | | | | | | | | initiates pairing. Merge commit '68c6188b91ca4034caeff7527487513c8cb012f8' * commit '68c6188b91ca4034caeff7527487513c8cb012f8': Auto-connect Bluetooth device only when user initiates pairing.
| * Auto-connect Bluetooth device only when user initiates pairing.Jake Hamby2010-09-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | Fix bug 2271901: do not auto-connect to services on a BT device when pairing was initiated by the device (e.g. for OPP file transfer). Also corrected some typos and removed an unneeded lock object in LocalBluetoothManager (synchronize on .class object instead, like android.bluetooth.BluetoothDevice.getService() does). Change-Id: I121105c6eee2658129f6094786754bbc7932d324
* | bluetooth tetheringDanica Chang2010-08-171-1/+2
| | | | | | | | Change-Id: I8dfb1c85bb8b963d2937b8bc4a4c9f0cf641785d
* | Add keyboard support to bluetooth settings.Adam Powell2010-06-221-0/+2
|/ | | | Change-Id: I8fe41056acd074374cd249bfd0be6034f2614d37
* Set profiles as preferred and then try to connect.Jaikumar Ganesh2010-05-241-4/+3
| | | | | | | | | | | | The APIs implementations are being updated to expose A2DP and HFP APIs. A connect call is not honoured if its not a preferred profile. So if an app changes the preference of the profile than it should first update the state before making the connect call. The API for updating preference might not be exposed and will be mostly an API for app with ADMIN privileges like Settings app. Change-Id: I58b8e8201357bcfe615dc2322342520319d9e355
* b/2154978 Show only connectable profiles (Headset and& A2DP but not OPP) in ↵Michael Chan2009-09-301-60/+36
| | | | | | Bluetooth Device Advance Options aka "Connect to..." Change-Id: I34249a4828707bde491da4a82dca94ecf37cf490
* Implement Bluetooth device pickerYue Lixin2009-08-191-4/+37
| | | | | | | Add Bluetooth device picker in Settings - add resource to support device picker - show different UI accroding to start Intent - add OPP profile manager
* Bluetooth: Update Settings.apk to match BT API change.Nick Pelly2009-08-171-32/+33
| | | | | | | | | Split BluetoothDevice into BluetoothDevice and BluetoothAdapter. BluetoothAdapter: Represents the local BT adapter. Operations on the local adapter (start a scan, etc). BluetoothDevice: Represents a remote BT device. Operations on remote devices (pair, connect, etc).
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+298
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-292/+0
|
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-031-7/+1
|
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-021-1/+7
|
* auto import from //branches/cupcake/...@131421The Android Open Source Project2009-02-131-3/+6
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-21/+13
|
* auto import from //branches/cupcake/...@127101The Android Open Source Project2009-01-201-4/+4
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-0/+297