Loading android/app/src/com/android/bluetooth/btservice/AdapterService.java +0 −4 Original line number Diff line number Diff line Loading @@ -1432,10 +1432,6 @@ public class AdapterService extends Service { > BluetoothProfile.CONNECTION_POLICY_FORBIDDEN) { return true; } if (mBatteryService != null && mBatteryService.getConnectionPolicy(device) > BluetoothProfile.CONNECTION_POLICY_FORBIDDEN) { return true; } return false; } Loading Loading
android/app/src/com/android/bluetooth/btservice/AdapterService.java +0 −4 Original line number Diff line number Diff line Loading @@ -1432,10 +1432,6 @@ public class AdapterService extends Service { > BluetoothProfile.CONNECTION_POLICY_FORBIDDEN) { return true; } if (mBatteryService != null && mBatteryService.getConnectionPolicy(device) > BluetoothProfile.CONNECTION_POLICY_FORBIDDEN) { return true; } return false; } Loading