Loading android/app/src/com/android/bluetooth/btservice/AdapterService.java +1 −1 Original line number Diff line number Diff line Loading @@ -2567,7 +2567,7 @@ public class AdapterService extends Service { BluetoothDevice device, int transport, AttributionSource attributionSource) { AdapterService service = getService(); if (service == null || !callerIsSystemOrActiveOrManagedUser(service, TAG, "setActiveDevice") || !callerIsSystemOrActiveOrManagedUser(service, TAG, "getConnectionHandle") || !Utils.checkConnectPermissionForDataDelivery( service, attributionSource, TAG)) { return BluetoothDevice.ERROR; Loading Loading
android/app/src/com/android/bluetooth/btservice/AdapterService.java +1 −1 Original line number Diff line number Diff line Loading @@ -2567,7 +2567,7 @@ public class AdapterService extends Service { BluetoothDevice device, int transport, AttributionSource attributionSource) { AdapterService service = getService(); if (service == null || !callerIsSystemOrActiveOrManagedUser(service, TAG, "setActiveDevice") || !callerIsSystemOrActiveOrManagedUser(service, TAG, "getConnectionHandle") || !Utils.checkConnectPermissionForDataDelivery( service, attributionSource, TAG)) { return BluetoothDevice.ERROR; Loading