Loading core/java/android/server/BluetoothEventLoop.java +0 −2 Original line number Diff line number Diff line Loading @@ -287,8 +287,6 @@ class BluetoothEventLoop { mBluetoothService.setIsDiscovering(true); intent = new Intent(BluetoothAdapter.ACTION_DISCOVERY_STARTED); } else { // Stop the discovery. mBluetoothService.cancelDiscovery(); mBluetoothService.setIsDiscovering(false); intent = new Intent(BluetoothAdapter.ACTION_DISCOVERY_FINISHED); } Loading Loading
core/java/android/server/BluetoothEventLoop.java +0 −2 Original line number Diff line number Diff line Loading @@ -287,8 +287,6 @@ class BluetoothEventLoop { mBluetoothService.setIsDiscovering(true); intent = new Intent(BluetoothAdapter.ACTION_DISCOVERY_STARTED); } else { // Stop the discovery. mBluetoothService.cancelDiscovery(); mBluetoothService.setIsDiscovering(false); intent = new Intent(BluetoothAdapter.ACTION_DISCOVERY_FINISHED); } Loading