Astha Verma
c4f905e508
fix(nimble): Connect with OTA address for host based privacy
2026-09-18 17:20:37 +05:30
Fu Hanxi
b47f9850c7
ci: apply common-scripts CI refactor
...
Squashes these original commits for release/v5.4 backport traceability:
- 9b289dc5ad6 ci: apply idf-ci 1.x
- 381df980d57 ci: remove pip-cache and other unused jobs
- 32375a0a15e ci: apply common-scripts CI refactor
2026-08-17 14:13:15 +02:00
Rahul Tank
12fc599e89
fix(nimble): Fix issues found in review for nimble examples
2026-07-24 15:23:15 +05:30
cjin
ed4965a39c
fix(ble): remove chip id macro for ble sample codes
2026-06-29 14:22:29 +08:00
Rahul Tank
f05856b5f5
fix(nimble): Fix for clang compilation issues
2026-06-05 10:58:46 +05:30
Rahul Tank
461856f2b3
Merge branch 'bugfix/fix_nimble_eg_readme_v5.4' into 'release/v5.4'
...
fix(nimble): Update example READMEs with correct console log information (v5.4)
See merge request espressif/esp-idf!47602
2026-04-20 22:01:11 +05:30
Sumeet Singh
e8b0e8ac58
feat(nimble): Update blecent example README.md with EATT documentation
2026-04-17 15:57:19 +05:30
Rahul Tank
5ec65b14c4
fix(nimble): Update example READMEs with correct console log information
2026-04-14 16:19:27 +05:30
Rahul Tank
649740afe2
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:02:58 +05:30
Rahul Tank
d6ce5da7b6
fix(nimble): Bugfixes for various issues
2026-02-16 11:17:56 +05:30
Shreeyash
dacec1afa1
fix(nimble): Fix vulnerabilities in NimBLE examples
2026-02-06 18:43:33 +05:30
Rahul Tank
9e157e314a
feat(nimble): Add support for static passkey
2025-12-22 21:16:35 +05:30
xiongweichao
e4bc1bde62
fix(ble): fix ci power save test connection failure
2025-10-21 19:06:29 +08:00
Shreeyash
710f445fcf
fix(nimble): Restructure the table in README.md file
2025-09-01 10:57:35 +05:30
Astha Verma
0181cbd3ca
fix(nimble): Added missing api in nimble which present in bluedroid
2025-08-19 12:23:31 +05:30
Rahul Tank
2b33f32a6b
Merge branch 'bugfix/add_ci_files_v5.4' into 'release/v5.4'
...
fix(nimble): Add CI files for base configurations (v5.4)
See merge request espressif/esp-idf!39242
2025-06-27 12:02:11 +05:30
Rahul Tank
2355e2f22d
fix(nimble): Added CI files for various configurations
2025-06-26 16:38:11 +05:30
Rahul Tank
03e9d2d789
Merge branch 'feat/ram_optimization_v5.4' into 'release/v5.4'
...
fix(nimble): Add support to minimize ram consumption (v5.4)
See merge request espressif/esp-idf!39619
2025-06-26 16:35:03 +05:30
wanckl
ea03622621
ci(esp32c61): remove c61 support from readme on 5.4
2025-06-17 15:09:40 +08:00
Shreeyash
7d86471ea9
fix(nimble): Add support to minimize ram consumption
2025-06-03 16:06:57 +05:30
Rahul Tank
66c12d4efe
fix(nimble): Add support for minimilistic builds
2025-05-27 11:07:33 +05:30
Astha Verma
6e4a2619ee
fix(nimble): Added api's for fetching gatt cache info and discover included service
2025-05-27 11:03:20 +05:30
Sumeet Singh
ffaa688582
feat(nimble): Added some fixes for autopts testing
2025-05-07 16:58:36 +05:30
Jiang Jiang Jian
45d95b1bd8
Merge branch 'fix/fix_esp32p4_retention_cost_v5.4' into 'release/v5.4'
...
fix(esp_hw_support): optimize retention cost and update sleep time compensation (v5.4)
See merge request espressif/esp-idf!38744
2025-05-06 14:18:49 +08:00
Rahul Tank
fec3a5f5bd
fix(nimble): Corrected structure field name usage in examples
2025-04-29 21:44:57 +05:30
wuzhenghui
33aca83c63
change(ci): remove esp32c5 from readme since esp32c5 skipped CI build
2025-04-25 17:13:27 +08:00
Rahul Tank
297ebc7db7
fix(nimble): Updated sscanf usage in examples to work for all versions
2025-04-09 18:27:58 +05:30
Jiang Jiang Jian
6897a7bf40
Merge branch 'ci/add_test_for_ecos_wifi_enterprise_v54' into 'release/v5.4'
...
ci(c2/c3): add major eco version tests(v5.4)
See merge request espressif/esp-idf!37808
2025-04-07 13:52:43 +08:00
Rahul Tank
20f902c953
fix(nimble): Keep only BLE_GAP_EVENT_CONNECT gap event
2025-03-27 10:01:17 +05:30
luaijun
c8508e992f
ci(c2/c3): add major eco version tests
2025-03-19 18:40:21 +08:00
Astha Verma
fbcdf56981
docs: Updated README.md by removing unclear lines
2025-02-05 11:54:58 +05:30
Rahul Tank
fc3ecc2527
fix(nimble): Corrected link_estab event handling parameters
2025-01-07 16:23:17 +05:30
Sumeet Singh
53a064274f
feat(nimble): Added support for EATT Credit Based Flow Control Mode
2024-12-02 21:04:58 +08:00
Shen Weilong
bf52e37fa8
feat(ble): added ble support on esp32c61
2024-09-14 12:22:04 +08:00
Rahul Tank
61aae40313
feat(nimble): BLE_GAP_EVENT_LINK_ESTAB event to ensure link established
2024-08-21 13:07:46 +05:30
Rahul Tank
f03c3ed43e
feat(nimble): Add support to allow connection during scanning
2024-08-20 10:05:14 +05:30
Shen Weilong
777b48a494
feat(ble): support ble on esp32c5
2024-07-23 20:12:43 +08:00
Rahul Tank
d42fa84973
fix(nimble): Update menuconfig option to consider 5.0 support
2024-07-10 13:48:00 +05:30
Rahul Tank
90960d58c6
feat(nimble): Revert support for Enhanced ATT "
...
This reverts commit f265e50ca0 .
2024-05-29 12:39:25 +05:30
Sumeet Singh
f265e50ca0
feat(nimble): Added support for Enhanced ATT or ATT over Enhanced L2CAP Credit Based Flow Control Mode
2024-05-17 12:27:32 +05:30
cjin
af94db4934
fix(ble): fix ci ble powe save test addresss error
2024-03-20 14:12:59 +08:00
cjin
9533df5c39
feat(ble): added pytest for ble power save example
2024-01-19 17:23:35 +08:00
Fu Hanxi
4dbf8c8948
ci: remove ttfw related files
2023-10-16 10:23:09 +02:00
Ivan Grokhotkov
6d87100a70
feat(examples): add local components via idf_component.yml
...
Specifying all the dependencies (managed and local) in the manifest
makes it easier for users to see every component the example
depends on.
2023-09-19 10:38:24 +02:00
darshan
6a38d80498
doc(nimble): Added tutorial for the blecent example.
2023-08-22 12:26:30 +05:30
Rahul Tank
09dd6237ae
fix(nimble): Add API to send pcl set rssi vsc
2023-08-17 12:37:00 +05:30
Rahul Tank
f907c22ea8
docs(nimble): Update Kconfig help section for Example Ext Adv
2023-07-18 16:07:24 +05:30
Rahul Tank
b926bf5048
fix (nimble): Fix data type of power level and delta to handle negative values
2023-07-10 15:50:01 +05:30
Rahul Tank
1268530ace
Merge branch 'feature/add_support_pcl_vsc' into 'master'
...
fix(Nimble): Add VSC / VSE handling code and structure for PCL Set RSSI
See merge request espressif/esp-idf!24181
2023-07-05 15:33:43 +08:00
Rahul Tank
6eb1a8f51f
fix (Nimble): Add PCL Set RSSI VSC and example code for its usage
...
This adds API to send a vs hci command and an event to handle vs hci events
Also added information for Set RSSI VSC for Power control.
2023-06-30 12:26:56 +05:30