Loading packages/SettingsLib/src/com/android/settingslib/bluetooth/CachedBluetoothDevice.java +3 −1 Original line number Diff line number Diff line Loading @@ -807,9 +807,11 @@ public final class CachedBluetoothDevice implements Comparable<CachedBluetoothDe if (BluetoothUuid.containsAnyUuid(uuids, PbapServerProfile.PBAB_CLIENT_UUIDS)) { // The pairing dialog now warns of phone-book access for paired devices. // No separate prompt is displayed after pairing. if (getPhonebookPermissionChoice() == CachedBluetoothDevice.ACCESS_UNKNOWN) { setPhonebookPermissionChoice(CachedBluetoothDevice.ACCESS_ALLOWED); } } } public int getMaxConnectionState() { int maxState = BluetoothProfile.STATE_DISCONNECTED; Loading Loading
packages/SettingsLib/src/com/android/settingslib/bluetooth/CachedBluetoothDevice.java +3 −1 Original line number Diff line number Diff line Loading @@ -807,9 +807,11 @@ public final class CachedBluetoothDevice implements Comparable<CachedBluetoothDe if (BluetoothUuid.containsAnyUuid(uuids, PbapServerProfile.PBAB_CLIENT_UUIDS)) { // The pairing dialog now warns of phone-book access for paired devices. // No separate prompt is displayed after pairing. if (getPhonebookPermissionChoice() == CachedBluetoothDevice.ACCESS_UNKNOWN) { setPhonebookPermissionChoice(CachedBluetoothDevice.ACCESS_ALLOWED); } } } public int getMaxConnectionState() { int maxState = BluetoothProfile.STATE_DISCONNECTED; Loading