Commit Graph

310 Commits

Author SHA1 Message Date
Mayank Tyagi
0897bdadc8 fix(nimble): Optimize Nimble throughput example for 1M/2M/S2/S8 2026-06-24 17:12:57 +05:30
Astha Verma
9f10ed8f94 fix(nimble): Added l2cap_coc throughput examples 2026-06-19 12:26:18 +05:30
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
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
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
Sumeet Singh
ce223d2c21 feat(nimble): Update blecent example README.md with EATT documentation 2026-04-02 06:55:15 +05:30
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
cjin
8aa53a7bbd feat(ble): supported ble mempool run time allocation for esp ip chips 2026-03-30 00:05:17 +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
Rahul Tank
6092207676 feat(nimble): Added changes in examples to have code under flags 2026-03-12 10:43:44 +05:30
Shreeyash
e630819642 fix(nimble): Remove scan response and use ble_gap_ext_adv_set_data 2026-03-10 15:05:24 +05:30
Rahul Tank
24962cc3fe 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:04:23 +05:30
Rahul Tank
77e3d0a120 fix(nimble): Fix various issues for security/vulnerability in host 2026-02-23 14:11:23 +05:30
Rahul Tank
32cd231a95 fix(nimble): Bugfixes for various issues 2026-02-16 11:22:53 +05:30
Rahul Tank
76a004650d fix(nimble): Fix ble_multi_adv example to show correct UUIDs information 2026-02-11 12:41:18 +05:30
Shreeyash
5319914af2 fix(nimble): Fix vulnerabilities in NimBLE examples 2026-02-06 18:47:08 +05:30
Astha Verma
22256e66a1 fix(nimble): Added device name log for ext adv in blecent_throughput 2026-02-03 16:30:07 +05:30
Rahul Tank
7a979f3bde fix(nimble): Add AD type macros in example 2026-01-14 10:54:26 +05:30
Rahul Tank
8eea019697 feat(nimble): Add support for static passkey 2025-12-22 21:17:50 +05:30
Chen Yudong
164cfba69d ci: rename wifi_two_dut to two_duts 2025-12-03 12:34:10 +08:00
Shen Wei Long
2c7966ea9c change(ble): Updated the maximum number of concurrent connections to 70 on ESP32-H2
(cherry picked from commit cd33f13521)

Co-authored-by: ShenWeilong <shenweilong@espressif.com>
2025-11-28 09:06:11 +00:00
Rahul Tank
3591e526f0 fix(nimble): Address compilation issues in nimble examples 2025-10-30 11:37:18 +05:30
Island
0c4c585f09 Merge branch 'fix/update_pawr_example_docs_v5.3' into 'release/v5.3'
Fix/update pawr example docs (v5.3)

See merge request espressif/esp-idf!42656
2025-10-28 11:14:11 +08:00
xiongweichao
4d34845ab6 fix(ble): fix ci power save test connection failure 2025-10-21 19:07:14 +08:00
cjin
cc0aca65e0 fix(ble): update the example docs for pawr 2025-10-20 10:19:04 +08:00
Rahul Tank
f7d0a08341 fix(nimble): Added CS service support 2025-10-14 16:43:06 +05:30
Rahul Tank
05f678344c feat(nimble): Base support for Channel sounding HCI command and events 2025-10-14 12:26:07 +05:30
Rahul Tank
968c96944d fix(nimble): Declutter the nimble menu config options 2025-09-30 15:18:42 +05:30
Zhao Wei Liang
7bc14990c8 feat(ble): add console command to get dtm rx rssi in hci example
(cherry picked from commit c58f07ed1e)

Co-authored-by: zwl <zhaoweiliang@espressif.com>
2025-09-17 11:14:12 +08:00
Rahul Tank
84cbfbd3a4 fix(nimble): Add Tx power information in adv data 2025-09-10 18:47:18 +05:30
Shreeyash
a64e1acb50 fix(nimble): Restructure the table in README.md file 2025-09-01 10:57:48 +05:30
Astha Verma
2ad0cbb19a fix(nimble): Added missing api in nimble which present in bluedroid 2025-08-22 12:21:50 +05:30
Geng Yu Chao
e3bac054e3 feat(ble): Add Bluetooth LE CTE connectionless AoA/AoD examples
(cherry picked from commit d8631ed3db)

Co-authored-by: Geng Yuchao <gengyuchao@espressif.com>
2025-06-25 11:49:28 +08:00
Astha Verma
8fecf4b1c2 fix(nimble): Added parameter in peer_init for included service allocation 2025-06-17 11:58:31 +05:30
Rahul Tank
34868cf387 Merge branch 'bugfix/pawr_sync_v5.3' into 'release/v5.3'
fix(nimble): memset the sync structs to prevent uncertainty for ext_adv reports (v5.3)

See merge request espressif/esp-idf!39717
2025-06-13 15:24:59 +05:30
Rahul Tank
9fc65dca56 Merge branch 'feat/ram_optimization_v5.3' into 'release/v5.3'
fix(nimble): Add support to minimize ram consumption (v5.3)

See merge request espressif/esp-idf!39620
2025-06-12 20:23:45 +05:30
Abhinav Kudnar
009ed01b68 fix(nimble): memset the sync structs to prevent uncertainty for ext_adv reports 2025-06-06 17:14:29 +05:30
Astha Verma
722a42f6e4 fix(nimble): Added support for ANCS in nimble 2025-06-04 14:29:33 +05:30
Shreeyash
ba39a51377 fix(nimble): Add support to minimize ram consumption 2025-06-03 16:07:10 +05:30
Rahul Tank
1db2b14f40 fix(nimble): Added CI files for various configurations 2025-05-28 21:49:45 +05:30
Rahul Tank
03dfb8e411 fix(nimble): Add support for minimilistic builds 2025-05-19 12:48:32 +05:30
Astha Verma
8e72311441 fix(nimble): Added api's for fetching gatt cache data and for discovering included service 2025-05-12 11:56:24 +05:30
Sumeet Singh
cbeef453a8 feat(nimble): Added some fixes for autopts testing (v5.3) 2025-05-07 17:02:56 +05:30
Shreeyash
d236459656 fix(nimble): Added support for 1m, 2m, coded phy channels and optimized throughput 2025-05-06 18:00:59 +05:30