yangfeng
0773a8d947
fix: Fix the HFP example fails to discovery target device
2026-07-02 15:08:13 +08:00
Shuai Wang
5ae25bd6b5
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-06-29 17:30:33 +05:30
Island
c8d7a8d883
Merge branch 'feat/support_ble_uart_more_interfaces_v5.3' into 'release/v5.3'
...
feat(bt/ble_uart): Support ble uart more interfaces (5.3)
See merge request espressif/esp-idf!50044
2026-06-29 10:31:47 +08:00
Zhi Wei Jian
66621eed2c
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:07:54 +08:00
Mayank Tyagi
0897bdadc8
fix(nimble): Optimize Nimble throughput example for 1M/2M/S2/S8
2026-06-24 17:12:57 +05:30
Rahul Tank
157e672392
Merge branch 'feat/throughput_l2cap_coc_v5.3' into 'release/v5.3'
...
Added l2cap_coc example for throughput (v5.3)
See merge request espressif/esp-idf!49742
2026-06-22 19:41:27 +05:30
Island
04a9243eb0
Merge branch 'docs/ble-uart-tutorial_v5.3' into 'release/v5.3'
...
docs(ble): added ESP-BLE-UART OpenCode Companion Guide (5.3)
See merge request espressif/esp-idf!49381
2026-06-22 10:34:34 +08:00
Astha Verma
9f10ed8f94
fix(nimble): Added l2cap_coc throughput examples
2026-06-19 12:26:18 +05:30
zhiweijian
6fa3f622ca
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-06-12 10:41:31 +08:00
zhiweijian
da9e63b690
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-06-12 10:34:45 +08:00
ShenWeilong
1409afdba9
fix(bluedroid): Set CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE=y in bluedroid host examples
2026-06-12 10:34:34 +08:00
yangfeng
6f25834da2
fix: Fix the potential stack overflow issue in the Classic Bluetooth example
2026-06-09 09:44:24 +08:00
Zhou Xiao
b05810c2b6
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:41 +08:00
Rahul Tank
2d6355467e
fix(nimble): Fix for clang compilation issues
2026-06-05 11:38:16 +05:30
Rahul Tank
b11cff8861
fix(nimble): Fix compilation issues in Gatt SPS service
2026-05-27 17:20:17 +05:30
Mayank Tyagi
0fabf76816
fix(nimble): Added change to read initial BAS level post connection
2026-05-21 12:41:16 +05:30
ShenWeilong
e59109e6a5
change(bt): separated host mem apis from bt_osi_mem.c
2026-05-13 14:59:28 +08:00
Island
f611347197
Merge branch 'fix/fix_blufi_memory_copy_len_error_v5.3' into 'release/v5.3'
...
fix(ble): Fix blufi fragment reassembly bounds and buffer overflows (5.3)
See merge request espressif/esp-idf!48265
2026-05-12 19:27:45 +08:00
Zhang Hai Peng
fae52f14e8
feat(ble/blufi): Support setting BLE encryption for blufi
...
(cherry picked from commit 60a028fb17 )
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com >
2026-05-12 15:58:55 +08:00
zhiweijian
1fba5bbc36
feat(bt): add shared ble_uart component and update ble_uart_service/docs
2026-05-12 11:15:48 +08:00
yangfeng
b8e118c3bf
fix(bt/example): fix critical issues of classic_bt examples reported by AI review
2026-05-11 11:46:53 +08:00
Zhou Xiao
e59e3859c4
fix(ble): fixed ci failures for backport
2026-04-28 12:32:56 +08:00
Zhi Wei Jian
d5c9a1ad27
feat(ble): Support nimble uart service
...
(cherry picked from commit 9de3eea3de )
Co-authored-by: zhiweijian <zhiweijian@espressif.com >
2026-04-28 11:25:08 +08:00
Island
e385341956
Merge branch 'fix/disabel_ble50_by_default_for_blemesh_v5.3' into 'release/v5.3'
...
fix(ble_mesh): disabled ble50 by default for ble_mesh (5.3)
See merge request espressif/esp-idf!47749
2026-04-23 17:53:19 +08:00
luoxu
d2b6b1a9e7
feat(ble_mesh): disable BLE 5.0 features for fast_prov_server sdkconfig
2026-04-23 16:24:31 +08:00
Sahil Yadav
55cb8136c2
feat(nimble): Support NimBLE log compression and decompression over SPI
2026-04-19 09:50:59 +05:30
Evgeny Torbin
59f62ad15f
test: format all test scripts
2026-04-17 16:01:00 +02:00
Luo Xu
4e4ed95f83
fix(ble_mesh): disabled ble50 by default for ble_mesh
...
(cherry picked from commit 99d931e4e9 )
Co-authored-by: luoxu <luoxu@espressif.com >
2026-04-17 21:43:19 +08:00
Island
1740554ae3
Merge branch 'feat/remove_led_from_ble_mesh_examples_v5.3' into 'release/v5.3'
...
refactor(ble_mesh): remove LED hardware dependency from examples (5.3)
See merge request espressif/esp-idf!47436
2026-04-17 18:09:14 +08:00
Rahul Tank
82caa79c0f
fix(nimble): Address review comments for hidd / hidh code
2026-04-16 10:29:21 +05:30
Rahul Tank
fd594b74b6
fix(nimble): Address review fixes for tinycrypt / and blufi code
2026-04-16 10:29:21 +05:30
Rahul Tank
8fbee1da23
Merge branch 'bugfix/proximity_example_issue_v5.3' into 'release/v5.3'
...
fix(nimble): Fix prox service to handle negative values (v5.3)
See merge request espressif/esp-idf!47539
2026-04-15 09:25:16 +05:30
Rahul Tank
240c346737
fix(nimble): Update example READMEs with correct console log information
2026-04-14 17:42:45 +05:30
Rahul Tank
58966957f5
fix(nimble): Fix prox service to handle negative values
2026-04-14 14:30:03 +05:30
luoxu
43aafbe231
refactor(ble_mesh): remove LED hardware dependency from examples
2026-04-10 19:40:11 +08:00
Sumeet Singh
ce223d2c21
feat(nimble): Update blecent example README.md with EATT documentation
2026-04-02 06:55:15 +05:30
Rahul Tank
8842dc9610
Merge branch 'bugfix/nimble_example_fixes_v5.3' into 'release/v5.3'
...
fix(nimble): Address nimble example issues (v5.3)
See merge request espressif/esp-idf!47074
2026-04-01 15:31:48 +05:30
Island
14a34187b8
Merge branch 'bugfix/fix_some_bluedroid_bugs_260121_v5.3' into 'release/v5.3'
...
Bugfix/fix some bluedroid bugs 260121 (5.3)
See merge request espressif/esp-idf!46981
2026-04-01 11:45:10 +08:00
Astha Verma
14447b4d69
fix(nimble): fix missing gatt caching header in examples
2026-03-31 12:33:12 +05:30
Sumeet Singh
b99e5ed88d
fix(nimble): Fix enc adv NVS struct and add ext adv support
2026-03-31 12:33:12 +05:30
Shreeyash Bhakare
19817236bb
fix(nimble): fix CODED PHY ext adv Packet Too Long by using min interval (20 ms)
2026-03-31 12:33:12 +05:30
Wang Meng Yang
e8a2b615f8
Merge branch 'bugfix/bt_idf_ci_v5.3' into 'release/v5.3'
...
fix(bt/example): Fixed the HFP printing issue in the CI test (v5.3)
See merge request espressif/esp-idf!47081
2026-03-31 09:44:21 +08:00
Zhi Wei Jian
a9ad2436ad
fix(ble/bluedroid): fix bugs in BLE 5.0 bluedroid examples
...
- Fix callback function usage and parameter errors
- Fix spelling: BROCASTER to BROADCASTER in examples
- Update examples to match API changes
(cherry picked from commit 8f4dd7824e )
Co-authored-by: zhiweijian <zhiweijian@espressif.com >
2026-03-30 16:40:53 +08:00
yangfeng
8ae5176464
fix(bt/example): Fixed the HFP printing issue in the CI test
2026-03-30 11:51:02 +08:00
cjin
8aa53a7bbd
feat(ble): supported ble mempool run time allocation for esp ip chips
2026-03-30 00:05:17 +08:00
Island
3416405a63
Merge branch 'fix/fix_bluedroid_gattc_gatts_coex_example_params_error_v5.3' into 'release/v5.3'
...
fix(ble/bluedroid): Fixed Incorrect use of event parameters in gattc_gatts_coex (5.3)
See merge request espressif/esp-idf!46904
2026-03-25 10:32:36 +08:00
Rahul Tank
70fbac2828
Merge branch 'bugfix/fix_compilation_issue_example_v5.3' into 'release/v5.3'
...
feat(nimble): Added changes in examples to have code under flags (v5.3)
See merge request espressif/esp-idf!46533
2026-03-24 17:05:03 +05:30
Zhi Wei Jian
1fce660a19
fix(bluedroid): printf EXAMPLE_CI_ID, PIPELINE_ID and CHIP_ID
...
(cherry picked from commit 7bb1018948 )
Co-authored-by: zhiweijian <zhiweijian@espressif.com >
2026-03-23 17:23:40 +08:00
Zhi Wei Jian
73193c113e
fix(ble/bluedroid): Fixed Incorrect use of event parameters in gattc_gatts_coex
...
(cherry picked from commit b218e02b49 )
Co-authored-by: zhiweijian <zhiweijian@espressif.com >
2026-03-23 17:23:39 +08:00
Rahul Tank
6092207676
feat(nimble): Added changes in examples to have code under flags
2026-03-12 10:43:44 +05:30