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
Rahul Tank
240c346737
fix(nimble): Update example READMEs with correct console log information
2026-04-14 17:42:45 +05:30
Astha Verma
14447b4d69
fix(nimble): fix missing gatt caching header in examples
2026-03-31 12:33:12 +05:30
Rahul Tank
6092207676
feat(nimble): Added changes in examples to have code under flags
2026-03-12 10:43:44 +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
Shreeyash
5319914af2
fix(nimble): Fix vulnerabilities in NimBLE examples
2026-02-06 18:47:08 +05:30
Rahul Tank
7a979f3bde
fix(nimble): Add AD type macros in example
2026-01-14 10:54:26 +05:30
Rahul Tank
3591e526f0
fix(nimble): Address compilation issues in nimble examples
2025-10-30 11:37:18 +05:30
Astha Verma
2ad0cbb19a
fix(nimble): Added missing api in nimble which present in bluedroid
2025-08-22 12:21:50 +05:30
Astha Verma
8fecf4b1c2
fix(nimble): Added parameter in peer_init for included service allocation
2025-06-17 11:58:31 +05:30
Shreeyash
ba39a51377
fix(nimble): Add support to minimize ram consumption
2025-06-03 16:07:10 +05:30
Rahul Tank
03dfb8e411
fix(nimble): Add support for minimilistic builds
2025-05-19 12:48:32 +05:30
Sumeet Singh
cbeef453a8
feat(nimble): Added some fixes for autopts testing (v5.3)
2025-05-07 17:02:56 +05:30
Rahul Tank
0675f2be27
fix(nimble): Corrected structure field name usage in examples
2025-04-29 21:48:12 +05:30
Rahul Tank
517d3b1749
fix(nimble): Updated sscanf usage in examples to work for all versions
2025-04-09 18:29:44 +05:30
Rahul Tank
6515dc1d2e
fix(nimble): Keep only BLE_GAP_EVENT_CONNECT gap event
2025-02-23 15:11:27 +05:30
Rahul Tank
749d70e159
fix(nimble): Corrected link_estab event handling parameters
2024-12-19 16:04:25 +05:30
Rahul Tank
bbc5658f6b
feat(nimble): BLE_GAP_EVENT_LINK_ESTAB event to ensure link established
2024-09-04 20:07:50 +05:30
Rahul Tank
92e4100df1
feat(nimble): Add support to allow connection during scanning
2024-09-04 14:27:04 +05:30
Rahul Tank
e78cd20095
Merge branch 'bugfix/increase_timer_task_depth_v5.3' into 'release/v5.3'
...
fix(nimble): Increase Timer stack size for nimble application (v5.3)
See merge request espressif/esp-idf!32269
2024-07-25 17:38:21 +08:00
Rahul Tank
436b31be6e
fix(nimble): Increase Timer stack size for nimble application
2024-07-22 15:51:24 +05:30
Rahul Tank
f6974ab183
fix(nimble): Update menuconfig option to consider 5.0 support
2024-07-10 17:21:45 +05:30
Rahul Tank
843f48fb00
ci(nimble): Cleanup sdkconfig files
2023-11-21 11:52:11 +05:30
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
Rahul Tank
f907c22ea8
docs(nimble): Update Kconfig help section for Example Ext Adv
2023-07-18 16:07:24 +05:30
Rahul Tank
1ad891361f
Merge branch 'bugfix/handle_correct_return_value' into 'master'
...
Nimble: Corrected conditional check during connection to handle failure case
See merge request espressif/esp-idf!24047
2023-06-30 15:17:05 +08:00
Rahul Tank
0d5ce55e08
Nimble: Added Example Walkthrough tutorial for HTP example in nimble
2023-06-21 16:20:59 +05:30
Rahul Tank
df2612d104
Nimble: Corrected conditional check during connection to handle failure case
2023-06-21 11:56:36 +05:30
isha.pardikar@espressif.com
8c3ba9e2dc
NimBLE: Added health thermometer profile
2023-04-28 17:20:16 +05:30