14744 Commits

Author SHA1 Message Date
Milanka Ringwald
75feb4ebc3 doc: fix path to APIs in GATT services 2023-03-03 11:19:29 +01:00
Milanka Ringwald
f84ec3e456 doc: remove double URL print 2023-03-03 11:11:20 +01:00
Milanka Ringwald
11ebce114c doc: add GITHUB URL 2023-03-03 10:53:02 +01:00
Milanka Ringwald
9428602870 doc: add GITHUB URL to md files 2023-03-03 10:53:02 +01:00
Matthias Ringwald
d4872f4e3f example/sco_demo_util: fix warning 2023-03-02 15:59:56 +01:00
Matthias Ringwald
cacea69c67 posix-h4: fix build 2023-03-02 15:58:08 +01:00
Matthias Ringwald
d0452d6c2c example/hfp_hf_demo: support lc3-swb 2023-03-02 11:46:14 +01:00
Matthias Ringwald
5a5b7bc7b0 example/hfp_ag_demo: support lc3-swb 2023-03-02 11:46:14 +01:00
Matthias Ringwald
681cb55058 example/sco_demo_util: add support for lc3-swb
# Conflicts:
#	example/sco_demo_util.c

# Conflicts:
#	example/sco_demo_util.c

# Conflicts:
#	example/sco_demo_util.c

# Conflicts:
#	example/sco_demo_util.c
2023-03-02 11:46:14 +01:00
Matthias Ringwald
f0d95bdc33 example/sco_demo_util: replace hfp_msbc by hfp_codec 2023-03-02 11:46:14 +01:00
Matthias Ringwald
bcdbf70421 hfp: move hfp_h2_framing into hfp_codec 2023-03-02 11:46:14 +01:00
Matthias Ringwald
360d44f609 hfp_codec: add to all ports 2023-03-02 11:00:28 +01:00
Matthias Ringwald
2085619da9 hfp_ag: prefer LC3-WB over mSBC 2023-03-02 11:00:28 +01:00
Matthias Ringwald
eaf8fe31e3 hfp_codec: add compile-time option to send synthetic test data 2023-03-02 11:00:28 +01:00
Matthias Ringwald
f789a3185a hfp_codec: support usb sco packets 2023-03-02 11:00:28 +01:00
Matthias Ringwald
16527ed542 hfp_codec: support lc3-swb 2023-03-02 11:00:28 +01:00
Matthias Ringwald
d393ed5a4f hfp: use transparent voice settings unless cvsd is active 2023-03-02 10:58:38 +01:00
Matthias Ringwald
fda8f1b4e7 hfp: add HFP_CODEC_LC3_SWB 2023-03-02 10:58:38 +01:00
Milanka Ringwald
820e47d09b doc: update links 2023-03-02 10:53:29 +01:00
Milanka Ringwald
99238babf8 doc: update link in architecture page 2023-03-02 10:20:51 +01:00
Milanka Ringwald
7029d61c7d Revert "doc: update cross-file links"
This reverts commit 0179ba640fbea214ff06e259b9fca5560341f1f1.
2023-03-02 09:47:26 +01:00
Milanka Ringwald
0179ba640f doc: update cross-file links 2023-03-02 09:38:14 +01:00
Matthias Ringwald
ffdcc4c74e hfp_codec: fix build 2023-03-01 13:54:52 +01:00
Matthias Ringwald
1762039c2c example/sco_demo_util: add modplayer as SCO_DEMO_MODE_MODPLAYER 2023-03-01 13:48:36 +01:00
Matthias Ringwald
9ad691b0cb example/sco_demo_util: use sample rate for sine generator and wav/audio 2023-03-01 13:48:36 +01:00
Matthias Ringwald
79cc780fc0 example/sco_demo_util: add sample rate to codec config 2023-03-01 13:48:36 +01:00
Matthias Ringwald
08902725e5 hfp_codec: fix build 2023-03-01 13:48:36 +01:00
Matthias Ringwald
9582ae6476 example/sco_demo_util: set buffer size based on supported samplerate 2023-03-01 11:24:14 +01:00
Matthias Ringwald
bf958e42ac example/sco_demo_util: introduce codec_support_t 2023-02-28 17:20:21 +01:00
Matthias Ringwald
b150a47954 example/sco_demo_util: use generic audio_input_prebuffer_bytes 2023-02-28 17:20:21 +01:00
Matthias Ringwald
3cf06407e6 example/sco_demo_util: use audio generator function 2023-02-28 17:20:21 +01:00
Matthias Ringwald
b89b876f14 example/sco_demo_util: send msbc sine via audio ringbuffer 2023-02-28 17:20:21 +01:00
Matthias Ringwald
6fb1424bd8 example/sco_demo_util: send cvsd sine via audio ringbuffer 2023-02-28 17:20:21 +01:00
Matthias Ringwald
94381a6978 example/sco_demo_util: drop data test modes, restructor code 2023-02-28 17:20:21 +01:00
Matthias Ringwald
a602f23dae classic: introduce hfp_codec.c, replacing hfp_msbc, ready for other codecs 2023-02-28 17:20:21 +01:00
Matthias Ringwald
515a576f9b btstack_sbc: mark input buffer as const 2023-02-28 17:16:21 +01:00
Matthias Ringwald
2288067bd4 hfp: add hfp_h2_framing implementation 2023-02-28 17:07:41 +01:00
Matthias Ringwald
25ffee3989 hfp: add hfp_h2_sync implementation 2023-02-28 17:07:40 +01:00
Matthias Ringwald
4cedf01c11 test/hfp: re-implement hfp h2 synchronization 2023-02-28 17:07:40 +01:00
Matthias Ringwald
05311d018c test/hfp: add sco_demo_util with data tests 2023-02-27 12:31:37 +01:00
Matthias Ringwald
61a7fe90eb example/hfp_hf_demo: fix accidental commit from 712e3b1 2023-02-27 12:31:06 +01:00
Matthias Ringwald
dab943f921 stm32-f4discovery-cc256x: enable LE Secure Connections 2023-02-24 10:01:55 +01:00
Matthias Ringwald
c1bdeb24a1 sdp_util: print strings as characters instead of hex dump 2023-02-23 23:34:53 +01:00
Matthias Ringwald
dd5af05ec9 example/gatt_browser: fix output 2023-02-23 23:34:14 +01:00
Matthias Ringwald
8dbd779376 example/gatt_battery_query: read battery once after connected 2023-02-23 23:32:51 +01:00
Matthias Ringwald
7d6ceb6b5c pbap_client: make pbap_set_property_selector work for Pull Phonebook 2023-02-23 18:51:19 +01:00
Matthias Ringwald
ce6f85e79d 3rd-party/segger-rtt: update to V786a 2023-02-23 15:43:00 +01:00
Matthias Ringwald
01df9c4a07 hci: remove unused local variables 2023-02-22 17:54:07 +01:00
Matthias Ringwald
ebabc5d860 example/a2dp_sink_demo: remove local variable 2023-02-22 17:36:18 +01:00
Matthias Ringwald
712e3b1145 example/hfp_hf_demo: fix build without HAVE_BTSTACK_STDIN 2023-02-22 17:35:42 +01:00