Commit Graph

1825 Commits

Author SHA1 Message Date
Johan Hedberg
4625ed3d40 tools/3dsp: Convert to using shared/timeout.h 2014-03-20 09:35:56 +02:00
Johan Hedberg
696e561c08 tools/l2cap-tester: Fix setting connectable for LE server tests 2014-03-17 22:46:40 +02:00
Johan Hedberg
7c19e6d2e5 tools/smp-tester: Use consistent name for test data variable 2014-03-17 22:10:26 +02:00
Johan Hedberg
f4b0ae435f tools/smp-tester: Remove redundant smp_ prefix from variables 2014-03-17 22:07:46 +02:00
Johan Hedberg
7942c48b4c tools/smp-tester: Convert to using shared/crypto.c 2014-03-17 19:01:35 +02:00
Claudio Takahasi
b62eb18e6c Replace bt_put_le32() by put_le32() 2014-03-14 15:30:44 +02:00
Claudio Takahasi
7899d71215 Replace bt_put_le16() by put_le16() 2014-03-14 15:29:35 +02:00
Johan Hedberg
d8f265bd98 tools/smp-tester: Fix setting connectable for server tests 2014-03-14 12:53:50 +02:00
Johan Hedberg
8cf50c848a tools/smp-tester: Expect signing key with recent kernels 2014-03-14 12:53:31 +02:00
Petri Gynther
6ed68591ad bdaddr: Remove *_CP_SIZE defines
Remove *_CP_SIZE defines and use sizeof(cp) instead.
2014-03-10 22:29:44 +02:00
Petri Gynther
11b8a2a669 bdaddr: Add Marvell support 2014-03-10 22:23:27 +02:00
Marcel Holtmann
328d84e1e6 tools: Add some extra debug prints to GATT service example 2014-03-09 12:13:22 -07:00
Johan Hedberg
3cad7aca5f tools/mgmt-tester: Fix own_addr_type for non-connectable advertising
Newer kernels always a private address for non-connectable advertising.
2014-03-07 11:28:28 +02:00
Marcel Holtmann
ea05fb38b1 build: Move gatt-service test utility into tools directory 2014-03-06 09:46:57 -08:00
Natanael Copa
af5c3d500c various header include fixes for building with musl libc
we need:
 sys/stat.h for mode_t
 limits.h for PATH_MAX

Fixes compile errors:
In file included from tools/hciconfig.c:45:0:
./src/textfile.h:27:1: error: unknown type name 'mode_t'
 int create_file(const char *filename, const mode_t mode);
 ^

tools/csr_usb.c: In function 'read_value':
tools/csr_usb.c:71:12: error: 'PATH_MAX' undeclared (first use in this function)
  char path[PATH_MAX];
            ^
2014-03-05 22:31:21 +02:00
Lukasz Rymanowski
e966826ce3 monitor: Use miliseconds instead of seconds in the timeout 2014-03-05 14:04:54 +01:00
Marcin Kraglak
03ae0d71e0 tools/sco-tester: Remove not used function argument 2014-03-05 14:02:02 +02:00
Andrei Emeltchenko
c93c7c95ed tools/ibeacon: Fix using uninitialized value
Fixes warning:
tools/ibeacon.c:150:14: warning: The left expression of the compound
assignment is an uninitialized value. The computed value will also be
garbage
        cmd.data[2] |= 0x02;            /* LE General Discoverable Mode
*/
        ~~~~~~~~~~~ ^
1 warning generated.
2014-03-03 16:54:45 +02:00
Marcel Holtmann
a545949b1e tools: Add two simple LE white list test commands 2014-02-28 20:31:56 -08:00
Marcel Holtmann
1c9cef270a tools: Add utility for emulating iBeacon advertising 2014-02-24 14:28:14 -08:00
Johan Hedberg
18ba35216d tools/mgmt-tester: Add Set Privacy invalid parameters test case 2014-02-24 12:31:26 +02:00
Johan Hedberg
b0fb51463b tools/mgmt-tester: Add Set Privacy rejected response test 2014-02-24 12:29:05 +02:00
Johan Hedberg
3f57f30a65 tools/mgmt-tester: Add basic Set Privacy success test 2014-02-24 12:26:00 +02:00
Johan Hedberg
832348ac8e tools/mgmt-tester: Add Load IRKs test for invalid length parameter 2014-02-24 12:16:11 +02:00
Johan Hedberg
a3291a3b31 tools/mgmt-tester: Add Load IRKs test for non-static address 2014-02-24 12:14:23 +02:00
Johan Hedberg
f9e13666c7 tools/mgmt-tester: Add Load IRKs invalid parameters response test 2014-02-24 12:11:03 +02:00
Johan Hedberg
e0d34d7f45 tools/mgmt-tester: Add Load IRKs not supported response test 2014-02-24 12:08:52 +02:00
Johan Hedberg
fd5f5f7e2d tools/mgmt-tester: Add two basic Load IRKs test cases 2014-02-24 12:06:11 +02:00
Johan Hedberg
dd621e1545 tools/mgmt-tester: Update expected_supported_settings to include privacy 2014-02-24 12:06:10 +02:00
Johan Hedberg
e1dc76907d tools/btmgmt: Add support for Set Privacy command 2014-02-22 16:36:53 +02:00
Marcel Holtmann
78f3e8f00e tools: Add string for privacy management setting 2014-02-21 21:27:09 -08:00
Anderson Lizardo
ad65832b96 tools/sdptool: Fix output formatting
Print 8-bit and 16-bit integers with in a more readable format.
2014-02-21 14:05:28 +02:00
Luiz Augusto von Dentz
7cbdb40a88 tools/obexctl: Add resume command
Add support for resume command which can be used to resume ongoing
transfers.
2014-02-20 12:45:59 +02:00
Luiz Augusto von Dentz
1ada23b015 tools/obexctl: Add suspend command
Add support for suspend command which can be used to suspend ongoing
transfers.
2014-02-20 12:45:59 +02:00
Johan Hedberg
4ead1cb1ec emulator/bthost: Rename rfcomm_channel to rfcomm_chan for shorter symbol names 2014-02-19 15:09:34 +02:00
Johan Hedberg
06c9a19137 tools/rfcomm-tester: Minor coding style fix 2014-02-19 15:05:32 +02:00
Marcin Kraglak
ed0e8af120 tools/rfcomm-tester: Add RFCOMM server read test case
It will test reading data passed to RFCOMM socket on server side.
2014-02-19 15:03:59 +02:00
Marcin Kraglak
d6b69ed7df tools/rfcomm-tester: Add RFCOMM client read test case
This will test reading data passed to RFCOMM socket on client side.
2014-02-19 15:03:41 +02:00
Marcin Kraglak
bc0c9928cf tools/rfcomm-tester: Add RFCOMM server write test case
This will check data write from server to client.
2014-02-19 15:02:38 +02:00
Marcin Kraglak
3b9b76da54 tools/rfcomm-tester: Add RFCOMM client write test case
This will test sending data through RFCOMM socket from client to server.
2014-02-19 15:02:25 +02:00
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