14585 Commits

Author SHA1 Message Date
Matthias Ringwald
f021201aa0 hci: simplify halting process 2022-10-31 14:28:15 +01:00
Matthias Ringwald
c663093b19 btstack_run_loop_posix: log select errors, ignore data sources 2022-10-31 14:22:56 +01:00
Matthias Ringwald
20b1f198c3 test/le_audio: fix hang on program exit for unicast sink 2022-10-31 14:21:07 +01:00
Matthias Ringwald
823ca66c5a test/le_audio: stop plc timer on disconnect/big stop 2022-10-31 12:23:32 +01:00
Matthias Ringwald
9b23be8e18 test/le_audio: remove 'x' shutdown command 2022-10-31 11:39:31 +01:00
Matthias Ringwald
c7e63273d7 test/le_audio: improve live playback in unicast sink 2022-10-31 11:30:31 +01:00
Matthias Ringwald
03270f051d hci: improve halting logic 2022-10-31 11:28:36 +01:00
Matthias Ringwald
2cbd4c4f94 esp32: enable CTKD if configured for dual-mode 2022-10-30 14:05:08 +01:00
Matthias Ringwald
d320e1232f hci: reload LE Resolving List after power-cycle 2022-10-28 10:57:53 +02:00
Matthias Ringwald
5b24213372 test/le_audio_unicast_sink: start audio playback with 30ms of data 2022-10-27 15:28:04 +02:00
Matthias Ringwald
87806d86dd test/le_audio_unicast_sink: rework plc 2022-10-27 14:49:25 +02:00
Matthias Ringwald
5965dbb84b chipset/intel: fix printf warnings 2022-10-26 16:54:37 +02:00
Matthias Ringwald
742d8ed7e7 esp32: update es8388 driver for esp-idf v5.0 2022-10-25 17:28:48 +02:00
Matthias Ringwald
321397a49b fix warnings 2022-10-25 16:41:07 +02:00
Matthias Ringwald
9d50699108 att_db: fix warning 2022-10-25 16:33:15 +02:00
Matthias Ringwald
1b5f4ae392 hci_dump_stdout: allow to truncate ACL, SCO and ISO packets with HCI_DUMP_STDOUT_MAX_SIZE_* 2022-10-24 15:06:18 +02:00
Matthias Ringwald
4402df4207 doc: add table outlines 2022-10-24 14:55:46 +02:00
Matthias Ringwald
a40d68f27a example: fix makefile build 2022-10-24 12:05:37 +02:00
Matthias Ringwald
38a2637d94 example/a2dp_sink: pass media config by pointer 2022-10-21 15:37:42 +02:00
Matthias Ringwald
dfb4ecf165 example/a2dp_sink: fix tracking of avrcp playback status 2022-10-21 15:29:55 +02:00
Matthias Ringwald
fb97e826a2 example/a2dp_sink: separate stream_endpoint, a2cp_connection and avrcp_connection, track stream and play states 2022-10-21 12:13:26 +02:00
Matthias Ringwald
a1a2a2b5b3
Merge pull request #436 from dlech/patch-1
gap: fix gap_random_address_set comment
2022-10-21 09:00:33 +02:00
David Lechner
fb8d2cd303
gap: fix gap_random_address_set comment
Since 8f57b085d4f852ada89df3b26b2bce8aee774976, the mode is set to static not off.
2022-10-20 16:52:11 -05:00
Matthias Ringwald
c6209fdb1e example/a2dp_sink: store remote bd_addr 2022-10-17 15:03:27 +02:00
Matthias Ringwald
aac8d89404 example/a2dp_sink: collect per connection data in single struct 2022-10-17 12:33:36 +02:00
Matthias Ringwald
8cc81b50eb sm: skip address resolution if IRK is null 2022-10-14 19:33:03 +02:00
Matthias Ringwald
ca6852912f sm: reduce log output for device lookup 2022-10-14 19:30:35 +02:00
Matthias Ringwald
672dc582d7 sm: fix delete of bonding information 2022-10-14 19:00:53 +02:00
Matthias Ringwald
5f3ccd83f8 hci: combine resolving list remote + add into single update state 2022-10-13 11:25:42 +02:00
Matthias Ringwald
9202d84536 sm: remove resolving list entry when deleting bonding information due to IRK update 2022-10-13 11:15:25 +02:00
Matthias Ringwald
2e08b70bee sm: extract sm_remove_le_device_db_entry 2022-10-13 11:14:54 +02:00
Matthias Ringwald
70cea164e3 fix more tests 2022-10-11 18:47:01 +02:00
Matthias Ringwald
1c3fbfddcb le-audio/aics: add include 2022-10-11 18:41:40 +02:00
Matthias Ringwald
5deb0bb6ea LE Audio: move GATT Services into src/le-audio/gatt-service 2022-10-11 18:33:45 +02:00
Matthias Ringwald
dcb256b42c hfp_hf_demo: answer pin code request 2022-10-11 17:27:29 +02:00
Matthias Ringwald
3a8f1ab21b esp32: add driver as private dependency 2022-10-10 15:03:56 +02:00
Matthias Ringwald
4b7d1235ca l2cap:fix warning 2022-10-10 14:27:00 +02:00
Matthias Ringwald
455808b321 hfp_hf: fix warnings 2022-10-10 14:26:53 +02:00
Matthias Ringwald
5451dc6db6 esp32: fix init for BR/EDR only mode 2022-10-10 14:26:04 +02:00
Matthias Ringwald
1e4fedb96f test/le_audio: fix lc3plus wrapper 2022-10-06 15:57:31 +02:00
Matthias Ringwald
109dd0804b test/le_audio: prettify BIG dump, fix audio playback 2022-10-06 15:34:40 +02:00
Matthias Ringwald
7a5bad5361 test/le_audio: rework PLC detection 2022-10-06 12:00:51 +02:00
Matthias Ringwald
1a55487af6 sm: delete bonding information for existing device with BD_ADDR on new pairing with different IRK 2022-10-05 14:53:19 +02:00
Matthias Ringwald
8980298abd sm: add distributed key validation ability 2022-10-05 14:20:57 +02:00
Matthias Ringwald
16fc96d575 avrcp_browsing_client: add compile error if ERTM is not enabled 2022-10-05 09:58:22 +02:00
Matthias Ringwald
c518ce542f esp32: enable L2CAP ERTM for avrcp_browsing_client 2022-10-05 09:57:57 +02:00
Matthias Ringwald
be81b1591a test/le_audio: use le_audio_base_parser in broadcast assistant and sink 2022-10-04 16:05:49 +02:00
Matthias Ringwald
2e624289f9 src/le-audio: add le_audio_base_parser 2022-10-04 15:54:22 +02:00
Matthias Ringwald
0f7e8cae03 le_audio/base_builder: add le_audio prefix to struct 2022-10-03 17:07:13 +02:00
Matthias Ringwald
4a06e23f2e test/le-audio: use base builder 2022-10-03 15:49:08 +02:00