14785 Commits

Author SHA1 Message Date
Matthias Ringwald
744ea73d2e avdtp_source: pass timestamp into avdtp_source_setup_media_header 2023-03-24 19:51:11 +01:00
Matthias Ringwald
fe70ee4829 hci_event: check buffer size 2023-03-24 18:34:30 +01:00
Matthias Ringwald
89d7e14e49 test/embedded: add test for hci_event 2023-03-24 18:08:41 +01:00
Matthias Ringwald
c70b3b486d hci_event: provide buffer size to event builders 2023-03-24 17:48:13 +01:00
Matthias Ringwald
7d902a1f42 add hci_event from cinnamon controller to core 2023-03-24 16:38:24 +01:00
Matthias Ringwald
36468e6f00 hci: rename con_handle into cis_handle in hci_iso_stream_t (fixup) 2023-03-24 16:11:44 +01:00
Matthias Ringwald
cf439c6323 hci: provide details for GAP_SUBEVENT_CIG_CREATED 2023-03-24 16:11:44 +01:00
Matthias Ringwald
ee4492071d btstack_defines: add details to GAP_SUBEVENT_CIG_CREATED 2023-03-24 16:11:44 +01:00
Matthias Ringwald
14045fdb85 hci: extract hci_cis_handle_created 2023-03-24 16:11:44 +01:00
Matthias Ringwald
532211fe50 hci: add params to hci_emit_cis_created 2023-03-24 16:11:44 +01:00
Matthias Ringwald
56bd2ec08b hci: store acl con handles for gap_cis_create 2023-03-24 16:11:44 +01:00
Matthias Ringwald
6fd1d2c8f4 hci: store cis connection info in hci iso stream on cis request 2023-03-24 16:11:44 +01:00
Matthias Ringwald
969d876abd hci: rename con_handle into cis_handle in hci_iso_stream_t 2023-03-24 16:11:44 +01:00
Matthias Ringwald
77c4293c7e hci: add stream_id and acl_handle to hci_iso_stream_t 2023-03-24 16:11:44 +01:00
Matthias Ringwald
074a9fa232 example/a2dp_sink_demo: move samplerate compensation init to fix measurement bias 2023-03-24 10:44:51 +01:00
Matthias Ringwald
4d3b451627 changelog: add esp32 changes 2023-03-24 10:44:50 +01:00
Matthias Ringwald
ccf14bf418 esp32: enable HAVE_BTSTACK_AUDIO_EFFECTIVE_SAMPLERATE 2023-03-24 10:44:50 +01:00
Dirk Helbig
e4aaaf23df btstack_audio_esp32_v5: allow the playback handler to catch up in case of unintended delays, control power amplifier 2023-03-24 10:44:50 +01:00
Dirk Helbig
fe42c0dc45 esp32: support new audio driver in esp-idf v5 2023-03-24 10:44:50 +01:00
Matthias Ringwald
4c7a1d3ad3 avrcp: fix warnings 2023-03-24 10:35:22 +01:00
Matthias Ringwald
5f5e54377c example/le_streamer_client: scan and connect on coded phy 2023-03-22 13:48:06 +01:00
Matthias Ringwald
98928f8ea6 example/le_streamer_client: scan and connect on coded phy 2023-03-22 13:40:13 +01:00
Matthias Ringwald
7eb5b27e62 gap: add gap_set_scan_phys and gap_set_connection_phys 2023-03-22 11:02:06 +01:00
Matthias Ringwald
e186370f42 renesas-ek-ra6m4a-da14531: add gatt_rgb demo 2023-03-18 22:47:05 +01:00
Matthias Ringwald
c1dc38453e libusb: enable chipset support for realtek on vendor id match and enable custom pre-init 2023-03-17 11:26:35 +01:00
Matthias Ringwald
7977fdca7a btstack_chipset_realtek: integrate updated logic from PR 453 2023-03-17 11:25:15 +01:00
Matthias Ringwald
6fe16221fb hci: introduce custom chipset pre-init that is run before hci reset 2023-03-17 11:25:14 +01:00
Matthias Ringwald
92ce4e6a2e hci_cmd: add hci_rtk_read_card_info 2023-03-17 11:25:14 +01:00
Matthias Ringwald
c56c3b7a0a example/hid_keyboard_demo: remove duplicate usage page (Key Code) for modifier byte 2023-03-16 12:36:11 +01:00
Matthias Ringwald
12448779a1 avrcp: fix compile warning 2023-03-10 08:48:12 +01:00
Matthias Ringwald
2a44f27864 renesas-ek-ra6m4a-da14531: extract create_target function 2023-03-09 11:42:11 +01:00
Matthias Ringwald
43ce035182 hci: fix report of extended advertisements with data len > 31 2023-03-09 09:56:00 +01:00
Matthias Ringwald
c77f95822c avdtp_util: remove superfluous increment operation 2023-03-08 11:44:24 +01:00
pengyiqiang
9e104a3cf6 btstack_uart: add missing __cplusplus judgment
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
2023-03-06 16:00:41 +01:00
Matthias Ringwald
74b4d42a0c sm: fix value in SM_EVENT_NUMERIC_COMPARISON_REQUEST
Regression introduced in ea9b679, fixes #462
2023-03-06 14:43:04 +01:00
Matthias Ringwald
9ce6dfa163 gap: set random address for both legacy advertising and extended advertising 2023-03-06 12:35:34 +01:00
Matthias Ringwald
64f9dabab0 hci: use advertising todo instead of flag 2023-03-06 12:03:00 +01:00
Matthias Ringwald
0f54aa8d8b gap: set advertising set address after set was created 2023-03-06 11:38:16 +01:00
Matthias Ringwald
d935373ddc hci: add missing else for run-time check of hci_extended_advertising_supported 2023-03-06 11:28:39 +01:00
Matthias Ringwald
ee60545867 hci: set default advertising parameters for use with active scanning 2023-03-06 11:17:57 +01:00
Matthias Ringwald
cf7250aa3d 3rd-party/micro-ecc: avoid warning for undefined preprocessing identifier 2023-03-03 18:47:48 +01:00
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