Island
a3684e583c
Merge branch 'bugfix/fix_bluedroid_ai_review_bugs_20260427_v5.2' into 'release/v5.2'
...
Bugfix/fix bluedroid ai review bugs 20260427 (5.2)
See merge request espressif/esp-idf!49537
2026-06-15 11:04:08 +08:00
zhiweijian
47a74cc4b3
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:48:23 +08:00
zhiweijian
2c42954274
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:45:43 +08:00
ShenWeilong
da0d372821
fix(bluedroid): Set CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE=y in bluedroid host examples
2026-06-12 10:45:32 +08:00
Wang Meng Yang
e4d048f5aa
Merge branch 'bugfix/ci_avrc_abs_vol_example_v5.2' into 'release/v5.2'
...
fix: Fix the potential stack overflow issue in the Classic Bluetooth example (v5.2)
See merge request espressif/esp-idf!49408
2026-06-11 14:19:37 +08:00
Rahul Tank
e54499f554
fix(nimble): Address review fixes for tinycrypt / and blufi code
2026-06-09 15:19:02 +05:30
yangfeng
cbe290c1d2
fix: Fix the potential stack overflow issue in the Classic Bluetooth example
2026-06-09 09:44:30 +08:00
Rahul Tank
41935a2f3b
fix(nimble): Fix for clang compilation issues
2026-06-05 11:13:25 +05:30
Mayank Tyagi
c169bea2bd
fix(nimble): Added change to read initial BAS level post connection
2026-06-04 15:58:14 +05:30
Rahul Tank
3c878e0321
fix(nimble): Fix compilation issues in Gatt SPS service
2026-06-01 14:00:55 +08:00
wangtao@espressif.com
bdfc11bbad
feat(lwip): softap can get sta ip from arp table
2026-05-26 11:18:59 +08:00
Jiang Jiang Jian
26b14e44b1
Merge branch 'feat/support_ble_uart_service_v5.2' into 'release/v5.2'
...
Feat/support ble uart service (5.2)
See merge request espressif/esp-idf!47996
2026-05-22 17:43:05 +08:00
Jiang Jiang Jian
d35b82e6af
Merge branch 'fix/disabel_ble50_by_default_for_blemesh_v5.2' into 'release/v5.2'
...
fix(ble_mesh): disabled ble50 by default for ble_mesh (5.2)
See merge request espressif/esp-idf!47748
2026-05-22 17:34:48 +08:00
Jiang Jiang Jian
9962edcfcf
Merge branch 'change/separate_nimble_host_mem_apis_v5.2' into 'release/v5.2'
...
change(bt): separated host mem apis from bt_osi_mem.c
See merge request espressif/esp-idf!48466
2026-05-20 17:55:43 +08:00
Rahul Tank
7cb3f681cd
Merge branch 'bugfix/gap_name_appearance_clobber_v5.2' into 'release/v5.2'
...
fix(nimble): Fix few nimble issues 21042026 (v5.2)
See merge request espressif/esp-idf!47943
2026-05-20 11:58:59 +05:30
Rahul Tank
1edb9c312c
fix(nimble): Fix prox service to handle negative values
2026-05-19 17:20:09 +05:30
ShenWeilong
9862e8317e
change(bt): separated host mem apis from bt_osi_mem.c
2026-05-13 15:03:02 +08:00
yangfeng
4772e323bb
fix(bt/example): fix critical issues of classic_bt examples reported by AI review
2026-05-11 11:47:24 +08:00
Zhi Wei Jian
47dba07536
feat(ble): Support nimble uart service
...
(cherry picked from commit 9de3eea3de )
Co-authored-by: zhiweijian <zhiweijian@espressif.com >
2026-04-28 11:27:52 +08:00
luoxu
7e0e06cf0c
feat(ble_mesh): disable BLE 5.0 features for fast_prov_server sdkconfig
2026-04-23 17:02:38 +08:00
luoxu
f06e23917d
fix(ble_mesh): disabled ble50 by default for ble_mesh
2026-04-23 16:58:40 +08:00
cjin
3f32fefaec
feat(ble): supported ble mempool run time allocation for esp ip chips
2026-04-02 16:40:03 +08:00
Sumeet Singh
4c30f20afb
feat(nimble): Update blecent example README.md with EATT documentation
2026-04-02 06:57:07 +05:30
Rahul Tank
e8e60bb6cf
Merge branch 'bugfix/nimble_example_fixes_v5.2' into 'release/v5.2'
...
fix(nimble): Address nimble example issues (v5.2)
See merge request espressif/esp-idf!47075
2026-04-01 15:42:52 +05:30
Island
1e07f40a93
Merge branch 'bugfix/fix_some_bluedroid_bugs_260121_v5.2' into 'release/v5.2'
...
Bugfix/fix some bluedroid bugs 260121 (5.2)
See merge request espressif/esp-idf!46980
2026-04-01 11:45:16 +08:00
Astha Verma
65474b7fba
fix(nimble): fix missing gatt caching header in examples
2026-03-31 17:31:13 +05:30
Sumeet Singh
20f52d60ab
fix(nimble): Fix enc adv NVS struct and add ext adv support
2026-03-30 16:18:18 +05:30
Shreeyash Bhakare
d72a8b091c
fix(nimble): fix CODED PHY ext adv Packet Too Long by using min interval (20 ms)
2026-03-30 16:18:18 +05:30
Zhi Wei Jian
4813de3e89
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:45:02 +08:00
yangfeng
07fc9e3127
fix(bt/example): Fixed the HFP printing issue in the CI test
2026-03-30 11:52:23 +08:00
Zhi Wei Jian
64b2e02c8f
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:37 +08:00
Zhi Wei Jian
9968fe22b8
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:37 +08:00
Rahul Tank
77ec82dc0f
feat(nimble): Added changes in examples to have code under flags
2026-03-12 10:43:52 +05:30
muhaidong
38c806f9ef
fix(wifi): fix lmac tx done assert issue
2026-03-10 20:08:52 +08:00
Rahul Tank
75eda3f00c
fix(nimble): Improve safety, fix bugs, and update docs across NimBLE examples
...
- Remove unused headers from examples
- Improve periodic adv/sync example functionality and readability
- Use ble_hs_id_infer_auto() instead of hardcoded BLE_OWN_ADDR_PUBLIC/RANDOM
- Add ble_hs_util_ensure_addr() calls in on_sync for proper address setup
- Use correct ext adv instance (0 instead of 1) in phy_prph, l2cap_coc, multi_conn
- Fix struct name: ble_gap_periodic_adv_enable_params -> ble_gap_periodic_adv_start_params
- Add CONFIG_BT_NIMBLE_GAP_SERVICE guards around ble_svc_gap_device_name_set
- Fix unsafe AD data parsing with bounds checks in central examples
- Fix UUID matching bugs (off-by-one loop condition and byte order) in
phy_cent, htp_cent, and proximity_sensor_cent
- Fix ble_multi_conn_cent address type to use dynamic inference
- Remove contradictory sm_sc=0 after sm_sc=1 in ble_multi_adv
- Add CONFIG_BT_NIMBLE_EXT_ADV=y to ble_multi_adv sdkconfig defaults
- Check return values for ble_gap_set_host_feat, nimble_port_init
- Update tutorials and READMEs to match code changes
2026-02-25 13:07:02 +05:30
Rahul Tank
f410a6ca23
fix(nimble): Fix various issues for security/vulnerability in host
2026-02-23 15:26:48 +05:30
Rahul Tank
700181eb1f
fix(nimble): Bugfixes for various issues
2026-02-16 11:35:20 +05:30
Rahul Tank
ab0700c044
Merge branch 'bugfix/fix_ble_multi_adv_v5.2' into 'release/v5.2'
...
fix(nimble): Fix ble_multi_adv example to show correct UUIDs information (v5.2)
See merge request espressif/esp-idf!45814
2026-02-12 15:48:27 +05:30
Astha Verma
c042a611c6
fix(nimble): Added device name log for ext adv in blecent_throughput
2026-02-11 12:48:23 +05:30
Rahul Tank
2739813bf0
fix(nimble): Fix ble_multi_adv example to show correct UUIDs information
2026-02-11 12:44:06 +05:30
Rahul Tank
217e5743b9
Merge branch 'bugfix/security_fixes_for_examples_v5.2' into 'release/v5.2'
...
fix(nimble): Fix vulnerabilities in NimBLE examples (v5.2)
See merge request espressif/esp-idf!45485
2026-02-09 14:24:51 +05:30
Shreeyash
35ca390a06
fix(nimble): Fix vulnerabilities in NimBLE examples
2026-02-06 18:48:32 +05:30
luoxu
b640f05f6a
feat(ble_mesh): alignment to release/v6.0
2026-02-06 11:15:20 +08:00
zhiweijian
fff39b8bed
fix(ble/bluedroid): Change blufi sdkconfig
2026-01-30 20:25:33 +08:00
zhiweijian
6ca15a6977
fix(ble/bluedroid): Change 5.0 event status
2026-01-30 20:25:22 +08:00
zhiweijian
f2ba0aa3be
feat(ble/bluedroid): Add new bluedroid host examples
2026-01-30 20:24:33 +08:00
Astha Verma
7731d64376
fix(nimble): Reset HID service during deinit
2026-01-28 12:18:34 +08:00
Jin Cheng
19268879bd
fix(bt/bluedroid): add status management for audio sink service channel
2026-01-15 09:15:28 +08:00
Rahul Tank
676c0d62d7
fix(nimble): Add AD type macros in example
2026-01-14 11:06:59 +05:30
Zhang Hai Peng
01d2833097
feat(examples/bluedroid): add BLE ACL latency measurement example
...
(cherry picked from commit 934970a06f )
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com >
2026-01-07 19:28:39 +08:00