Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7ecc295d authored by Myles Watson's avatar Myles Watson Committed by Gerrit Code Review
Browse files

Merge "method name fix for getConnectionHandle"

parents 088afbc3 098e2c96
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;