Darshan Dobariya
|
97934f52ea
|
fix(nimble): Added support for address resolution during inquiry (v4.4)
|
2024-01-17 11:51:05 +05:30 |
|
Rahul Tank
|
5b644edfd4
|
fix(nimble): Remove unwanted task lock check when HS_DEBUG is enabled
|
2024-01-11 17:32:17 +05:30 |
|
Rahul Tank
|
517a2c5132
|
fix(nimble): Support for reattempt connection in ext connect
|
2024-01-05 16:45:58 +05:30 |
|
Darshan Dobariya
|
78f44f115d
|
fix(nimble): Fixed authcomplete failure caused by a mismatch in the c1 value (v4.4)
|
2023-12-07 14:06:12 +05:30 |
|
Abhinav Kudnar
|
254cf65464
|
fix(nimble): Handled IRK/LTK deletion based on key availability
|
2023-12-02 03:18:01 +05:30 |
|
darshan
|
b34d4825d3
|
fix(nimble): Fixed incorrect handling of bonded devices (v4.4)
|
2023-11-28 10:29:38 +05:30 |
|
Rahul Tank
|
69f6838b4b
|
fix(nimble): Add event for reattempt connection count information
|
2023-09-29 10:08:08 +05:30 |
|
Rahul Tank
|
bf78b03cdc
|
fix(nimble): Fix for memory leak/optimization
|
2023-09-15 13:13:53 +05:30 |
|
Rahul Tank
|
183eab756b
|
fix(nimble): add flag to indicate 5.0 feature support
|
2023-09-05 11:21:22 +05:30 |
|
Rahul Tank
|
13afbeb7cb
|
feat(nimble): Added support for high duty adv interval
|
2023-08-25 10:36:31 +05:30 |
|
Rahul Tank
|
6d6a0eddc9
|
fix(nimble): Removed global min/max definition causing problems with other libraries
|
2023-08-23 11:15:50 +05:30 |
|
isha.pardikar@espressif.com
|
863fd0c9b7
|
fix(nimble): Added checks before accessing event pointers
|
2023-08-08 15:55:08 +05:30 |
|
Rahul Tank
|
190e4dee28
|
fix (nimble): Add check to set length only if data is valid in periodic adv
|
2023-08-03 14:51:30 +05:30 |
|
Rahul Tank
|
dd0a5c0c26
|
fix(nimble): Update connection type in reattempt connection code
Added change to set connection type correctly and clear array when it is
full in reattempt connection flow
|
2023-07-20 09:40:24 +05:30 |
|
Rahul Tank
|
15466cf14a
|
fix(Nimble): Add debug code to print HCI events information
Added debug prints to collect information about LE events and
subevents
|
2023-07-07 19:47:43 +05:30 |
|
Roshan Bangar
|
4258c409b0
|
fix(nimble): Fix assert due to controller event while stack deinit
|
2023-07-06 12:10:16 +05:30 |
|
Rahul Tank
|
6e8dd38cee
|
Nimble:Added change to expose addr resolution API outside stack_v4.4
|
2023-06-20 19:58:16 +05:30 |
|
isha.pardikar@espressif.com
|
04798f62ab
|
NimBLE: Added ble_gap_ext_adv_active() to check if extended advertising instance is active or not.
|
2023-05-03 14:44:28 +05:30 |
|
Rahul Tank
|
4b40662fad
|
Nimble: Added debug relate flag around debug code
|
2023-03-15 16:49:25 +05:30 |
|
Jiang Jiang Jian
|
bd54673f81
|
Merge branch 'doc/update_nimble_mesh_example_information_v4.4' into 'release/v4.4'
Nimble: Update Mesh example documentation (v4.4)
See merge request espressif/esp-idf!21579
|
2023-02-03 13:53:29 +08:00 |
|
Sumeet Singh
|
2a4fd41d9a
|
NimBLE: Fix incomplete clearing of peer_dev_rec
|
2023-01-11 16:24:50 +05:30 |
|
Rahul Tank
|
f1ee4f551d
|
Nimble: Update documentation to include distinction between upstream
mesh example and ESP-BLE-MESH
|
2022-12-13 12:56:17 +05:30 |
|
Rahul Tank
|
7c75d88da5
|
Nimble: Support maximum number of connections to 9 on ESP32-C3 and ESP32-S3
|
2022-12-11 18:17:25 +05:30 |
|
isha.pardikar@espressif.com
|
d927830b81
|
NimBLE: Fixed going for reattempt connection code
|
2022-12-05 14:36:48 +05:30 |
|
Rahul Tank
|
e7db4ff5ec
|
Nimble: Added check to deregister stack callback with controller during
stack deinit
|
2022-10-06 09:44:45 +05:30 |
|
Roshan Bangar
|
d2b1ea9ac1
|
Nimble : updated debug level for a print to avoid unwanted console log.
|
2022-09-15 15:24:53 +05:30 |
|
Rahul Tank
|
696760668a
|
Nimble: Fixed memory corruption introduced in reconnection attempt code
|
2022-08-25 04:54:02 +00:00 |
|
Rahul Tank
|
ec6155dff1
|
Nimble: Fixed memory leak while generating keypair using embedtls
|
2022-06-30 14:21:54 +05:30 |
|
Rahul Tank
|
9ddf575e42
|
Nimble: Sync sending Host Number of Completed Packets command
|
2022-06-21 16:40:59 +05:30 |
|
Onkar
|
d5151ac1f7
|
Bugfix/bond not saved properly after re-pairing
|
2022-05-30 22:39:58 +05:30 |
|
Rahul Tank
|
ae546316d3
|
Nimble: Check stack initialization status before executing stack command
Previous commit added checks in some functions that can be called
without stack initalization. Corrected such instances.
|
2022-02-22 10:26:43 +05:30 |
|
wangmengyang
|
bcd47fa0cc
|
component/bt/host/nimble: fixed memory leak due to timer not destroyed during NimBLE host start-stop
|
2021-12-21 12:31:42 +08:00 |
|
wangmengyang
|
9d67cd8ac6
|
[nimble]: clear timer handler during de-initialization
|
2021-11-22 11:17:23 +08:00 |
|
Rahul Tank
|
45bc50b2d2
|
NimBLE: Fixed wifi_prov_mgr crash after provisioning
See merge request espressif/esp-idf!15793
|
2021-11-17 18:37:20 +05:30 |
|
Rahul Tank
|
67bb97cbf3
|
Nimble: Removed Critical debug level from menuconfig, since it internally maps
to level Error.
|
2021-09-24 11:11:36 +05:30 |
|
Rahul Tank
|
1ad7d0dac4
|
Nimble: Check stack status before executing stack command
|
2021-09-21 12:41:45 +08:00 |
|
Rahul Tank
|
e81facd3e8
|
Nimble: Add fix for crash in esp_timer deletion
Added change in nimble submodule to handle crash in case of non-started
timer is attempted to be deleted.
|
2021-07-13 16:20:49 +08:00 |
|
Rahul Tank
|
3159ba1d5a
|
Add esp_timer_is_active function for Nimble stack to use esp_timer instead of FreeRTOS timer
|
2021-06-30 10:06:40 +05:30 |
|
“sonalipatil”
|
5175672050
|
Add support of NimBLE host to Blufi
Merges https://github.com/espressif/esp-idf/pull/6904
|
2021-06-28 19:53:33 +05:30 |
|
Mahavir Jain
|
f339506324
|
bt: use generic SPIRAM config option for memory alloc policy
|
2021-05-17 10:43:42 +00:00 |
|
Prasad Alatkar
|
03634ea64b
|
NimBLE: Update NimBLE submodule to reattempt conn and to fix vulnerability
* Add workaround to overcome connection establishment failure error.
* Fix vulnerability during public key exchange in secure connection
|
2021-05-13 19:10:19 +05:30 |
|
Prasad Alatkar
|
3dfcaee9bd
|
NimBLE: Add custom logging support and fix build error for broadcaster role
* Fix bug in nvs deletion of `ble_dev_record`.
|
2021-05-13 18:01:01 +08:00 |
|
Prasad Alatkar
|
7d4cfb6d53
|
NimBLE: Add max connection config option for ESP32C3
|
2021-04-20 02:41:58 +00:00 |
|
Jiang Jiang Jian
|
80d0f6c860
|
Merge branch 'nimble/add_error_prints_acl_buf' into 'master'
NimBLE: Add error prints for ACL buffer exhaustion in NPL
See merge request espressif/esp-idf!12665
|
2021-03-31 03:20:16 +00:00 |
|
Prasad Alatkar
|
b4861a11e6
|
NimBLE: Free AES context after use by calling mbedtls_free_aes
- Update NimBLE submodule to resolve issue observed while using mbedTLS as
crypto stack during security exchanges.
Closes BT-1435, BT-1434
|
2021-03-24 13:26:36 +00:00 |
|
Prasad Alatkar
|
5d80d551cf
|
NimBLE: Add error prints for ACL buffer exhaustion in NPL
|
2021-03-24 13:25:38 +00:00 |
|
Prasad Alatkar
|
f401e9716f
|
NimBLE: Support APIs for whitelist remove and set packet length in controller
|
2021-01-20 11:58:33 +05:30 |
|
Prasad Alatkar
|
f959028486
|
NimBLE: Fix host flow control in NimBLE porting layer.
- Register `ble_hs_flow_acl_free` callback in NimBLE porting layer.
|
2021-01-19 17:03:00 +05:30 |
|
Chinmay Chhajed
|
62225cc47a
|
NimBLE: BLE 5.0 related configuration changes
Added some changes like checking idf_target = BT_SOC_SUPPORT_5_0
and menuconfig option to enable/disable host based privacy.
|
2021-01-19 17:02:56 +05:30 |
|
Prasad Alatkar
|
8224aa69a2
|
NimBLE: Update NimBLE to latest 1.3.0 release
|
2021-01-15 16:57:29 +00:00 |
|