Jiang Jiang Jian
6cb467a433
Merge branch 'bugfix/fix_bluedroid_read_multi_v6.1' into 'release/v6.1'
...
fix(ble/bluedroid): fix GATT Read Multiple response handling (6.1)
See merge request espressif/esp-idf!50710
2026-07-16 11:59:11 +08:00
Jiang Jiang Jian
3299c3527d
Merge branch 'bugfix/idf_ci_hid_example_v6.1' into 'release/v6.1'
...
fix(bt/example): Add print the device name to verify if it matches in HID example (v6.1)
See merge request espressif/esp-idf!50482
2026-07-16 11:32:43 +08:00
Jiang Jiang Jian
68137eca5d
Merge branch 'fix/fix_ble_rtc_register_issue_after_reset_v6.1' into 'release/v6.1'
...
fix(ble): fix ble rtc reset issues on esp32-h4 and esp32-s31 (6.1)
See merge request espressif/esp-idf!50204
2026-07-16 10:43:26 +08:00
Zhang Hai Peng
b50cef44fb
docs(ble/bluedroid): fix markdown formatting in example docs
...
(cherry picked from commit dba450de6b )
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com >
2026-07-14 10:37:22 +08:00
yangfeng
8a3d288843
fix(bt/example): Add print the device name to verify if it matches in HID example
2026-07-08 15:28:00 +08:00
Rahul Tank
e44969a390
fix(nimble): Fix ble_chan_sound_reflector compilation issue
2026-07-06 07:52:43 +05:30
Jiang Jiang Jian
ed3d9f9c46
Merge branch 'bugfix/hfp_example_ci_v6.1' into 'release/v6.1'
...
fix: Fix the HFP example fails to discovery target device (v6.1)
See merge request espressif/esp-idf!50288
2026-07-03 20:30:56 +08:00
Jiang Jiang Jian
7089584a34
Merge branch 'idf/ble_audio_4.4.1_v6.1' into 'release/v6.1'
...
feat(ble_audio): Support Zephyr LE Audio v4.4.1 (v6.1)
See merge request espressif/esp-idf!50187
2026-07-03 20:28:32 +08:00
Jin Chen
1cf9fbed20
fix(ble): change min freq in ble power save
...
(cherry picked from commit 958c28c41d )
Co-authored-by: cjin <jinchen@espressif.com >
2026-07-03 14:35:46 +08:00
yangfeng
0ec0a6bb9a
fix: Fix the HFP example fails to discovery target device
2026-07-02 15:04:41 +08:00
Shuai Wang
0ab5a90137
fix(nimble): initialize return value in LED characteristic access callback
...
When the NimBLE stack called this callback for a GATT Write Request, the
uninitialized stack value was interpreted as a non-zero GATT error code,
causing the stack to send BLE_ATT_ERR_UNLIKELY (0x0E) back to the client.
2026-07-01 11:54:58 +08:00
Liu Linyan
9b415a7d1f
feat(ble_audio): Support Zephyr LE Audio v4.4.1
2026-06-30 15:17:24 +08:00
Jiang Jiang Jian
c1e07b7234
Merge branch 'feat/sup_i2s_in_esp32s31_example_v6.1' into 'release/v6.1'
...
feat(bt/example): Support I2S output of esp32s31 in A2DP sink stream example (v6.1)
See merge request espressif/esp-idf!50055
2026-06-30 14:22:27 +08:00
Jiang Jiang Jian
18afab1c92
Merge branch 'feat/support_ble_uart_more_interfaces_v6.1' into 'release/v6.1'
...
feat(bt/ble_uart): Support ble uart more interfaces (6.1)
See merge request espressif/esp-idf!50048
2026-06-30 14:21:48 +08:00
Jiang Jiang Jian
7219860f52
Merge branch 'bugfix/ai_review_avrcp_v6.1' into 'release/v6.1'
...
fix(bt): Fix the critical and high issues related to AVRCP from AI review report (v6.1)
See merge request espressif/esp-idf!50019
2026-06-30 14:20:16 +08:00
yangfeng
0298e9d6ae
feat(bt/example): Support I2S output of esp32s31 in A2DP sink stream example
2026-06-26 09:36:01 +08:00
Zhi Wei Jian
b3cd6e6c07
feat(bt/ble_uart): Support ble uart more interfaces
...
- Added tagged event API (ble_uart_evt_t / on_event)
- Added bond management APIs
- Supported custom adv_data / scan_rsp_data
- Validate device_name length synchronously
- Added ble_uart_close_async() and EVT_CLOSED
- Added granular security config (security struct)
- Supported Passkey Entry and Numeric Comparison
(cherry picked from commit f1d9c994d2 )
Co-authored-by: zhiweijian <zhiweijian@espressif.com >
2026-06-26 09:08:02 +08:00
yangfeng
ce898faf35
fix(bt): Fix the high issues related to AVRCP from AI review report
...
- SDP/registration: handle SDP record creation and discovery failures safely
- AVRC stack: fix packet checks, fragment leaks, response build, and compile guards
- BTC AVRCP: fix return codes, connection state, metadata parsing, and memory leaks
- AVCTP: fix event passing, L2CAP conflicts, TX queue leaks, and disconnect handling
- Example: remove TG RN capability setup before initialization
2026-06-25 14:42:06 +08:00
Mayank Tyagi
018f32ddb1
fix(nimble): Optimize Nimble throughput example for 1M/2M/S2/S8
2026-06-24 16:48:45 +05:30
Jiang Jiang Jian
85081d2414
Merge branch 'bugfix/fix_bluedroid_ai_review_bugs_20260427_v6.1' into 'release/v6.1'
...
Bugfix/fix bluedroid ai review bugs 20260427 (6.1)
See merge request espressif/esp-idf!49542
2026-06-14 11:04:54 +08:00
Jiang Jiang Jian
8f6ccd3bc3
Merge branch 'docs/ble-uart-tutorial_v6.1' into 'release/v6.1'
...
docs(ble): added ESP-BLE-UART OpenCode Companion Guide (6.1)
See merge request espressif/esp-idf!49385
2026-06-14 00:02:58 +08:00
Jiang Jiang Jian
c9f92f7b11
Merge branch 'feat/feat_enable_h21_light_sleep_v6.1' into 'release/v6.1'
...
fix(ble): disable flash pd config (6.1)
See merge request espressif/esp-idf!49217
2026-06-13 23:59:12 +08:00
Zhi Wei Jian
da29ffba88
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.
(cherry picked from commit bfc47ace48 )
Co-authored-by: zhiweijian <zhiweijian@espressif.com >
2026-06-12 17:17:37 +08:00
Zhi Wei Jian
109120cc50
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.).
(cherry picked from commit b4b640f233 )
Co-authored-by: zhiweijian <zhiweijian@espressif.com >
2026-06-12 17:17:37 +08:00
yangfeng
8af18b4de3
fix: Fix the incorrect connection of the same-name devices in the HFP example
2026-06-10 19:12:24 +08:00
yangfeng
1e7dedcd22
fix: Fix the potential stack overflow issue in the Classic Bluetooth example
2026-06-09 09:40:41 +08:00
Zhou Xiao
6766a9ba67
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.
(cherry picked from commit 926111e721 )
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com >
2026-06-08 14:14:49 +08:00
Liu Linyan
91fc8d3905
feat(ble_audio): Support running ISO & LE Audio with Bluedroid Host
2026-06-04 15:41:36 +08:00
yangfeng
591f504187
fix(bt): Modify the documents in Classic Bluetooth examples to support esp32s31
2026-06-04 14:29:31 +08:00
Jin Chen
b643e435e2
feat(ble): update ble power save sdkconfig on ESP32-S31
...
(cherry picked from commit aaa71d1afc )
Co-authored-by: cjin <jinchen@espressif.com >
2026-06-03 12:24:17 +08:00
Jin Chen
297db58fce
feat(ble): update ble power save sdkconfig on ESP32-c5
...
(cherry picked from commit 3fdabaedaa )
Co-authored-by: cjin <jinchen@espressif.com >
2026-06-03 12:24:16 +08:00
Jin Chen
02917e0699
feat(ble): update ble power save sdkconfig on ESP32-S31
...
(cherry picked from commit e603f41667 )
Co-authored-by: cjin <jinchen@espressif.com >
2026-06-03 12:24:16 +08:00
Jin Chen
41a390406c
feat(ble): update ble power save sdkconfig on ESP32-H4
...
(cherry picked from commit bff6ad9a76 )
Co-authored-by: cjin <jinchen@espressif.com >
2026-06-03 12:24:16 +08:00
Jin Chen
dd62386568
feat(ble): update ble power save sdkconfig on ESP32-H21
...
(cherry picked from commit 2f89346103 )
Co-authored-by: cjin <jinchen@espressif.com >
2026-06-03 12:24:15 +08:00
Jin Chen
de39b07e59
fix(ble): use default frequency for ble power save example
...
(cherry picked from commit 35c51b8387 )
Co-authored-by: cjin <jinchen@espressif.com >
2026-06-03 12:24:15 +08:00
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