Sumeet Singh
4c30f20afb
feat(nimble): Update blecent example README.md with EATT documentation
2026-04-02 06:57:07 +05:30
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
700181eb1f
fix(nimble): Bugfixes for various issues
2026-02-16 11:35:20 +05:30
Shreeyash
35ca390a06
fix(nimble): Fix vulnerabilities in NimBLE examples
2026-02-06 18:48:32 +05:30
Rahul Tank
05aafb604d
feat(nimble): Add support for static passkey
2025-12-22 21:19:18 +05:30
xiongweichao
458913743e
fix(ble): fix ci power save test connection failure
2025-10-21 19:09:10 +08:00
Shreeyash
9226316bfc
fix(nimble): Restructure the table in README.md file
2025-09-25 12:24:42 +05:30
Astha Verma
0de8f8d891
fix(nimble): Added missing api in nimble which present in bluedroid
2025-08-19 12:32:03 +05:30
Shreeyash
83e66fda3b
fix(nimble): Add support to minimize ram consumption
2025-06-03 16:07:25 +05:30
Rahul Tank
613970487f
fix(nimble): Added CI files for various configurations
2025-05-28 20:01:41 +05:30
Rahul Tank
035560bda4
fix(nimble): Add support for minimilistic builds
2025-05-19 12:51:59 +05:30
Astha Verma
a201924ee8
fix(nimble): Added api's for fetching gatt cache data and for discovering included service
2025-05-12 12:07:58 +05:30
Sumeet Singh
d220557626
feat(nimble): Added some fixes for autopts testing (v5.2)
2025-05-08 19:42:46 +05:30
Rahul Tank
15a03a71a3
fix(nimble): Corrected structure field name usage in examples
2025-04-29 21:49:11 +05:30
luaijun
a4401e5256
ci(c2/c3): add major eco version tests(v5.2)
2025-04-18 11:22:25 +08:00
Rahul Tank
2b4939f49a
fix(nimble): Updated sscanf usage in examples to work for all versions
2025-04-09 18:30:40 +05:30
Rahul Tank
172e5a317a
fix(nimble): Keep only BLE_GAP_EVENT_CONNECT gap event
2025-02-28 13:14:41 +05:30
Rahul Tank
21cebc7df9
fix(nimble): Corrected link_estab event handling parameters
2024-12-19 16:00:46 +05:30
Sumeet Singh
d6d361ff7f
feat(nimble): Added support for EATT Credit Based Flow Control Mode
2024-12-16 15:11:58 +05:30
Rahul Tank
793f0b3b65
feat(nimble): BLE_GAP_EVENT_LINK_ESTAB event to ensure link established
2024-08-20 14:57:14 +05:30
Rahul Tank
a992ae6528
feat(nimble): Add support to allow connection during scanning
2024-08-16 15:06:35 +05:30
Rahul Tank
1e56879f9c
fix(nimble): Update menuconfig option to consider 5.0 support
2024-07-10 17:22:03 +05:30
cjin
50ea662fe0
fix(ble): fix ci ble powe save test addresss error
2024-03-25 15:59:26 +08:00
cjin
cf2c7a433d
feat(ble): added pytest for ble power save example
2024-01-22 10:45:27 +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
Rahul Tank
df2612d104
Nimble: Corrected conditional check during connection to handle failure case
2023-06-21 11:56:36 +05:30
Rahul Tank
7042eb7e64
Nimble: Removed files referring to old TTFW framework
2023-05-10 04:42:36 +00:00
Rahul Tank
1f92c349a2
Nimble: Add support to send power control event in registered callback
2023-05-02 12:14:23 +05:30
laokaiyao
bf2a7b2df6
esp32h4: removed esp32h4 related codes
2023-04-23 12:03:07 +00:00
laokaiyao
b16ed57b2e
esp32h4: removed esp32h4 related files
2023-04-23 12:03:07 +00:00
Rahul Tank
b9c7281079
Nimble:Updated nimble examples README to include chip information
2023-03-19 17:07:48 +05:30
Rahul Tank
d89736babf
Nimble: Update example configuration to enable ext adv feature only for BLE5.0 supported chips
2023-03-08 11:59:43 +05:30
Jiang Jiang Jian
60a7fe99f7
Merge branch 'bugfix/set_component_relative_path' into 'master'
...
Nimble: component path relative to IDF
Closes IDFGH-9429
See merge request espressif/esp-idf!22424
2023-02-28 19:46:30 +08:00
Rahul Tank
708e5f17cc
Nimble:Added power control API usage demo in blecent app
2023-02-22 11:36:11 +05:30
Leonardo Bispo
05a5dba7a4
component path relative to IDF
...
Change the component path to relative to the IDF as the build will fail if the example is moved from its folder.
(cherry picked from commit 4011f5ce595d114c69c46298088440a230eed937)
Signed-off-by: Rahul Tank <rahul.tank@espressif.com >
2023-02-20 10:09:18 +05:30
Sumeet Singh
3361718976
NimBLE: Added custom gatt server functionality
2023-02-02 17:07:28 +05:30
Rahul Tank
826495a145
Nimble: Added return value (success / failure ) to nimble_port_init
2023-01-31 12:01:02 +05:30
Rahul Tank
f2eebcb968
Nimble: Fix compilation issue for examples for esp32c6 and esp32h4
2023-01-16 13:12:14 +05:30
Shen Weilong
6e962ce8dd
Modify the readme files in example/bluetooth
2023-01-13 15:05:34 +08:00
shenweilong
93fc1bd05f
support ble on esp32c6
2023-01-04 11:10:10 +08:00
laokaiyao
8677216576
esp32h2: renaming esp32h2 to esp32h4
2022-11-08 17:05:33 +08:00
Rahul Tank
fe5d4e0f39
Nimble: Add LE Power CTRL changes
2022-10-27 16:30:44 +05:30
isha.pardikar@espressif.com
561d1cba1b
NimBLE : Init deinit nimble stack in a loop
2022-10-19 17:44:28 +05:30