Rahul Tank
|
2476315a3b
|
fix(nimble): Handle memory leak in callout deinit
|
2024-03-07 11:14:40 +05:30 |
|
Rahul Tank
|
391c3a1ce9
|
Merge branch 'bugfix/addr_resol_for_esp32_v5.2' into 'release/v5.2'
fix(nimble): Added the check to prevent address resolution in case of identity addr for esp32(v5.2)
See merge request espressif/esp-idf!29333
|
2024-03-07 11:52:39 +08:00 |
|
Rahul Tank
|
94bec845ea
|
Merge branch 'bugfix/increase_reattempt_conn_count_v5.2' into 'release/v5.2'
fix(nimble): Increase range of reattempt connection count (v5.2)
See merge request espressif/esp-idf!29340
|
2024-03-06 22:54:03 +08:00 |
|
Abhinav Kudnar
|
a92b18c37e
|
fix(nimble): Added check to prevent addr resolution for identity addr
|
2024-03-06 20:22:15 +05:30 |
|
Rahul Tank
|
c410322070
|
fix(nimble): Increase range of reattempt connection count
|
2024-02-29 15:57:28 +05:30 |
|
Darshan Dobariya
|
80a1f5e18c
|
fix(nimble): Fix compilation issue in nimble for -O2 flag (v5.2)
|
2024-02-22 21:36:12 +05:30 |
|
Rahul Tank
|
e6d7705a67
|
fix(nimble): update variable name to avoid using keyword (v5.2)
|
2024-02-21 23:40:18 +05:30 |
|
Roshan Bangar
|
821185d6ec
|
fix(nimble): fixed missing controller disabled guard in esp_nimble_deinit
|
2024-02-21 16:59:58 +05:30 |
|
Sumeet Singh
|
2e1e17524e
|
fix(nimble): message to be signed is corrected in signed write (v5.2)
|
2024-02-21 11:45:55 +05:30 |
|
Darshan Dobariya
|
d9de786520
|
feat(nimble): Authorize or deauthorize a BLE device for a connection (v5.2)
|
2024-02-19 16:27:45 +05:30 |
|
Sumeet Singh
|
d9561b8fc7
|
fix(nimble): Out of order messages during SMP causing DOS vulerability (v5.2)
|
2024-02-19 09:27:55 +05:30 |
|
Rahul Tank
|
bc3dcdfc0d
|
fix(nimble): Merge hci_common.h file for all chips
|
2024-02-19 09:27:09 +05:30 |
|
Roshan Bangar
|
012506114e
|
feat(nimble): Nimble Host only mode over uart
|
2024-02-19 09:26:34 +05:30 |
|
SumeetSingh19
|
e23a61a47a
|
feat(nimble): client presentation and aggregate format descriptor support
|
2024-02-19 09:24:34 +05:30 |
|
SumeetSingh19
|
c0f48a19fc
|
feat(nimble): signed write support
|
2024-02-19 09:24:30 +05:30 |
|
SumeetSingh19
|
7d6f5fa71d
|
feat(nimble): additional AD types for advertisements
|
2024-02-19 09:24:26 +05:30 |
|
SumeetSingh19
|
16acdf1bbb
|
feat(nimble): authorization permission on gatt read and write
|
2024-02-19 09:24:21 +05:30 |
|
SumeetSingh19
|
e16882f0cd
|
fix(nimble): allow auto connection and observer role
|
2024-02-19 09:24:14 +05:30 |
|
Darshan Dobariya
|
6ce28ee59b
|
fix(nimble): Added support for address resolution during inquiry.
|
2024-02-16 20:51:24 +05:30 |
|
Roshan Bangar
|
c1efc55584
|
feat(nimble): Gatt caching support
|
2024-02-16 18:15:56 +05:30 |
|
Rahul Tank
|
600bd44c72
|
fix(nimble): Remove unwanted task lock check when HS_DEBUG is enabled
|
2024-02-16 15:33:24 +05:30 |
|
Rahul Tank
|
71932c99fc
|
fix(nimble): Support for reattempt connection in ext connect
|
2024-02-16 11:32:15 +05:30 |
|
Rahul Tank
|
586862e9b2
|
fix(nimble): Enable address resolution across reboot
|
2024-01-02 14:03:29 +05:30 |
|
Rahul Tank
|
9b50d7d60f
|
fix(nimble): Handled race condition for conn variables being set to NULL
|
2023-12-28 15:11:56 +05:30 |
|
Roshan Bangar
|
962b105be5
|
fix(nimble): Added periodic_adv_enh soc_caps for c2, h2
|
2023-12-26 10:09:12 +05:30 |
|
Rahul Tank
|
ce6b508c4f
|
fix(nimble): Add VSC support for setting chan select algo
|
2023-12-26 10:08:52 +05:30 |
|
Roshan Bangar
|
a58af467fc
|
feat(nimble): added HID over Gatt profile support
|
2023-12-20 09:58:26 +05:30 |
|
Rahul Tank
|
f8736aed36
|
fix(nimble): Added change to return success for API execution
|
2023-12-07 09:40:12 +05:30 |
|
Darshan Dobariya
|
7cdddd47aa
|
fix(nimble): Fixed authcomplete failure caused by a mismatch in the c1 value (v5.2)
|
2023-12-05 14:22:42 +05:30 |
|
Abhinav Kudnar
|
fb4e56e9a3
|
fix(nimble): Handled the deletion of RPA mapping.
|
2023-12-01 17:54:11 +05:30 |
|
Rahul Tank
|
99a923fa0f
|
fix(nimble): Add support for VSC to clear legacy adv memory
Legacy adv does not have an API for clear adv memory in controller.
Added VSC for same.
|
2023-11-30 09:10:06 +05:30 |
|
Roshan Bangar
|
1437d00487
|
fix(nimble): Handled invalid write on year value in Current Time Service
|
2023-11-29 09:49:53 +05:30 |
|
Rahul Tank
|
8150abfb67
|
fix(nimble): Fix the parameters in duplicate exception list vsc command
|
2023-11-27 08:52:27 +05:30 |
|
Rahul Tank
|
634ce1e425
|
fix(nimble): Fix dangling pointer error during compilation
|
2023-11-26 12:36:26 +05:30 |
|
darshan
|
80f3916f0f
|
fix(nimble): Fixed ble_gap_unpair_oldest_peer to prevent writing to invalid memory
|
2023-11-23 10:54:31 +05:30 |
|
darshan
|
fb6ba3f337
|
feat(nimble): Added API to retrieve the size of the controller's white list (v5.2)
|
2023-11-21 12:34:55 +05:30 |
|
Rahul Tank
|
600c7c8828
|
fix(nimble): Fixed issue of incorrect IRK being set
|
2023-11-20 08:21:50 +05:30 |
|
Rahul Tank
|
78784a60c0
|
fix(nimble): Generate a new unique Local IRK for each chip
|
2023-11-14 10:38:25 +05:30 |
|
Abhinav Kudnar
|
c56f226e51
|
fix(nimble): Handled IRK/LTK deletion based on key availability
|
2023-11-11 11:43:12 +05:30 |
|
Rahul Tank
|
db5e8805ed
|
fix(nimble): Initate pairing if encryption fails with reason no pin or key missing
|
2023-11-09 11:49:51 +05:30 |
|
Rahul Tank
|
e9df6d89af
|
fix(nimble): Added check to validate allowed random address
|
2023-11-04 09:17:03 +05:30 |
|
Jiang Jiang Jian
|
bfa65bfd0d
|
Merge branch 'bugfix/remove_iram_attr_from_ceva_files_v5.2' into 'release/v5.2'
fix(nimble): remove IRAM_ATTR from npl_os_freertos.c file (v5.2)
See merge request espressif/esp-idf!26838
|
2023-11-03 20:57:13 +08:00 |
|
Rahul Tank
|
e758c819d9
|
fix(nimble): remove IRAM_ATTR from npl_os_freertos.c file
|
2023-11-01 17:36:44 +05:30 |
|
cjin
|
20ca1c0dfa
|
change(ble): added option for msys buffer source
|
2023-11-01 17:25:09 +08:00 |
|
linruihao
|
11efe6ecdc
|
fix(esp_coex): Fix dependency errors in coexist configuration
|
2023-10-16 11:44:23 +08:00 |
|
Rahul Tank
|
511dbaa784
|
fix(nimble): Fix compilation issues when max bonds or cccd is set to 0
|
2023-10-04 16:48:26 +05:30 |
|
Rahul Tank
|
55767ea855
|
remove(nimble): Removed unused coex header inclusion
|
2023-09-21 15:32:06 +05:30 |
|
Rahul Tank
|
55323ed437
|
fix(nimble): Add event for reattempt connection count information
|
2023-09-20 08:25:20 +05:30 |
|
Rahul Tank
|
54f1ad4a7f
|
feat(nimble): Added SBOM manifest file for SPDX file generation
|
2023-09-13 09:59:35 +05:30 |
|
Abhinav Kudnar
|
9a73cfc54c
|
fix(nimble): Handled error return value while removing RPA list from controller
|
2023-09-07 19:48:34 +05:30 |
|