14733 Commits

Author SHA1 Message Date
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
Matthias Ringwald
7621b6a9be rfcomm: add missing parameter in a log_debug 2023-02-22 17:28:45 +01:00
Matthias Ringwald
38c9113f71 hci_cmd: use opcode define for hci_rtk_configure_sco_routing 2023-02-22 14:45:47 +01:00
louislee91
73bccf357f hci: fix use of outgoing address for failed connection 2023-02-20 17:19:26 +01:00
Matthias Ringwald
9735997986 libusb: allow command line arguments for examples 2023-02-13 12:48:16 +01:00
Matthias Ringwald
c0fa7c1deb test/coverage: improve clean command 2023-02-12 17:55:08 +01:00
Matthias Ringwald
273d17ad40 test/coverage: only use local files 2023-02-12 17:13:35 +01:00
Matthias Ringwald
ec61dcfbed example/hf_hf_demo: improve documentation, split packet handlers, use sdp record handle generator 2023-02-09 10:03:38 +01:00
Matthias Ringwald
08c12c8116 example/a2dp_sink_demo: improve documentation, use sdp record handle generator 2023-02-09 09:47:57 +01:00
Matthias Ringwald
cf0d4b9803 esp32: allow to disable default audio i2s driver via component config 2023-02-08 12:29:10 +01:00
Matthias Ringwald
862392e5a3 esp32: check CONFIG_BT_CONTROLLER_ENABLED only on esp-idf v5.x 2023-02-08 11:54:57 +01:00
Matthias Ringwald
5e40310d59 esp32: check CONFIG_BT_CONTROLLER_ENABLED only on esp-idf v5.x 2023-02-08 11:54:03 +01:00