Commit Graph

1527 Commits

Author SHA1 Message Date
Luiz Augusto von Dentz
0f903725f1 tools/obexctl: Add cancel command
Add support for cance command which can be used to cancel ongoing
transfers
2013-10-15 16:50:20 +03:00
Luiz Augusto von Dentz
2b56db8e55 tools/obexctl: Add info command
Add support for info command which can be used to print transfer
information
2013-10-15 16:50:20 +03:00
Luiz Augusto von Dentz
f36fd02d94 tools/obexctl: Add select command
Add support for select command which can be used to set the default
session
2013-10-15 16:50:20 +03:00
Luiz Augusto von Dentz
6d19fe660c tools/obexctl: Add show command
Add support for show command which can be used to show session
information
2013-10-15 16:50:20 +03:00
Luiz Augusto von Dentz
ec9b36affc tools/obexctl: Add list command
Add support for list command which can be used to list available sessions
2013-10-15 16:50:20 +03:00
Luiz Augusto von Dentz
a55d1411b5 tools/obexctl: Add disconnect command
Add support for disconnect command which can be used to disconnect
sessions.
2013-10-15 16:50:20 +03:00
Luiz Augusto von Dentz
7d10abf1da tools/obexctl: Add connect command
Add support for connect command which can be used to create a session to
a device.
2013-10-15 16:50:20 +03:00
Luiz Augusto von Dentz
da09d3ae30 tools/obexctl: Add proxy handling for org.bluez.obex.Client1
This adds proxy handling for org.bluez.obex.Client1 so changes to the
proxy are printed in the output.
2013-10-15 16:50:20 +03:00
Luiz Augusto von Dentz
ff2a0409ea tools/obexctl: Add proxy handling for org.bluez.obex.Transfer1
This adds proxy handling for org.bluez.obex.Transfer1 so changes to the
proxy are printed in the output.
2013-10-15 16:50:20 +03:00
Luiz Augusto von Dentz
1a2a3f3523 tools/obexctl: Add proxy handling for org.bluez.obex.Session1
This adds proxy handling for org.bluez.obex.Session1 so changes to the
proxy are printed in the output.
2013-10-15 16:50:20 +03:00
Luiz Augusto von Dentz
6863d5fc8b tools/obexctl: Add initial code
This add initial code for things like input handling as well as some
basic commands.
2013-10-15 16:50:20 +03:00
Luiz Augusto von Dentz
bff6703d6b build: Add obexctl command line client
obexctl is intended to be a command line client of obexd.
2013-10-15 16:50:13 +03:00
Luiz Augusto von Dentz
c6155076be tools/mpris-player: Forward player signals
Forward signals received from player in the session bus to the system
bus where bluetoothd can catch them.
2013-10-15 13:03:31 +03:00
Marcel Holtmann
e6590fb96f tools/mgmt-tester: Add test case for scan parameters 2013-10-14 10:12:12 -07:00
Marcel Holtmann
53bd60f054 tools/mgmt-tester: Add test cases for static addresses 2013-10-14 10:07:38 -07:00
Szymon Janc
a753d0c75d tools/sdptool: Clarify 'add' and 'remove' commands in manual
Adapters are no longer notified about external changes in SDP database.
This results in 'add' and 'remove' commands being usefull only for SDP
testing or qualification.
2013-10-14 14:26:24 +03:00
Marcel Holtmann
5ffa809f23 tools: Add simple test utility for L2CAP connectionless channels 2013-10-13 13:17:19 -07:00
Marcel Holtmann
213d27cce0 tools: Print L2CAP address information of connections 2013-10-13 07:04:24 -07:00
Johan Hedberg
0048931230 tools/mgmt-tester: Remove unused variable 2013-10-11 22:24:49 +03:00
Johan Hedberg
b4adb68dd4 tools/mgmt-tester: Update set_hs tests to require SSP to be enabled first 2013-10-11 22:23:23 +03:00
Marcel Holtmann
6b8ffc30c4 tools: Add test utility for AMP physical connection setup 2013-10-09 10:50:39 -07:00
Luiz Augusto von Dentz
358614b07e tools/hcidump: Fix parsing for service class 0x110f
According to assigned number 0x110f is AV Remote Controller not VCP.
2013-10-09 17:40:02 +02:00
Luiz Augusto von Dentz
998be1ac40 tools/sdptool: Fix parsing for service class 0x110f
According to assigned number 0x110f is AV Remote Controller not VCP.
2013-10-09 17:38:11 +02:00
Marcel Holtmann
f87c55ba84 tools: Print PAL version for AMP controllers 2013-10-07 15:33:13 -07:00
Marcel Holtmann
39a1ae8a88 tools: Fix hciconfig device information printout for AMP controllers 2013-10-07 03:33:29 -07:00
Johan Hedberg
6d98c73b9c tools/l2cap-tester: Fix closing server sockets in time
We should use the teardown function instead of the destroy function for
closing server sockets since otherwise tests may conflict with each
other.
2013-10-06 18:39:33 +03:00
Johan Hedberg
9debd78bfa tools/l2cap-tester: Make setup_powered_server() enable LE advertising when necessary 2013-10-03 14:27:49 +03:00
Johan Hedberg
a98b18079c tools/l2cap-tester: Rename generic test_bredr_server() to test_server() 2013-10-03 14:27:42 +03:00
Johan Hedberg
82574c4fee tools/l2cap-tester: Fix passing correct psm to create_l2cap_sock() 2013-10-03 14:27:34 +03:00
Johan Hedberg
1faed0b2f5 tools/l2cap-tester: Separate server and client setup routines 2013-10-03 14:27:25 +03:00
Johan Hedberg
f203ef5eae tools/l2cap-tester: Add LE support 2013-10-03 14:24:38 +03:00
Marcel Holtmann
a1fa0a3b49 tools/btmgmt: Fix small copy&paste issue 2013-10-02 06:15:52 -07:00
Marcel Holtmann
84beb3c00c tools/btmgmt: Add support for setting static address 2013-10-02 06:15:52 -07:00
Johan Hedberg
f49000fe38 tools/mgmt-tester: Fix expected response code for start_discovery case 2013-10-02 16:01:41 +03:00
Anderson Lizardo
703f25174d tools: Fix update_compids.sh to avoid non-ASCII output
Some distros have html2text patches that may generate non-ASCII output
even when -ascii is used. This patch adds another case (seen in Fedora)
where HTML entity   (non-breaking space) is converted into a
multibyte whitespace.

