62 Commits

Author SHA1 Message Date
Matthias Ringwald
4ff168dcbc test/le_audio: fix warning 2022-09-20 11:44:28 +02:00
Matthias Ringwald
da364eec51 lc3: provide octets_per_frame in configure call, update examples 2022-09-19 14:19:54 +02:00
Matthias Ringwald
ac95ea81b3 test/le_audio: support encrypted broadcast stream 2022-09-14 11:48:27 +02:00
Matthias Ringwald
de41ee302f test/le_audio: use hci_request_cis_can_send_now_events 2022-09-14 11:27:25 +02:00
Matthias Ringwald
86d67f18a0 test/le_audio: encode after sending in unicast source 2022-09-14 11:27:25 +02:00
Matthias Ringwald
b1b2c5f023 test/le_audio: use new gap_cis_accept and let stack setup ISO data paths 2022-09-14 11:27:25 +02:00
Matthias Ringwald
f43072f38b test/le_audio: wait for gap cis created instead of le cis established 2022-09-14 11:27:25 +02:00
Matthias Ringwald
3cb9266831 test/le_audio: use gap_cis_create 2022-09-14 11:27:25 +02:00
Matthias Ringwald
e2e92bfb21 test/le_audio: extract create_cig in unicast sink 2022-09-14 11:27:25 +02:00
Matthias Ringwald
62b3ba5787 test/le_audio: use gap_cig_create in unicast sink 2022-09-14 11:27:25 +02:00
Matthias Ringwald
70a707ed6d test/le_audio: fix debug output in unicast srouce 2022-09-12 13:49:11 +02:00
Matthias Ringwald
e38308a212 test/le_audio: fix restart of broadcast sync on sink 2022-09-12 11:42:02 +02:00
Matthias Ringwald
400a29dddf test/le_audio add 't'erminate BIG streams to broadcast sink 2022-09-09 16:09:16 +02:00
Matthias Ringwald
1716d43da8 test/le_audio: support PLC timeout longer than one ISO interval 2022-09-05 12:23:31 +02:00
Matthias Ringwald
ba8a663492 test/le_audio: extract plc_do in broadcast sink 2022-09-05 11:06:48 +02:00
Matthias Ringwald
ae7e4c110c test/le_audio: fix plc for 16-bit packet sequence counter 2022-09-02 10:39:30 +02:00
Matthias Ringwald
151e8cb984 test/le_audio: update PLC detection for Broadcast Sink 2022-08-31 12:07:47 +02:00
Matthias Ringwald
3daa4bc7e9 test/le_audio: remove lc3 file dump 2022-08-31 11:26:30 +02:00
Matthias Ringwald
89d4f06736 test/le_audio: remove console packet dump 2022-08-31 11:14:36 +02:00
Matthias Ringwald
efda67ebc9 test/le_audio: remove buggy local name debug output 2022-08-23 16:34:21 +02:00
Matthias Ringwald
0d718107a2 test/le_audio: fix stereo broadcast in source role 2022-08-17 12:14:47 +02:00
Matthias Ringwald
9a0d67cc20 test/le_audio: start scanning on request, allow to use LC3plus decoder for 10 ms ISO intervals 2022-07-19 15:30:32 +02:00
Matthias Ringwald
f5e744934a test/le_audio: skip sending le set host feature 2022-07-18 22:43:48 +02:00
Matthias Ringwald
e841977c96 Revert "test setup"
This reverts commit 2cadc6e2da2d6f0a0d4847e798e510da9db551b2.
2022-07-18 17:50:02 +02:00
Matthias Ringwald
c52eeb3dbc test/le_audio: fix warnings 2022-07-18 17:43:21 +02:00
Matthias Ringwald
0058c4bcab test/le_audio: add plc to unicast sink 2022-07-18 17:05:50 +02:00
Matthias Ringwald
17049191b3 test/le_audio: extract store_samples_in_ringbuffer for unicast sink 2022-07-18 17:03:58 +02:00
Matthias Ringwald
22d64f35ec test/le_audio: add plc to broadcast sink 2022-07-18 16:53:02 +02:00
Matthias Ringwald
fc31f34c1b test/le_audio: extract store_samples_in_ringbuffer for broadcast sink 2022-07-18 16:41:10 +02:00
Matthias Ringwald
464ae3ac09 test/le_audio: auto-start 48_5_2 unicast source 2022-07-18 16:41:10 +02:00
Matthias Ringwald
56c77a8694 test/le_audio: start 48_5_1 broadcast on start 2022-07-18 16:41:10 +02:00
Matthias Ringwald
2cadc6e2da test setup 2022-07-18 16:41:10 +02:00
Matthias Ringwald
d34a8bd882 test/le_audio: fix config 2022-07-14 11:53:28 +02:00
Matthias Ringwald
4a5b1c6581 test/le_audio: allow compile without HAVE_POSIX_FILE_IO 2022-07-13 11:04:23 +02:00
Matthias Ringwald
9162c232a8 test/le_audio: move btstack_config into subfolder 2022-07-13 11:04:15 +02:00
Matthias Ringwald
111967cb0d test/le_audio: restart scanning on big sync lost in broadcast sink 2022-07-11 16:58:20 +02:00
Matthias Ringwald
ab05be60af test/le_audio: support lc3plus decoder in lc3_test 2022-07-08 14:49:05 +02:00
Matthias Ringwald
44959aebbb test/le_audio: create big right on start advertising 2022-07-06 16:12:49 +02:00
Matthias Ringwald
0be46310fb test/le_audio: use hci_request_bis_can_send_now_events 2022-07-06 16:12:49 +02:00
Matthias Ringwald
3f485d0971 test/le_audio: split encode_and_send 2022-07-06 16:12:49 +02:00
Matthias Ringwald
6162bc33ff test/le_audio: remove timer based audio generation in broadcast source 2022-07-06 16:12:49 +02:00
Matthias Ringwald
b9b9e477fc test/le_audio: stop sending on exit 2022-07-06 16:12:49 +02:00
Matthias Ringwald
5c0d69be0d test/le_audio: use new gap big sync api 2022-07-01 16:37:03 +02:00
Matthias Ringwald
cd0bedb17b test/le_audio: use new gap big api 2022-07-01 09:52:38 +02:00
Matthias Ringwald
533ea81feb test/le_audio: add lc3 encoder/decoder/plc test 2022-06-29 12:37:39 +02:00
Matthias Ringwald
2fe0253db0 test/le_audio: support nrf5340 adk based on adv name and fixed 48_4_1 LC3 configuration 2022-06-08 11:25:25 +02:00
Matthias Ringwald
6a4e45aad9 test/le_audio: restart scan of unicast sink on disconnect 2022-06-05 16:54:12 +02:00
Matthias Ringwald
a9ec7ee053 test: avoid HCI_EVENT_IS_COMMAND_COMPLETE macro 2022-05-09 21:54:36 +02:00
Matthias Ringwald
54736c11db port: use btstack_strcpy and btstack_cat instead of strcpy/strcat 2022-04-29 11:40:35 +02:00
Matthias Ringwald
0033ffe450 port: avoid warning in argv processing 2022-04-29 10:45:20 +02:00