2853 Commits

Author SHA1 Message Date
Matthias Ringwald
065b033b5a pts/avdtp_source_test: set local/remote seid 2022-05-09 09:49:46 +02:00
Matthias Ringwald
2281ada792 btstack_memory: refactor generator code 2022-05-05 17:16:00 +02:00
Matthias Ringwald
dbf84c8a4e test/gatt-service-client: fix build 2022-05-05 15:09:06 +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
Matthias Ringwald
c3e2434db7 test: use stride feature 2022-04-22 12:50:49 +02:00
Matthias Ringwald
e40ee29a88 test: switch to Google LC3 codec 2022-04-22 12:50:49 +02:00
Matthias Ringwald
9b9478570b lc3: provide separate functions for 16 vs. 24 bit PCM samples 2022-04-21 12:30:28 +02:00
Matthias Ringwald
ca41a3bd49 lc3: add stride param to encode/decode operations 2022-04-20 19:24:41 +02:00
Matthias Ringwald
2fd68da21a prefix lc3-related enums, types and files with btstack 2022-04-20 18:57:07 +02:00
Matthias Ringwald
396595f587 test/le_audio: add ENABLE_LE_ISOCHRONOUS_STREAMS 2022-04-14 14:59:21 +02:00
Matthias Ringwald
5c483cdc06 test/le_audio: basic unicast sink/source 2022-04-04 20:46:16 +02:00
Matthias Ringwald
bf0839a851 test/classic-oob-pairing: use ENABLE_AVDTP_ACCEPTOR_EXPLICIT_START_STREAM_CONFIRMATION 2022-03-28 11:56:00 +02:00
Matthias Ringwald
8206d90632 test/le_audio: only dump truncated periodic advertising data 2022-03-24 20:27:02 +01:00
Matthias Ringwald
0fad7dbeef test/le_audio: read nRF5x static address after detecting Zephyr Controller 2022-03-24 20:25:03 +01:00
Matthias Ringwald
944898fe9c test/le_audio: support Zephyr HCI controller 2022-03-24 17:06:36 +01:00
Matthias Ringwald
10277393e9 test/le_audio: add le audio broadcast sink + source tests 2022-03-23 14:35:21 +01:00
Matthias Ringwald
bb90a366cb test: fix compile warnings 2022-03-22 22:30:55 +01:00
Matthias Ringwald
dbca66ff5b hci: define periodic_advertiser_list_entry_t 2022-03-18 19:37:02 +01:00
Matthias Ringwald
016a59df11 test/hfp: add +CLIP test data 2022-03-18 09:30:47 +01:00
Matthias Ringwald
72237cc210 a2dp: use ENABLE_A2DP_EXPLICIT_CONFIG instead of individual source + sink flags 2022-03-16 22:20:10 +01:00
Matthias Ringwald
a48967ee37 test/coverage: skip demangle step 2022-03-11 22:53:47 +01:00
Matthias Ringwald
1d3bd1e51c test: only compile CppUTest files with c++ compiler 2022-03-11 22:15:38 +01:00
Matthias Ringwald
4902524cc6 btstack_debug: add c++ guard 2022-03-11 21:31:25 +01:00
Matthias Ringwald
74e1cc8698 test/lc3: fix decoder for 8_1 and 441 in stereo
# Conflicts:
#	test/lc3/lc3_decoder_ehima.c
2022-03-10 20:20:37 +01:00
Matthias Ringwald
3d88d85ad9 test/lc3: add lc3 encoder and decoder tools 2022-02-23 18:22:15 +01:00
Matthias Ringwald
6f03ab7efe test/mock: fix build 2022-02-17 18:52:39 +01:00
Matthias Ringwald
f6fafc2484 l2cap: trigger information requests on connect if ENABLE_L2CAP_INFORMATION_REQUESTS_ON_CONNECT 2022-02-11 11:08:39 +01:00
Matthias Ringwald
12d9fd2d3f test/pts: provide template test app 2022-02-07 17:04:50 +01:00
Milanka Ringwald
efbf349318 test/gatt_service: fix compile 2022-02-02 15:37:07 +01:00
Milanka Ringwald
774918ae4c pts/gatt_profiles: add VCS tests 2022-01-31 16:26:29 +01:00
Milanka Ringwald
c82c6cb221 gatt-services/gatt-profiles: update test and test docu for AICS 2022-01-31 16:26:29 +01:00
Milanka Ringwald
1e24899de3 pts/vocs: list tests 2022-01-21 10:34:30 +01:00
Milanka Ringwald
cca6f7a031 pts/aics: add test docu and tests 2022-01-21 10:34:30 +01:00
Milanka Ringwald
ea31566a96 pts/avdtp_sink_test: fix compile warnings 2022-01-21 10:34:30 +01:00
Milanka Ringwald
4db9175d40 gatt-service/aics: use field 'state' for mute mode and gain mode in GATTSERVICE_SUBEVENT_AICS_MUTE/GAIN_MODE events 2022-01-21 10:34:30 +01:00
Milanka Ringwald
f69d14d454 pts/aics: implement logic for PTS tests 2022-01-21 10:34:30 +01:00
Milanka Ringwald
d9a0563ad8 pts/aics: update test code 2022-01-21 10:34:29 +01:00
Milanka Ringwald
1129f6cf59 gatt-service/mics: rename function 2022-01-21 10:34:29 +01:00
Milanka Ringwald
41d90c6aaf gatt-service/mics: search and initialize AICS services 2022-01-21 10:34:29 +01:00
Milanka Ringwald
8ac08516cd gatt-service/aics: implement audio input control server 2022-01-21 10:34:29 +01:00
Milanka Ringwald
61fcd3a1e8 pts/aics: add two AICS services to MICS 2022-01-21 10:34:29 +01:00
Matthias Ringwald
154c56cef6 tool/btstack_memory_generator: update copyright, fix deinit 2022-01-17 22:17:20 +01:00
Milanka Ringwald
dbd09dee52 gatt-service/mics: update gatt files and est code 2022-01-11 19:58:44 +01:00
Milanka Ringwald
1006694322 gatt-service/mics: send notification when mute state is changed remotely, update test docu 2022-01-11 19:57:21 +01:00
Milanka Ringwald
0b7819317f btstack_defines: for microphone service, use LOCAL in event name when local value changes, and REMOTE, when the remote value is changed 2022-01-11 19:57:21 +01:00
Milanka Ringwald
5f62d74822 test/le_audio: add AICS and VOCS gatt file 2022-01-11 19:57:21 +01:00
Matthias Ringwald
a63d252824 test/security_manager_sc: use newer clang __gcov_dump instead of __gcov_flush 2022-01-06 16:48:24 +01:00
Matthias Ringwald
10ab057a88 test/pts: fix build 2021-12-30 11:56:59 +01:00
Matthias Ringwald
162f111451 test/pts: enable gatt over classic for gatt_profiles test 2021-12-29 23:22:04 +01:00