Loading service/java/com/android/server/bluetooth/BluetoothModeChangeHelper.java +1 −1 Original line number Diff line number Diff line Loading @@ -100,7 +100,7 @@ public class BluetoothModeChangeHelper { if (adapter == null) { return false; } return adapter.getLeState() == BluetoothAdapter.STATE_ON; return adapter.isLeEnabled(); } @VisibleForTesting Loading Loading
service/java/com/android/server/bluetooth/BluetoothModeChangeHelper.java +1 −1 Original line number Diff line number Diff line Loading @@ -100,7 +100,7 @@ public class BluetoothModeChangeHelper { if (adapter == null) { return false; } return adapter.getLeState() == BluetoothAdapter.STATE_ON; return adapter.isLeEnabled(); } @VisibleForTesting Loading