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

Commit 30e3a2cf authored by pramod kotreshappa's avatar pramod kotreshappa
Browse files

Bluetooth: Send player settings changed notification

For remote initiated player settings change command like shuffle
and repeate on/off,few carkit expect EVENT_PLAYER_SETTINGS_CHANGED
response to updated its UI. Send event player settings changed
response along with ACCEPT.

Change-Id: Id72bf2be6c6454597b29be061b29b1920e3fb760
parent 7baac155
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);