From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <4F9A41B6.50606@gmail.com> Date: Fri, 27 Apr 2012 08:50:30 +0200 From: =?ISO-8859-1?Q?=C1ngel_Mart=EDnez_Cavero?= MIME-Version: 1.0 To: linux-bluetooth@vger.kernel.org Subject: [HPD test scripts] Unable to run bluez test health scripts References: <4F990878.9020607@gmail.com> In-Reply-To: <4F990878.9020607@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Hi community, after reading the kind of messages (technical level) send it to the list yesterday I suspect that this is not the best place to ask a question as I did. I don't want to cause any trouble to the blueZ developers so I would appreciate if you could indicate me the best place to ask my question (related to the health profile test script execution). Thanks in advance, Ángel ======== Dear bluez list, this is my first message to the list so thanks in advance for your time reading me :-) I want to develop some health field applications (in C code) so I've just start playing with the latest blueZ libraries (4.99 version) available for download. First thing was try to understand the logical process and routines involved in the API through the test scripts shared with the blueZ project (under "test" folder). The problem is that my system is not able to run all those scripts related with the health profile unfortunately, that is: "test-health" and "test-health-sink" files getting always the same output as result (the others works fine: simple-agent, test-discovery, etc): First script output ============= ./test-health Select 1. source or 2. sink: 2 Select a data type: 1004 ERROR:dbus.connection:Unable to set arguments ({'DataType': dbus.UInt16(1004), 'Role': 'Sink', 'Description': 'Test sink'},) according to signature None:: an integer is required Traceback (most recent call last): File "./test-health", line 110, in "Role": role}) File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 68, in __call__ return self._proxy_method(*args, **keywords) File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 143, in __call__ **keywords) File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 620, in call_blocking message.append(signature=signature, *args) TypeError: an integer is required Second script output =============== ./test-health-sink ERROR:dbus.connection:Unable to set arguments ({'DataType': dbus.UInt16(4103), 'Role': 'sink'},) according to signature None:: an integer is required Traceback (most recent call last): File "./test-health-sink", line 18, in "Role": "sink"}) File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 68, in __call__ return self._proxy_method(*args, **keywords) File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 143, in __call__ **keywords) File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 620, in call_blocking message.append(signature=signature, *args) TypeError: an integer is required I'm working with Ubuntu 11.10 OS (32 bits). Any advice would be greatly appreciated. Best regards.