Loading android/app/src/com/android/bluetooth/btservice/AdapterService.java +1 −1 Original line number Diff line number Diff line Loading @@ -2859,7 +2859,7 @@ public class AdapterService extends Service { @Override public int connectAllEnabledProfiles(BluetoothDevice device, AttributionSource source) { AdapterService service = getService(); if (service == null) { if (service == null || !service.isEnabled()) { return BluetoothStatusCodes.ERROR_BLUETOOTH_NOT_ENABLED; } if (!callerIsSystemOrActiveOrManagedUser(service, TAG, "connectAllEnabledProfiles")) { Loading Loading
android/app/src/com/android/bluetooth/btservice/AdapterService.java +1 −1 Original line number Diff line number Diff line Loading @@ -2859,7 +2859,7 @@ public class AdapterService extends Service { @Override public int connectAllEnabledProfiles(BluetoothDevice device, AttributionSource source) { AdapterService service = getService(); if (service == null) { if (service == null || !service.isEnabled()) { return BluetoothStatusCodes.ERROR_BLUETOOTH_NOT_ENABLED; } if (!callerIsSystemOrActiveOrManagedUser(service, TAG, "connectAllEnabledProfiles")) { Loading