16715 Commits

Author SHA1 Message Date
Matthias Ringwald
501e6d2b86 gap: store link key for standard/non-SSP pairing
# Conflicts:
#	CHANGELOG.md
2025-01-14 15:43:49 +01:00
Matthias Ringwald
565100c1ca Merge branch 'develop' v1.6.2 2024-12-23 12:25:05 +01:00
Matthias Ringwald
5d4d8cc7b1 hid_host_demo, hog_host_demo: fflush after each character to deal with line buffering 2024-12-23 11:27:34 +01:00
Matthias Ringwald
584063ebe0 readme: add esp32 variants 2024-12-20 17:12:08 +01:00
Matthias Ringwald
679093c544 readme: add esp32 variants 2024-12-20 17:11:51 +01:00
Matthias Ringwald
ceed67ffe6 Merge branch 'develop'
# Conflicts:
#	README.md
#	chipset/zephyr/nrf5340_dongle/README.md
#	port/libusb/README.md
#	src/hci_transport_h5.c
2024-12-20 16:26:26 +01:00
Matthias Ringwald
16e6ddaccb readme: update with new bluetooth sig listing 2024-12-20 15:21:50 +01:00
Matthias Ringwald
6691bd2062 changelog: update 2024-12-20 14:53:07 +01:00
Matthias Ringwald
9eba3c0fc7 btstack_version: add version string 2024-12-20 11:09:26 +01:00
Matthias Ringwald
61776ecd4a gatt-service/hids-client: fix in-place event for received HID reports 2024-12-20 10:51:03 +01:00
Matthias Ringwald
d41c2d2832 gatt-service/hids-client: fix in-place event for received HID reports 2024-12-20 10:46:11 +01:00
Matthias Ringwald
77043c43b8 gatt-service/ancs-client: use event getters for notification & indication 2024-12-20 10:46:11 +01:00
Matthias Ringwald
4da9eab982 chipset/zephyr: update instructions for nrf5340 dk / adk as hci controller 2024-12-19 14:36:17 +01:00
Matthias Ringwald
18db232f56 test/auto-pts: move to extra (remove) 2024-12-19 13:50:04 +01:00
Matthias Ringwald
f99c988a5b sm: extract sm_run_ready 2024-12-18 18:16:28 +01:00
Matthias Ringwald
e82ac897a0 hci: fix signed warning 2024-12-18 18:10:11 +01:00
Matthias Ringwald
1520bf5b3f test/hci: more tests 2024-12-18 17:47:28 +01:00
Matthias Ringwald
7a84a319d5 hci: remove redundant check 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
5058b333e7 btstack_version: provide current release version 2024-12-18 16:05:38 +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
Matthias Ringwald
bee7a0d93a gatt_service_client: allow multiple clients for different secondary services 2024-12-18 16:04:03 +01:00
Milanka Ringwald
26c453f70b test/device_information_service_server: update tests 2024-12-18 16:03:47 +01:00
Milanka Ringwald
639880bae5 gatt-service/device_information_service_server: check NULL strings 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
a73588f0fe hci: add hci_get_stack for testing 2024-12-18 15:44:19 +01:00
Matthias Ringwald
6ec1ca0cfb hci: use assert in hci_number_free_acl_slots_for_connection_type 2024-12-18 15:44:19 +01:00
Matthias Ringwald
c769c85c11 hci: update state before sending hci command 2024-12-18 10:25:49 +01:00
Milanka Ringwald
b182b7f477 avdtp_util: fix array size 2024-12-18 10:25:48 +01:00
Matthias Ringwald
cb140a1e11 att_server: fix signed vs. unsigned warnings 2024-12-16 22:59:14 +01:00
Matthias Ringwald
c6d8b8168b att_db: fix signed vs. unsigned warnings 2024-12-16 22:44:30 +01:00
Matthias Ringwald
035b1b6460 sm: fix unused warning 2024-12-16 22:27:05 +01:00
Matthias Ringwald
b7454a8757 3rdparty/hxcmod: rename channel into hxcmod_channel_t 2024-12-16 22:21:00 +01:00
Matthias Ringwald
ce713b46c5 btstack_ring_buffer: remove duplicate definition 2024-12-16 22:17:35 +01:00
Matthias Ringwald
1f030017a9 hcxmod: fix shadow warning, rename sample into a_sample 2024-12-16 20:36:09 +01:00
Matthias Ringwald
df8843a08c bluetooth: mark status and att error codes as unsigned 2024-12-16 19:45:04 +01:00
Matthias Ringwald
95f31ee848 hci: fix warnings 2024-12-16 19:36:07 +01:00
Matthias Ringwald
2e7060d6a8 sm: fix unused warnings 2024-12-16 19:26:45 +01:00
Matthias Ringwald
3912775411 tool/metrics: list max values for deviations 2024-12-16 19:15:24 +01:00
Matthias Ringwald
f94048d120 sm: extract sm_pdu_handler_pairing_public_key 2024-12-16 19:15:24 +01:00
Matthias Ringwald
0d0cbb529c gatt-service/ancs-client: extract ancs_client_handle_gatt_client_event_in_w4_service_result 2024-12-16 19:15:24 +01:00
Alex McHugh
12f6b60600 att_db_util: Add API to specify next attribute handle. (#647)
Co-authored-by: Alex McHugh <alex.mchugh@allient.com>
2024-12-16 13:29:04 +01:00
Milanka Ringwald
b7aa69761a avdtp_util: move drc field at the end of AVDTP MPEG AAC events definition 2024-12-16 11:41:34 +01:00
Milanka Ringwald
4aba847a6d btstack_defines: move drc field at the end of AVDTP MPEG AAC events definition and extend corresponding A2DP events with the same field 2024-12-16 11:41:34 +01:00
Milanka Ringwald
48070a6f9a avdp: use enum type for block lenght and subbands in avdtp_configuration_sbc_t 2024-12-16 11:41:12 +01:00
Milanka Ringwald
858500b1d8 avdtp_util: fix SBC block length and subbands validation 2024-12-16 11:41:12 +01:00