Wang Meng Yang
c9eced7205
Merge branch 'bugfix/ci_avrc_abs_vol_example' into 'master'
...
fix: Fix the potential stack overflow issue in the Classic Bluetooth example
Closes IDFCI-11318
See merge request espressif/esp-idf!49245
2026-06-08 15:07:51 +08:00
Rahul Tank
bc6616854e
Merge branch 'bugfix/fix_clang_compilation_issue' into 'master'
...
fix(nimble): Fix for clang compilation issues
See merge request espressif/esp-idf!49277
2026-06-06 09:24:43 +05:30
Zhou Xiao
926111e721
docs(ble): add ESP-BLE-UART companion guide
...
Move the OpenCode companion guide into the ble_uart_service example.
Add English and Chinese Markdown guides with image assets.
Keep ESP-BLE-UART naming consistent across the example and bridge tooling.
2026-06-05 19:01:00 +08:00
Rahul Tank
804755b4f8
fix(nimble): Fix for clang compilation issues
2026-06-04 21:51:56 +05:30
yangfeng
d2cbbb3d1e
fix: Fix the potential stack overflow issue in the Classic Bluetooth example
2026-06-03 20:08:20 +08:00
cjin
aaa71d1afc
feat(ble): update ble power save sdkconfig on ESP32-S31
2026-06-03 08:16:59 +08:00
cjin
3fdabaedaa
feat(ble): update ble power save sdkconfig on ESP32-c5
2026-06-03 08:16:46 +08:00
cjin
e603f41667
feat(ble): update ble power save sdkconfig on ESP32-S31
2026-06-03 08:16:29 +08:00
cjin
bff6ad9a76
feat(ble): update ble power save sdkconfig on ESP32-H4
2026-06-03 08:16:18 +08:00
cjin
2f89346103
feat(ble): update ble power save sdkconfig on ESP32-H21
2026-06-02 20:21:45 +08:00
cjin
35c51b8387
fix(ble): use default frequency for ble power save example
2026-06-02 20:00:44 +08:00
Wang Meng Yang
a4c171bf94
Merge branch 'bugfix/example_docs_support_esp32s31' into 'master'
...
fix(bt): Modify the documents in Classic Bluetooth examples to support esp32s31
Closes BT-4359
See merge request espressif/esp-idf!48950
2026-06-02 19:04:32 +08:00
Luo Xu
0f00ef0e6b
Merge branch 'feat/supported_esp32h21_for_ble_mesh' into 'master'
...
Feat/supported esp32h21 for ble mesh
Closes BLERP-2799 and IDF-11654
See merge request espressif/esp-idf!48683
2026-06-02 11:19:30 +08:00
Island
2fec1965d1
Merge branch 'bugfix/fix_bluedroid_ai_review_bugs_20260427' into 'master'
...
Bugfix/fix bluedroid ai review bugs 20260427
See merge request espressif/esp-idf!48450
2026-06-01 19:20:35 +08:00
luoxu
4fd8b08261
feat(ble_mesh): supported esp32h21 for ble mesh
2026-06-01 18:07:59 +08:00
Liu Linyan
8dbef3bad4
feat(ble_audio): Support running ISO & LE Audio with Bluedroid Host
2026-05-29 17:24:54 +08:00
yangfeng
f4efc8aafe
fix(bt): Modify the documents in Classic Bluetooth examples to support esp32s31
2026-05-29 17:20:44 +08:00
zhiweijian
bfc47ace48
fix(examples): improve bluedroid BLE example error handling
...
Check GAP/GATT event status, fix prepare-write buffer lifecycle, and
align example code with updated Bluedroid API behavior.
2026-05-29 10:20:55 +08:00
zhiweijian
b4b640f233
refactor(examples): disable unused BT options in bluedroid BLE examples
...
Add sdkconfig.defaults to turn off unused Bluedroid host features per
example role (GATT client/server, SMP, legacy adv, etc.).
2026-05-29 10:16:21 +08:00
Rahul Tank
3706fc680e
fix(nimble): Fix compilation issues in Gatt SPS service
2026-05-27 11:24:38 +05:30
Rahul Tank
ab2ec6f2e6
Merge branch 'bugfix/nimble_hid_fixes' into 'master'
...
fix(nimble): Always read initial BAS level and forward HID report/control/protocol writes as HIDD events
Closes BLERP-2806
See merge request espressif/esp-idf!48598
2026-05-22 13:39:27 +05:30
Wan Lei
9c15cc2ef4
Merge branch 'fix/h4_s31_enable_multi_board_test' into 'master'
...
fix(ci): h4 and s31 enable multi_board test
Closes IDFCI-10702, IDFCI-10334, and IDF-11442
See merge request espressif/esp-idf!48438
2026-05-22 15:23:03 +08:00
wanckl
130d3be783
fix(ci): h4 and s31 enable multi_board test
2026-05-22 11:50:19 +08:00
yangfeng
e7d079c422
feat(bt): Add a2dp_source_aac example
2026-05-21 21:15:36 +08:00
yangfeng
22f116eed5
feat(bt): Add a2dp_sink_stream_aac example
2026-05-21 21:15:36 +08:00
Mayank Tyagi
cce63cb778
fix(nimble): Always read initial BAS level
2026-05-21 11:51:07 +05:30
ShenWeilong
adf9cf4e72
fix(bluedroid): Set CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE=y in bluedroid host examples
2026-05-20 20:13:34 +08:00
ShenWeilong
cf813a4a1e
feat(ble): Added ble support for esp32h21
2026-05-20 19:24:08 +08:00
xiongweichao
6115a920f1
feat(bt): support classic Bluetooth sleep mode on ESP32-S31
2026-05-18 15:36:12 +08:00
Linyan Liu
3b70c1a856
feat(ble_audio): Support using PAST in the cap/acceptor example
2026-05-14 20:43:07 +08:00
Jin Cheng
4905a0aeb2
feat(ci): added example tests for HFP using external codec
2026-05-14 12:10:47 +08:00
Island
9bc1b68b1c
Merge branch 'feat/share_ble_uart_component_and_refresh_docs' into 'master'
...
feat(bt): add shared ble_uart component and update ble_uart_service/docs
See merge request espressif/esp-idf!48321
2026-05-12 15:15:32 +08:00
Chen Ji Chang
3333b9b17c
Merge branch 'feat/enable_h4_ci_target_test' into 'master'
...
ci(esp32h4): enable ci target test
Closes IDF-12328 and IDF-13766
See merge request espressif/esp-idf!47350
2026-05-12 11:23:28 +08:00
zhiweijian
272793f7d5
feat(bt): add shared ble_uart component and update ble_uart_service/docs
2026-05-11 17:28:03 +08:00
Chen Jichang
3c3b9a6a4e
ci(esp32h4): disable tests which cannot pass
2026-05-11 16:48:58 +08:00
Chen Jichang
645ff40cde
ci(esp32h4): enable ci target test
2026-05-11 16:48:58 +08:00
cjin
19760a8722
feat(ble): supported ble light sleep feat on esp32h4
2026-05-11 08:34:15 +08:00
cjin
b6643c4786
feat(ble): supported ble light sleep feat on esp32s31
2026-05-11 08:34:15 +08:00
Xiao Xufeng
78c61f2a73
example(ble): increase app partition size of ble examples
2026-05-08 13:44:24 +08:00
Liu Linyan
cae52c454b
feat(ble_audio): Support log compression for ISO & LE Audio logs
2026-05-07 15:05:57 +08:00
yangfeng
f1e65d7881
fix(bt/example): fix critical issues of classic_bt examples reported by AI review
2026-05-06 20:17:18 +08:00
Liu Linyan
325b08e023
fix(ble_audio): Miscellaneous fixes for ISO & LE Audio examples
2026-05-06 09:31:07 +08:00
luoxu
d29ccb2cd5
feat(ble_mesh): supported esp32s31 for ble mesh example
2026-04-29 14:58:03 +08:00
luoxu
9ff0f87f7e
feat(ble_mesh): supported esp32s31 for ble mesh
2026-04-29 14:58:03 +08:00
luoxu
62fef5a0cc
feat(ble_mesh): supported esp32h4 for esp ble mesh example
2026-04-29 14:58:03 +08:00
luoxu
40ebe28822
feat(ble_mesh): supported esp32h4 for esp ble mesh
2026-04-28 17:27:41 +08:00
Island
1176eb8c37
Merge branch 'feat/support_ble_uart_service' into 'master'
...
Feat/support ble uart service
See merge request espressif/esp-idf!47835
2026-04-27 17:26:22 +08:00
zhiweijian
9de3eea3de
feat(ble): Support nimble uart service
2026-04-27 16:34:20 +08:00
zhiweijian
bc43eedc35
fix(ble/bluedroid): Changed sdkconfig.default in ble_get_started examples
2026-04-27 11:49:41 +08:00
zhiweijian
093a521048
feat(ble): Supported blufi on esp32s31
2026-04-27 11:47:22 +08:00