15891 Commits

Author SHA1 Message Date
Matthias Ringwald
f7043595f8 hci: prepare connection struct if advertisement set terminated arrives before le connection complete 2024-06-10 13:09:36 +02:00
Matthias Ringwald
138e942eff hci: use local var for con handle in hci_handle_le_connection_complete_event 2024-06-10 13:09:36 +02:00
Matthias Ringwald
2775f8e23d hci: handle advertisement set terminated for legacy set 0 2024-06-10 13:09:36 +02:00
Matthias Ringwald
409f627cf8 portaudio: allow to select sink/source audio device 2024-06-10 13:06:50 +02:00
Dirk Helbig
14200bb85a portaudio: update input buffer handling, increase buffers 2024-06-10 13:06:50 +02:00
Matthias Ringwald
30b419f466 portaudio: specify nr audio channels with MAX_NR_AUDIO_CHANNELS, default to 2 2024-06-10 13:05:35 +02:00
Matthias Ringwald
fed75b4910 hci: relax reserved buffer tracking for fragmented acl packets 2024-05-30 12:02:06 +02:00
Steven Buytaert
2e80d8ec7f example: fix command line address parsing 2024-05-27 11:24:44 +02:00
Matthias Ringwald
c764d79f48 hci: remove 3mps baud rate limitation
main baud rate is configured by application/port
2024-05-21 10:13:48 +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
Matthias Ringwald
1d6958009f btstack_tlv_flash_bank: fix iterator for delete field 2024-05-17 10:30:25 +02:00
Matthias Ringwald
1f4510f508 hci: free memory for le connection on cancel (regression from 9fd274a) 2024-05-16 14:35:45 +02:00
Matthias Ringwald
f98fd573a1 example/a2dp_sink_demo: use cod 20404 - headphones 2024-05-16 11:50:26 +02:00
Matthias Ringwald
b09f7410f6 hci: don't log internal transport events 2024-05-15 16:00:38 +02:00
Matthias Ringwald
2d00f86560 btstack_defines: add BTSTACK_EVENT_FIRST 2024-05-15 16:00:33 +02:00
Matthias Ringwald
07e32b36f3 hci: fix remove cig 2024-05-15 16:00:23 +02:00
Matthias Ringwald
4718c38d62 hci: fix build for Periodic Advertising without LE Central 2024-05-15 10:11:57 +02:00
Matthias Ringwald
759e0a0d70 hci: avoid unused variable for Extended Advertising without LE Central 2024-05-15 10:11:57 +02:00
Matthias Ringwald
cfc3484e52 tool/metrics: add label header to metrics.tsv 2024-05-15 10:11:39 +02:00
Milanka Ringwald
8fb780d83e tool/metrics: update Makefile 2024-05-15 09:13:46 +02:00
Milanka Ringwald
34114554e2 tool/metrics: store histogram data 2024-05-15 09:07:13 +02:00
Milanka Ringwald
9aec9f0213 tool/metrics: add metrics file as input param 2024-05-15 08:55:55 +02:00
Milanka Ringwald
e174300abb tool/metrics: add main function 2024-05-15 08:53:53 +02:00
Milanka Ringwald
974bd5b3ef tool/metrics: use underscore in file name 2024-05-15 08:47:14 +02:00
Matthias Ringwald
bbf38d7fee example/gatt_streamer_server: fix PHY update message 2024-05-09 21:07:13 +02:00
Matthias Ringwald
2577abc6d1 chipset/cc2564: add TIInit_11.8.32_4.8.c 2024-05-07 19:54:56 +02:00
Milanka Ringwald
ae3042838e btstack_defines: add leaudio meta event and subevent types 2024-05-07 15:41:56 +02:00
Matthias Ringwald
3bdd72a8de hci_transport_h5: forward ISO packets, ignore unknown packet types 2024-05-06 16:23:59 +02:00
Matthias Ringwald
39101f3171 raspi: avoid warning by adding explicit default 2024-05-06 16:19:16 +02:00
Matthias Ringwald
2c2f4ea053 cc256x: use python found by find_packet in CMake 2024-05-06 16:16:01 +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
Matthias Ringwald
aac28b124e hfp: try next config on ERROR_CODE_UNSUPPORTED_LMP_PARAMETER_VALUE_UNSUPPORTED_LL_PARAMETER_VALUE 2024-05-06 14:05:03 +02:00
Matthias Ringwald
fcfd06bbb2 chipset/zephyr: fix board for nrf5340 adk usb dongle doc 2024-04-26 19:39:54 +02:00
Matthias Ringwald
a858a4146a hci: fix supported command check for READ_REMOTE_EXTENDED_FEATURES 2024-04-26 19:39:06 +02:00
Matthias Ringwald
ca1e85e257 libusb: update linux install docu 2024-04-18 16:28:36 +02:00
Milanka Ringwald
cb92fd3439 test/btstack-util: add unit tests 2024-04-18 10:59:51 +02:00
Milanka Ringwald
369697ac0b test/gatt-client: add unit tests 2024-04-18 10:59:51 +02:00
Milanka Ringwald
8915696ff8 ble/gatt_client: reject wrong configuration 2024-04-18 10:59:51 +02:00
Milanka Ringwald
8182555f6b test/gatt-service-client: add tests 2024-04-18 10:59:51 +02:00
Milanka Ringwald
500d8180fa test/gatt-service: simulate hci event in mock_gatt_client 2024-04-18 10:59:51 +02:00
Milanka Ringwald
db526b6257 test/gatt-service: test wrong transaction mode for battery_service_server 2024-04-18 10:59:51 +02:00
Milanka Ringwald
f0ffc42b69 test/gatt-service: add test to device_information_service_client 2024-04-18 10:59:51 +02:00
Milanka Ringwald
b7cc2959ca test/gatt-service: add test to device_information_service_server 2024-04-18 10:59:51 +02:00
Milanka Ringwald
3a672ff963 test/gatt-service: check input field in device_information_service_server 2024-04-18 10:59:50 +02:00
Matthias Ringwald
4899c98fd9 chipset/zephyr: fix paths in nRF5340 dongle readme 2024-04-18 10:44:08 +02:00
Matthias Ringwald
07cf6ebd8e chipset/zephyr: update nRF5340 as HCI controller for SoftDevice from nRF Connect SDK 2.6 2024-04-18 10:38:26 +02:00
Matthias Ringwald
f5d0b66542 changelog: prepare for v1.6.1 2024-04-18 10:36:38 +02:00
Matthias Ringwald
c30bd0a5ce hci: avoid shadowing variables / use general instance for le audio code in event handler 2024-04-17 18:13:19 +02:00
Matthias Ringwald
34464d0c4e att_db: use NULL 2024-04-17 17:52:27 +02:00