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

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

Merge "Bluetooth: Fix to respond to Browse command when not supported"

parents 5f7c092e e25b96fd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2966,7 +2966,7 @@ public final class Avrcp {
                while (rccIterator.hasNext()) {
                    final MediaPlayerInfo di = rccIterator.next();
                    if (di.GetPlayerFocus()) {
                        if (!di.IsRemoteAddressable()) {
                        if (!di.IsRemoteAddressable() || mCurrentPath.equals(PATH_INVALID)) {
                            getFolderItemsRspNative((byte)INTERNAL_ERROR, numItems, itemType,
                                uid, type, playable, displayName, numAtt, attValues, attIds);
                            Log.e(TAG, "GetFolderItems fails: addressed player is not browsable");