Rahul Tank
|
2a985b3c65
|
fix(nimble): Fix compilation issues when CCCD is set to 0
|
2024-04-12 12:29:29 +05:30 |
|
Rahul Tank
|
38dd5acc71
|
fix(nimble): Fix for Vulnerability CVE_2024_24746
|
2024-04-11 20:00:49 +05:30 |
|
Rahul Tank
|
ea6520ee81
|
fix(nimble): Add support for data length change evt
|
2024-04-11 12:36:15 +05:30 |
|
Rahul Tank
|
8f175bf638
|
fix(nimble): Fix the size of num_packets in dtm event
|
2024-04-09 19:00:15 +05:30 |
|
Rahul Tank
|
ae152ca84e
|
fix(nimble): Remove extra code in reattempt connection
|
2024-04-05 21:36:27 +05:30 |
|
Rahul Tank
|
06d18ca0d6
|
fix(nimble): Change reconnection scheme
|
2024-04-01 16:06:55 +05:30 |
|
Rahul Tank
|
7310ab3589
|
fix(nimble): Handle auto connection flag for extended connect
|
2024-03-21 14:50:39 +05:30 |
|
Darshan Dobariya
|
c1c41a30ea
|
fix(nimble): Added support for deleting the oldest bonded device across reboot (v5.2)
|
2024-03-21 09:37:35 +05:30 |
|
Roshan Bangar
|
24e0a124a8
|
fix(nimble): Fix compilation issues and Minor enhancements to esp_hid
|
2024-03-20 13:34:19 +05:30 |
|
Roshan Bangar
|
d23ef4c6bd
|
fix(nimble): Fixed compilation issues on disabling security
|
2024-03-19 15:20:19 +05:30 |
|
Darshan Dobariya
|
4d4d86be51
|
fix(nimble): Added ble_host_rpa_enabled flag for address resoultion for esp32
|
2024-03-12 16:33:46 +05:30 |
|
Rahul Tank
|
74e4fbba06
|
fix(nimble): Address compilation errors when strict-prototype is enabled
|
2024-03-11 13:50:25 +05:30 |
|
Rahul Tank
|
259e2ba975
|
Merge branch 'bugfix/expose_baud_rate_in_menu_v5.2' into 'release/v5.2'
fix(nimble): Exposed the baud rate for hci uart in menuconfig (v5.2)
See merge request espressif/esp-idf!29488
|
2024-03-08 22:51:30 +08:00 |
|
Rahul Tank
|
1f8e365608
|
Merge branch 'bugfix/gap_connect_failed_with_0x0d_v5.2' into 'release/v5.2'
fix(nimble): Revise the help section for the Kconfig macro BLE_RPA_TIMEOUT (v5.2)
See merge request espressif/esp-idf!29492
|
2024-03-08 22:43:42 +08:00 |
|
Abhinav Kudnar
|
756efd4829
|
fix(nimble): Revise the help section for the Kconfig macro BLE_RPA_TIMEOUT
|
2024-03-08 11:35:34 +05:30 |
|
Roshan Bangar
|
d1ee48208f
|
fix(nimble): Exposed the baud rate for hci uart in menuconfig
|
2024-03-08 10:26:45 +05:30 |
|
Sumeet Singh
|
e5665a198a
|
feat(nimble): read multiple variable length characteristics (v5.2)
|
2024-03-07 19:48:21 +05:30 |
|
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 |
|