am 7dd84651
: Merge "Display BTH connected status correctly"
* commit '7dd84651a25566c5a2152d935f19a11cebfc58ae': Display BTH connected status correctly
This commit is contained in:
@@ -232,7 +232,7 @@ public final class BluetoothDevicePreference extends Preference implements
|
||||
break;
|
||||
|
||||
case BluetoothProfile.STATE_DISCONNECTED:
|
||||
if (profile.isProfileReady() && profile.isPreferred(cachedDevice.getDevice())) {
|
||||
if (profile.isProfileReady()) {
|
||||
if (profile instanceof A2dpProfile) {
|
||||
a2dpNotConnected = true;
|
||||
} else if (profile instanceof HeadsetProfile) {
|
||||
|
Reference in New Issue
Block a user