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

Commit a3edd20e authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Bluetooth: Send player settings changed notification"

parents 3a9b098d 30e3a2cf
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -449,7 +449,8 @@ public final class Avrcp {
                            } else {
                               SendSetPlayerAppRspNative(INTERNAL_ERROR);
                            }
                        } else if (mPlayerStatusChangeNT == NOTIFICATION_TYPE_INTERIM) {
                        }
                        if (mPlayerStatusChangeNT == NOTIFICATION_TYPE_INTERIM) {
                            Log.v(TAG,"Send Player appl attribute changed response");
                            mPlayerStatusChangeNT = NOTIFICATION_TYPE_CHANGED;
                            sendPlayerAppChangedRsp(mPlayerStatusChangeNT);