Loading src/com/android/bluetooth/avrcp/Avrcp.java +1 −1 Original line number Diff line number Diff line Loading @@ -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"); Loading Loading
src/com/android/bluetooth/avrcp/Avrcp.java +1 −1 Original line number Diff line number Diff line Loading @@ -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"); Loading