Loading service/java/com/android/server/bluetooth/BluetoothManagerService.java +5 −0 Original line number Diff line number Diff line Loading @@ -2045,6 +2045,11 @@ class BluetoothManagerService extends IBluetoothManager.Stub { } writer.flush(); if (args.length == 0) { // Add arg to produce output args = new String[1]; args[0] = "--print"; } } if (mBluetoothBinder == null) { Loading Loading
service/java/com/android/server/bluetooth/BluetoothManagerService.java +5 −0 Original line number Diff line number Diff line Loading @@ -2045,6 +2045,11 @@ class BluetoothManagerService extends IBluetoothManager.Stub { } writer.flush(); if (args.length == 0) { // Add arg to produce output args = new String[1]; args[0] = "--print"; } } if (mBluetoothBinder == null) { Loading