History log of /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/A2dpSinkProfile.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
44de3a076d8903078c96e6b38564a16832996310 02-May-2018 ryanywlin <ryanywlin@google.com> Add Bluetooth callback for device connection state changed

With the new Multi-A2DP/HFP support, need to add profile connection state
changed callback for every BT device connect/disconnect to profile.

Bug: 76447449
Test: make RunSettingsLibRoboTests ROBOTEST_FILTER=LocalBluetoothProfileManagerTest -j28
Test: make RunSettingsLibRoboTests ROBOTEST_FILTER=BluetoothEventManagerTest -j28
Change-Id: Iaaec369e8d10f9b1270491632fb5c91de1e28571
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/A2dpSinkProfile.java
155738ee1ff2dc3633166f44857c0ea26b5dc8e8 18-Dec-2017 Pavlin Radoslavov <pavlin@google.com> Removed executable flag for Java source files

Test: Code compilation
Change-Id: Ibfb57c6af54ace94eb9f9915471738f2f09ca70a
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/A2dpSinkProfile.java
43eba0836d89c21c4bec20bd251f4e82310b7cf1 31-Mar-2017 Joseph Pirozzo <pirozzoj@google.com> Bluetooth Multi Connect

Allow automotive bluetooth profiles to connect to issue multiple connect
calls without disconnecting other devices. These client side profiles
either support multiple connections or handle multiple connection
requests gracefully.

Bug: 36789202
Test: Manual, Connect to one paired device then attempt to connect to a
second paired device, observe that HFP and PBAP are both connected on
both devices.

Change-Id: I8bd6aea2b8411ba5585b34292d8c6ec62c5c2f96
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/A2dpSinkProfile.java
1bec6a5b0d67f120b7013572f6b1a4f1e1b3c584 22-Oct-2015 Sanket Agarwal <sanketa@google.com> Add support for AVRCP 1.3.

* Add metadata support.
* Add player settings support.
* Add playback support.

A2DP Settings App support.

Bluetooth: A2DP Sink support for Settings App

- add support for A2DP Sink in Settings App. This will enable connection
initiation and updation on Settings App
- add framework Apis to support A2DP Sink. Any third party Apps can access
A2DP Sink priority of device and playing state of device
- add support for key to set priority. This manages priority of device for
A2DP Sink profile

Change-Id: If5f9139f37cdb9d200387877c7801075205c78a0
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/A2dpSinkProfile.java