Johan Hedberg
971575ee9c
tools/btmgmt: Add address type support for the unpair command
2014-02-18 14:16:19 +02:00
Johan Hedberg
f79ca7b823
tools/btmgmt: Print more detailed address information for pairing
2014-02-18 13:54:28 +02:00
Johan Hedberg
67369325d2
tools/smp-tester: Add too-short request test case
2014-02-18 11:09:47 +02:00
Johan Hedberg
2a1240fbc7
tools/btmgmt: Add support for mgmt_load_irks
2014-02-18 10:15:16 +02:00
Andre Guedes
a23a7df78f
btsnoop: Remove unused local function and macro
2014-02-17 13:43:35 +02:00
Andre Guedes
9c1a62da54
rctest: Fix memory leak
2014-02-17 13:39:17 +02:00
Andre Guedes
2b440236f9
amptest: Fix memory leak
2014-02-17 13:39:17 +02:00
Andre Guedes
19206e7bb0
cltest: Fix memory leak
2014-02-17 13:39:17 +02:00
Andre Guedes
18d9ccbc91
hcidump: Fix memory leak
...
Memory pointed by frm.data variable was not freed in both failure and
success flows.
2014-02-17 13:39:17 +02:00
Andre Guedes
105bd9442c
hcitool: Fix memory leak in cmd_info
...
Free memory pointed by cr variable after it is used.
2014-02-17 13:39:17 +02:00
Marcel Holtmann
ceaf091426
tools: Add command to clear long term keys
2014-02-15 15:42:45 -08:00
Marcel Holtmann
849cc4f912
tools: Use shared btsnoop.h header file for utility
2014-02-11 11:55:06 -08:00
Johan Hedberg
eda66f7074
tools/smp-tester: Fix expected key distribution to match latest bluetooth-next
2014-02-03 07:44:18 +02:00
Marcel Holtmann
c60216b08b
tools: Add command to btmgmt to enable/disable debug keys setting
2014-02-02 00:02:34 -08:00
Marcel Holtmann
9f79f00116
tools: Decode debug keys feature within btmgmt info command
2014-02-01 23:53:42 -08:00
Marcel Holtmann
373c0231d2
tools: Remove test for invalid key_type for long term keys
2014-02-01 23:08:59 -08:00
Marcel Holtmann
b5321e29db
tools: Adjust mgmt-tester to new default supported features
2014-02-01 23:06:19 -08:00
Marcel Holtmann
dc5be1d094
tools: Correct a few typos in mgmt-tester
2014-01-31 18:31:23 -08:00
Johan Hedberg
ca7f6e5f92
tools/l2cap-tester: Add getpeername test case when not connected
2014-01-29 02:02:17 +02:00
Marcel Holtmann
1d2504d871
tools: Make btio/btio.h include local
2014-01-25 20:31:48 -08:00
Marcel Holtmann
a6dc9bddad
tools: Use full include path for header files
2014-01-25 20:10:58 -08:00
Marcel Holtmann
857421a6a8
tools: Use direct include from shared files in src directory
2014-01-25 16:58:24 -08:00
Johan Hedberg
31bcaff56e
tools/l2cap-tester: Add MTU checks after successful connections
2014-01-26 00:09:42 +02:00
Johan Hedberg
36547e6aaf
tools/l2cap-tester: Fix error message for setsockopt failure
2014-01-26 00:09:42 +02:00
Anderson Lizardo
e34d1c0481
tools/l2cap-tester: Test setsockopt(BT_SECURITY) on LE client
...
Although setting a security level using setsockopt(BT_SECURITY) is
optional for LE sockets (it will default to doing
unencrypted/unauthenticated connection), it is a common operation and it
is done by BlueZ daemon and some tools.
2014-01-26 00:09:41 +02:00
Marcel Holtmann
007ad371c7
tools: Use be32toh, htobe32, be64toh and htobe64 functions
2014-01-24 21:18:17 -08:00
Marcel Holtmann
231301ca1a
hcidump: Use be32toh, htobe32, be64toh and htobe64 functions
2014-01-24 21:16:27 -08:00
Andrei Emeltchenko
e27ca4c13d
btproxy: Fix resource leak
...
Close file descriptors before leaving.
2014-01-23 15:24:29 +02:00
Johan Hedberg
fbf6a7b793
tools/l2cap-tester: Add basic ATT Server test case
2014-01-23 15:19:58 +02:00
Johan Hedberg
de33c9823c
tools/l2cap-tester: Add basic ATT Client test case
2014-01-23 15:15:17 +02:00
Johan Hedberg
1189258e8e
tools/l2cap-tester: Fix checking for NULL test data
2014-01-23 15:15:00 +02:00
Marcel Holtmann
8b8a5315a9
tools: Close file descriptors in the calling function
2014-01-22 07:53:35 -08:00
Andrei Emeltchenko
d8af57d80a
btproxy: Fix resource leak
...
Close file descriptors if setup_proxy fails.
2014-01-22 15:50:13 +02:00
Johan Hedberg
f32b7f505c
tools/l2cap-tester: Fix indentation
2014-01-22 15:30:58 +02:00
Johan Hedberg
1a9051e9ee
Rename glib-helper to uuid-helper
2014-01-21 14:12:47 +02:00
Johan Hedberg
4cae6340cf
tools/btmgmt: Remove unneeded GLib include
2014-01-21 13:59:14 +02:00
Johan Hedberg
a10af97063
tools/btmgmt: Remove src/eir.c dependency
2014-01-21 13:59:14 +02:00
Johan Hedberg
6edecd6f3d
tools/l2cap-tester: Implement basic command reject test for LE
2014-01-21 13:03:36 +02:00
Johan Hedberg
3c9caf5bdc
tools/l2cap-tester: Add support for custom responses for client tests
2014-01-21 12:52:18 +02:00
Johan Hedberg
dafd46e078
tools/l2cap-tester: Rename expect_req* to expect_cmd to allow reuse for client
2014-01-21 12:40:27 +02:00
Johan Hedberg
bbfd6c9576
tools/l2cap-tester: Rename send_req* to send_cmd to allow reuse for client
2014-01-21 12:38:39 +02:00
Johan Hedberg
5fa34138a4
tools/l2cap-tester: Add basic SMP test case
2014-01-20 16:26:33 +02:00
Johan Hedberg
e8f2e6710d
tools/l2cap-tester: Fix client PIN Code test case to actually work
2014-01-20 14:19:31 +02:00
Johan Hedberg
acad235b3c
client/l2cap-tester: Add basic PIN support
2014-01-20 14:15:17 +02:00
Johan Hedberg
39e1a8bf3c
tools/l2cap-tester: Merge client/server setup routines
2014-01-20 13:59:50 +02:00
Johan Hedberg
d3ca4bf9e9
tools/l2cap-tester: Remove unneeded server/client quirk for user confirmation
2014-01-20 13:46:49 +02:00
Johan Hedberg
e9eac31202
tools/l2cap-tester: Merge server/client test structs into one
2014-01-20 13:42:24 +02:00
Johan Hedberg
76685fe62f
tools/l2cap-tester: Add client test case using PIN Code
2014-01-20 13:26:17 +02:00
Johan Hedberg
d809148731
tools/l2cap-tester: Add BR/EDR client high security test case
2014-01-20 13:15:04 +02:00
Johan Hedberg
8c81f344bf
tools/l2cap-tester: Add user confirmation callback support
2014-01-20 13:15:04 +02:00