3012 Commits

Author SHA1 Message Date
David Lechner
0ca3fe1c31 remove semicolons from python files
Random semicolons in Python are distracting when reading the code.
2025-01-22 08:40:56 +01:00
David Lechner
73677349c9 tool: consistently use raw strings for regular expressions
Newer versions of Python raise a SyntaxWarning when a regular expression
contains a backslash that is not part of an escape sequence. To prevent
this warning and future exceptions, use raw strings for all regular
expressions. Even strings without escape sequences are converted for
consistency. Some IDEs will apply special syntax highlighting to raw
strings, which can make it easier to decipher regular expressions.
2025-01-22 08:40:56 +01:00
Matthias Ringwald
18db232f56 test/auto-pts: move to extra (remove) 2024-12-19 13:50:04 +01:00
Matthias Ringwald
1520bf5b3f test/hci: more tests 2024-12-18 17:47:28 +01:00
Matthias Ringwald
5308d60771 test/gap: use synchronous transport and enable address sanitizer 2024-12-18 16:54:17 +01:00
Matthias Ringwald
566df4e8af test/gap: more tests 2024-12-18 16:05:32 +01:00
Matthias Ringwald
9ca3a83442 test/security_manager: add test 2024-12-18 16:05:06 +01:00
Matthias Ringwald
3b40ed9800 test/l2cap-cbm: add tests 2024-12-18 16:04:58 +01:00
Matthias Ringwald
28739e5f5d test/gap: add unit tests 2024-12-18 16:04:44 +01:00
Milanka Ringwald
26c453f70b test/device_information_service_server: update tests 2024-12-18 16:03:47 +01:00
Milanka Ringwald
5445980898 test/gatt_client: add tests 2024-12-18 16:03:46 +01:00
Milanka Ringwald
a68a4a7592 test/gatt_client: extend mock 2024-12-18 16:03:46 +01:00
Matthias Ringwald
94fd3c039b test/security_manager_sc: use legacy gatt client lookup mechanism 2024-12-10 11:49:23 +01:00
Matthias Ringwald
9c803eb777 test/hfp: enable asserts 2024-11-16 18:06:15 +01:00
Matthias Ringwald
3d138b907a test/gatt-service-client: fix battery service client test build 2024-11-16 11:20:33 +01:00
Matthias Ringwald
d2221de848 test/mock: add att_server_request_to_send_indication 2024-11-16 11:20:11 +01:00
Matthias Ringwald
d6de13b21f test/security_manager_sc: fix build 2024-11-16 10:22:40 +01:00
Matthias Ringwald
3bb8bc6f34 sdp_util: add sdp_attribute_list_valid 2024-11-12 09:20:06 +01:00
Matthias Ringwald
1ce6ee5534 test: add BAU encoder test 2024-11-07 18:34:43 +01:00
Matthias Ringwald
201ef9f69f test/le-audio: update 2024-09-25 16:16:17 +02:00
Matthias Ringwald
6d891d93ad test/btstack_util: add empty coverage target 2024-09-25 08:06:03 +02:00
Matthias Ringwald
7bf08f64da test/mock: add gatt_client_request_to_send_gatt_query to mock gatt_client 2024-09-24 18:25:48 +02:00
Matthias Ringwald
7aa69c2486 test/mock: add service_id and connection_id to GATT Client events 2024-09-24 18:25:48 +02:00
Matthias Ringwald
2a954d4aec test/gatt-service-client: add hci_event_builder 2024-09-24 18:25:48 +02:00
Matthias Ringwald
464b6e7bf9 gatt_client: use temp buffer for fuzz testing 2024-09-24 17:58:42 +02:00
Matthias Ringwald
0143743698 test/gatt_client: increase prebuffer 2024-09-24 17:58:08 +02:00
Matthias Ringwald
0ee0709d65 test/gatt_client: fix blob reads 2024-09-24 17:58:08 +02:00
Matthias Ringwald
61027ef765 test/gatt_client: reset characteristics and their descriptors 2024-09-24 17:58:08 +02:00
Matthias Ringwald
472021f279 test/gatt_client: fix gatt_client_read_long_characteristic_descriptor_using_descriptor_handle_with_offset 2024-09-24 17:58:08 +02:00
Matthias Ringwald
ef09b0beb1 test/gatt_client: use btstack_event getters 2024-09-24 17:58:08 +02:00
Matthias Ringwald
1a9f9e6c65 test/gatt_client: fix build 2024-09-24 17:58:08 +02:00
Matthias Ringwald
8cfd11c348 test: add tests for snprintf wrappers in btstack_util 2024-09-24 11:40:00 +02:00
Matthias Ringwald
0681649248 Add hci_event_builder.c to various ports and tests 2024-08-20 10:59:02 +02:00
Matthias Ringwald
c4241e61df btstack_hid_parser: extract btstack_hid_usage_iterator_t 2024-08-13 18:17:38 +02:00
Matthias Ringwald
2cca3b08fa btstack_hid_parser: fix param ordering 2024-08-13 18:17:38 +02:00
Matthias Ringwald
279225e6c7 btstack_hid_parser: add HID_REPORT_ID_UNDEFINED 2024-08-13 18:17:38 +02:00
Matthias Ringwald
8f9863439f test/hid_parser: add tests for Descriptor Usage iterator 2024-08-13 18:17:38 +02:00
Matthias Ringwald
491c2cbcf9 test/hid_parser: remove test for report position 2024-08-13 18:17:38 +02:00
Matthias Ringwald
d4c70691b6 test/hfp: test invalid commands 2024-07-31 13:33:49 +02:00
Matthias Ringwald
e1c4900728 test/hfp: test parsing of apple extensions 2024-07-23 18:26:02 +02:00
Matthias Ringwald
a2b96185d1 test: fix build 2024-07-18 11:38:55 +02:00
Matthias Ringwald
5576987f3b test/fuzz: add fuzz_l2cap_whitebox 2024-06-17 15:57:18 +02:00
Matthias Ringwald
cff4c2d72d test/fuzz: add hexdump to docker image 2024-06-10 13:09:36 +02:00
Matthias Ringwald
c94576d536 test/hfp: test lower command 2024-06-10 13:09:36 +02:00
Matthias Ringwald
bee8b0c948 test/hfp: add long command 2024-06-10 13:09:36 +02:00
Matthias Ringwald
90d989f6bd test/flash_tlv: add variant for explicit delete field to build 2024-05-17 10:30:25 +02:00
Matthias Ringwald
2092d4ad1b test/flash_tlv: fix tests for delete field 2024-05-17 10:30:25 +02:00
Milanka Ringwald
ae3042838e btstack_defines: add leaudio meta event and subevent types 2024-05-07 15:41:56 +02:00
Steven Kneiser
4083f8da4e
test/mesh: fix sbc_encoder.h not found by including ./3rd-party/bluedroid/* (#591) 2024-05-06 16:10:22 +02:00
Milanka Ringwald
cb92fd3439 test/btstack-util: add unit tests 2024-04-18 10:59:51 +02:00