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

Commit eae34a7e authored by Linux Build Service Account's avatar Linux Build Service Account
Browse files

Promotion of android-framework.lnx.2.0.c1-00011.

CRs      Change ID                                   Subject
--------------------------------------------------------------------------------------------------------------
1090712 1091729   Ic2de3e44662c188b13356ca5bd8a3c575c8a5dae   SoftAp: Pass interfcae name to SoftapController to start
1082835   I6c6c9c6427517993c7288994e2ae0142caac43c2   Bluetooth: Fix setting app stoped when unpair device

Change-Id: I2639333256731d273e488863f9be7cb1f3f933f3
CRs-Fixed: 1090712, 1091729, 1082835
parents 29a2a0d6 38ba3678
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -329,7 +329,6 @@ public final class CachedBluetoothDevice implements Comparable<CachedBluetoothDe
                final boolean successful = dev.removeBond();
                if (successful) {
                    if (Utils.D) {
                        mDevice.setAlias(null);
                        Log.d(TAG, "Command sent successfully:REMOVE_BOND " + describe(null));
                    }
                } else if (Utils.V) {
+1 −1
Original line number Diff line number Diff line
@@ -1582,7 +1582,7 @@ public class NetworkManagementService extends INetworkManagementService.Stub
                    SOFT_AP_COMMAND_SUCCESS, logMsg);

            logMsg = "startAccessPoint Error starting softap";
            args = new Object[] {"startap"};
            args = new Object[] {"startap", wlanIface};
            executeOrLogWithMessage(SOFT_AP_COMMAND, args, NetdResponseCode.SoftapStatusResult,
                    SOFT_AP_COMMAND_SUCCESS, logMsg);
        } catch (NativeDaemonConnectorException e) {