Return-Path: MIME-Version: 1.0 In-Reply-To: References: Date: Tue, 23 Sep 2014 19:11:02 -0700 Message-ID: Subject: Re: Action: Start playing a media item with at least 512 bytes From: John Tobias To: Luiz Augusto von Dentz Cc: "linux-bluetooth@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Hi Luiz, I tried the test/simple-play (python ./simple-player), but it was returning error: dbus.exceptions.DBusException: org.bluez.Error.InvalidArguments: Invalid arguments in method call I ran gdbus introspect --recurse --system --dest org.bluez -o / and the org.bluez.Media1 was there: interface org.bluez.Media1 { methods: RegisterEndpoint(in o endpoint, in a{sv} properties); UnregisterEndpoint(in o endpoint); RegisterPlayer(in o player, in a{sv} properties); UnregisterPlayer(in o player); signals: properties: }; Any idea?. Regards, john On Mon, Sep 22, 2014 at 6:36 PM, John Tobias wrote: > Hi Luiz, > > Yes, that is correct. The test/simple-player will play an audio on my > device(sink) and will provide the necessary information for PTS or the > sink would be the PTS? > > Also, are you familiar with this info (see attached image1.png) "send > L2CAP_Data over the assigned channel with correct DCID?. > > Regards, > > john > > On Mon, Sep 22, 2014 at 12:47 AM, Luiz Augusto von Dentz > wrote: >> Hi John >> >> On Sat, Sep 20, 2014 at 12:12 AM, John Tobias wrote: >>> Hello guys, >>> >>> I got these PTS dialog box (TC_TG_RCR_BV_02_C and TC_TG_RCR_BV_04_C) >>> but, I am not sure how to respond from my bluetooth device. >>> >>> >>> Any idea?. >> >> I suppose this one is AVRCP fragmentation test isn't it? You would >> need to provide a metadata that is big enough, in Android case this >> can be done with android/haltest and in D-Bus solution you can try >> test/simple-player. >> >> -- >> Luiz Augusto von Dentz