linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Kyle Shneider <shneiderkyle@gmail.com>
To: linux-bluetooth@vger.kernel.org
Subject: MediaFolder interface
Date: Tue, 16 Aug 2016 23:09:49 +0300	[thread overview]
Message-ID: <CAMib2Ga66EkT7QWSZi_ew+ESQ_O97koY3OZgCy8mOiUnXes0wg@mail.gmail.com> (raw)

Hello.
I'm successfully setting connection between iOS a2dp source and linux
a2dp sink and...
1) When I'm trying to use Search method of MediaFolder1 interface
passing different arguments it always returns NotSupported error
(ListItems and ChangeFolder methods works fine). In the bluez docs it
is written that property 'Searchable' of player object (it is False on
default) can be enabled using MediaFolder interface. So how can I
change this property to True?
2) What is the acceptable format of 'dict filter' argument of
ListItems method (and Search)? I've tried different variants but it's
always InvalidArguments error.
- {'Start':0, 'End':0, 'Attributes':['track', 'album']}
- dbus.Dictionary({'Start':0, 'End':0, 'Attributes':['track',
'album']}, signature:'sv')
- etc
When I pass an empty dictionary to this method everything ok.

-- 
Kyle Shneider

             reply	other threads:[~2016-08-16 20:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-16 20:09 Kyle Shneider [this message]
2016-08-18 13:47 ` MediaFolder interface Luiz Augusto von Dentz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAMib2Ga66EkT7QWSZi_ew+ESQ_O97koY3OZgCy8mOiUnXes0wg@mail.gmail.com \
    --to=shneiderkyle@gmail.com \
    --cc=linux-bluetooth@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).