Also add a sanity check to make sure non-ASCII text is not introduced in
lib/bluetooth.c.
2013-10-02 14:09:01 +03:00
Johan Hedberg
87fc18fe0c tools/mgmt-tester: Add some basic set_bredr set cases 2013-10-02 13:39:08 +03:00
Johan Hedberg
516007fa51 tools/btmgmt: Add support for set_bredr 2013-10-02 12:16:57 +03:00
Johan Hedberg
eb505db7cc tools/btmgmt: Fix minor whitespace issue 2013-10-02 10:41:30 +03:00
Johan Hedberg
cad62a72df tools/mgmt-tester: Update expected settings to support recent HS changes 2013-10-01 09:29:12 +03:00
Marcel Holtmann
997fa6b2d0 tools/mgmt-tester: Add test cases for enabling high speed 2013-09-30 22:03:59 -07:00
Marcel Holtmann
a1dcb380b3 tools/mgmt-tester: Cleanup indentation of test cases 2013-09-30 21:37:45 -07:00
Marcel Holtmann
d393673986 tools: Limit controller type to two bits of device info type 2013-09-28 21:00:02 -07:00
Johan Hedberg
83b702c620 tools/mgmt-tester: Add basic rejection test case for LE advertising 2013-09-25 13:51:29 +03:00
Johan Hedberg
7ee158fbe1 tools/mgmt-tester: Add basic LE advertising success test cases 2013-09-25 13:51:29 +03:00
Johan Hedberg
a0b987a0d9 tools/mgmt-tester: Take into account new "advertising" supported setting 2013-09-25 13:51:29 +03:00
Johan Hedberg
5d8b3ba494 emulator/bthost: Add support for creating LE connections 2013-09-25 13:51:11 +03:00
Johan Hedberg
f4bbedec71 tools/btmgmt: Add support for setting LE advertising 2013-09-25 13:51:11 +03:00
Johan Hedberg
f7ab1f6078 tools/l2cap-tester: Fix using right hciemu type 2013-09-19 20:41:50 +03:00
Johan Hedberg
bd97ccad97 tools/l2cap-tester: Add invalid config request server test 2013-09-17 08:05:54 +01:00
Johan Hedberg
6444872af4 tools/l2cap-tester: Add invalid CID server test case 2013-09-17 07:56:48 +01:00