Rahul Tank
85cc1ac74b
fix(nimble): Fix compilation issue for combination of Ext Adv and Reattempt conn flag
2024-12-30 10:14:07 +05:30
Rahul Tank
4babb3c380
fix(nimble): Add ATT Tx queue cleanup during link disconnection
2024-12-24 21:08:18 +05:30
Rahul Tank
f8ccb29d12
fix(nimble): Fix compilation issues when BLE_MAX_STORE_BOND is set to 0
2024-12-22 15:18:32 +05:30
Shreeyash
18fc8924ae
fix(nimble): Added a check for invalid offset
2024-12-22 11:56:11 +05:30
shreeyash
fb84cb1142
fix(nimble): Updated peer OTA address type
2024-12-21 21:16:35 +05:30
Astha Verma
15631363c6
fix(nimble): fix memory leak issue in Blufi example
2024-12-21 16:29:57 +05:30
Astha Verma
28e222fec3
fix(nimble): Updated function to print HCI opcode with error definition
2024-12-21 09:24:07 +05:30
Abhinav Kudnar
d1d3c6ae38
fix(nimble): Changing esp_rom_printf to ESP_LOGI when memory allocation fails
2024-12-20 21:43:29 +05:30
Rahul Tank
30f7fa5e0e
fix(nimble): Corrected link_estab event handling parameters
2024-12-19 12:27:09 +05:30
Rahul Tank
2c31596a3b
Merge branch 'fix/update_csfc_max_size' into 'master'
...
fix(nimble): Update CSFC max size to fix invalid NVS overflow event
Closes BLERP-1382
See merge request espressif/esp-idf!35514
2024-12-16 19:03:39 +08:00
Sumeet Singh
d681fb8949
fix(nimble): update csfc max size to max_bonds to fix invalid nvs overflow event
2024-12-09 16:00:16 +05:30
Rahul Tank
251dbf4447
fix(nimble): Fixes for security vulnerabilities reported in NimBLE
2024-12-07 08:05:11 +05:30
Astha Verma
556d7e3386
fix: Added a function for printing HCI error definition
2024-12-03 17:58:02 +05:30
Rahul Tank
2d1a2a7a7e
Merge branch 'bugfix/change_hci_cb_logging' into 'master'
...
fix(nimble): Replace ESP_LOG* with esp_rom_printf in controller context callback
Closes BLERP-1203 and BLERP-1250
See merge request espressif/esp-idf!34701
2024-12-02 18:22:01 +08:00
Abhinav Kudnar
2f7feb4249
feat(nimble): Added PAwR support for nimble with IDF examples
2024-11-28 12:34:56 +05:30
Sumeet Singh
6595118960
fix(nimble): Added
...
1. Option to disable automatic discovery when receiving out-of-sync
2. Fixed bugs related to robust caching
2024-11-28 12:33:30 +05:30
Sumeet Singh
a1b8657c07
feat(nimble): Added ways to enable/disable some menuconfig options at runtime
2024-11-28 12:33:30 +05:30
Sumeet Singh
c581c77b94
feat(nimble): Added option to disable automatically sending extra credits to peer
2024-11-28 12:33:30 +05:30
Sumeet Singh
ff7a122537
feat(nimble): Added support for persisting csf characteristic for bonded devices
2024-11-28 12:33:30 +05:30
Sumeet Singh
5a6e2f58ea
feat(nimble): Added option in menuconfig to enable Secure Connections Only mode
2024-11-28 12:33:30 +05:30
Sumeet Singh
badd84d3c5
fix(nimble): fix and enable connection subrating
2024-11-28 12:33:30 +05:30
Sumeet Singh
87e882e81d
fix(nimble): Added option to enable code under Enhanced COC
2024-11-28 12:33:30 +05:30
Sumeet Singh
45a1bb1384
fix(nimble): Fixed Device Information and Scan Parameters service
2024-11-28 12:33:30 +05:30
Sumeet Singh
e1bde9e1fc
fix(nimble): Fixed encrypted advertisement data example
2024-11-28 12:33:30 +05:30
Sumeet Singh
f1f8b040c1
feat(nimble): Added LE GATT Security Levels Characteristic
2024-11-28 12:33:30 +05:30
Sumeet Singh
24372fda60
feat(nimble): Added support for EATT Credit Based Flow Control Mode
2024-11-28 12:33:30 +05:30
Abhinav Kudnar
929f82427b
fix(nimble): Resolved watchdog due to memory exceed prints
2024-11-27 13:55:07 +05:30
Rahul Tank
f25d50b2f4
fix(nimble): Replace ESP_LOG* with esp_rom_printf in controller context callback
2024-11-19 17:38:24 +05:30
Abhinav Kudnar
f48e57a00d
fix(nimble): Nimble Error logs in case of memory overflow/failure
2024-11-18 17:39:20 +08:00
Abhinav Kudnar
6002db2fb9
fix(nimble): Removed min/max macro defination from os.h
...
Closes https://github.com/espressif/esp-idf/issues/14840
2024-11-14 19:06:14 +08:00
Shen Weilong
ccc2411191
feat(ble): Support for putting code in flash on ESP32-C2
2024-11-12 18:08:50 +08:00
Rahul Tank
42677a1556
fix(nimble): Adjust Data len time in case 5.0 support is not present
2024-10-14 20:49:33 +05:30
Island
2c67f086bd
Merge branch 'feat/ble_enable_direction_finding_feature_in_host_only' into 'master'
...
(feat):Enable direction finding feature in nimble host only mode.
See merge request espressif/esp-idf!34078
2024-10-12 20:36:37 +08:00
Rahul Tank
b12ea21f49
fix(nimble): Update sbom file to correct nimble version
2024-10-10 14:52:33 +05:30
GengYuchao
6f306e2dbd
feat: Enable direction finding feature in nimble host only mode
2024-10-10 15:30:01 +08:00
Abhinav Kudnar
26c514ffe7
fix(nimble): Fix the sequence of ll and host transport init
2024-10-06 06:04:19 +08:00
Rahul Tank
c87eb1719a
fix(nimble): Fix clang compilation issue
2024-09-21 19:17:52 +05:30
Rahul Tank
675fac1a6c
feat(nimble): Set data length after connection
2024-09-19 20:20:47 +05:30
Island
030470efa6
Merge branch 'ble_dev/esp32c61_chip_20240903' into 'master'
...
feat(ble): added ble support on esp32c61
Closes IDF-10360, IDF-10362, IDF-10363, and IDF-10365
See merge request espressif/esp-idf!33286
2024-09-18 11:17:58 +08:00
Rahul Tank
2113e99aeb
fix(nimble): Fix for coverity issues
2024-09-16 14:24:32 +05:30
Rahul Tank
2512588884
fix(nimble): De-register host cb in stack deinit
2024-09-16 10:35:47 +05:30
Shen Weilong
bf52e37fa8
feat(ble): added ble support on esp32c61
2024-09-14 12:22:04 +08:00
Rahul Tank
c7a238054a
feat(nimble): Add support for ext adv param v2 HCI command
2024-09-10 16:59:40 +05:30
shreeyash
215f95c110
fix(nimble): Make CCCD flags configurable
2024-09-04 17:53:21 +05:30
Rahul Tank
4d7489a8ff
fix(nimble): Corrected parameters assignment in per_adv_transfer_enable
2024-08-26 16:54:20 +05:30
Astha Verma
ef6f7ef528
fix(nimble): Added BT_HCI_LOG_INCLUDED macro according to nimble nomenclature
2024-08-24 11:02:32 +05:30
shreeyash
1ff60d5336
fix(nimble): Fixed blesmp getbondlist issue
2024-08-22 10:40:45 +05:30
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
Geng Yuchao
4a70ba9e7b
feat: update nimble submodule to support Bluetooth LE 5.1 Direction Finding featrue
2024-08-09 14:51:37 +08:00