Roshan Bangar
|
d2c4efae24
|
feat(nimble): Added periodic Adv Feature Updates in BLE 5.3
|
2024-07-12 18:41:02 +05:30 |
|
isha.pardikar@espressif.com
|
cdb3864e2c
|
NimBLE: Added support of encrypted advertising data
|
2024-07-11 15:07:21 +05:30 |
|
zhiweijian
|
0e504dbc90
|
fix(bt/nimble): split hci log in nimble
|
2024-07-09 17:38:40 +08:00 |
|
Rahul Tank
|
e5e63be1b8
|
Revert "fix(nimble): Added debug print to check for skipped adv report"
This reverts commit 69ad6bb5d1413bdbec77c3887d0db577453e0e40.
|
2024-07-05 18:10:27 +05:30 |
|
Rahul Tank
|
69ad6bb5d1
|
fix(nimble): Added debug print to check for skipped adv report
|
2024-07-01 15:34:05 +05:30 |
|
Rahul Tank
|
4f0a43e039
|
fix(nimble): Pass the correct cb arg during reconnection attempt
|
2024-06-25 08:35:34 +05:30 |
|
Rahul Tank
|
a0824ba73c
|
fix(nimble): Clear resource before re-starting advertising
|
2024-06-20 11:04:42 +05:30 |
|
Rahul Tank
|
1ab61d2d33
|
fix(nimble): Added change to handle extra memory for ext adv reattempt
|
2024-06-14 12:08:02 +05:30 |
|
Abhinav Kudnar
|
b9205a00af
|
fix(nimble): Added return code in ble_gap_unpair error logs
|
2024-06-06 10:15:38 +05:30 |
|
Rahul Tank
|
73fb760c8a
|
fix(nimble): Explicitly NULL assign adv data
|
2024-06-04 12:17:42 +05:30 |
|
zhiweijian
|
1c834a6e6e
|
feat(bt/nimble): support hci log for nimble
|
2024-06-03 09:53:15 +08:00 |
|
Rahul Tank
|
f6c564115b
|
fix(nimble): Use appendfrom to duplicate adv data
|
2024-06-01 20:32:18 +05:30 |
|
Rahul Tank
|
e049357001
|
fix(nimble): start advertising if disconnect due to 0x3E in slave
|
2024-05-29 15:40:52 +05:30 |
|
Abhinav Kudnar
|
b819382db2
|
feat(nimble): Added API to get resolve ADV data
|
2024-05-28 18:04:07 +08:00 |
|
Abhinav Kudnar
|
63b02c9273
|
feat(nimble): Added API to get local used address
|
2024-05-16 09:47:48 +05:30 |
|
Rahul Tank
|
377a24d319
|
fix(nimble): Create separate API to only extract cb info
|
2024-05-15 11:03:31 +05:30 |
|
Rahul Tank
|
c211aaeeaa
|
fix(nimble): Free controller memory if init fails
|
2024-05-09 12:26:04 +05:30 |
|
Rahul Tank
|
54f171ec5c
|
fix(nimble): Deselect MBEDTLS_ECP_RESTARTABLE when mbedTLS is used
|
2024-05-06 15:22:39 +05:30 |
|
Rahul Tank
|
6bdd4be339
|
fix(nimble): Expose API to set RPA Timeout
|
2024-04-23 11:58:43 +05:30 |
|
zhiweijian
|
c755433922
|
feat(bt/common): Add bluerooth hci layer data stream record
|
2024-04-13 15:44:27 +08:00 |
|
Rahul Tank
|
debefe9c70
|
fix(nimble): Fix compilation issues when CCCD is set to 0
|
2024-04-12 12:36:14 +05:30 |
|
Rahul Tank
|
6a10821296
|
fix(nimble): Fix for Vulnerability CVE_2024_24746
|
2024-04-11 20:02:49 +05:30 |
|
Rahul Tank
|
c34f7a95be
|
fix(nimble): Add support for data length change evt
|
2024-04-11 12:34:05 +05:30 |
|
Rahul Tank
|
5b5777f40c
|
fix(nimble): Fix the size of num_packets in dtm event
|
2024-04-09 19:02:48 +05:30 |
|
Rahul Tank
|
ff8f433583
|
fix(nimble): Remove extra code in reattempt connection
|
2024-04-05 22:03:14 +05:30 |
|
Rahul Tank
|
94bc0df521
|
feat(nimble): Add APIs to handle vs HCI commands and events
|
2024-04-02 15:22:57 +05:30 |
|
Rahul Tank
|
9ac19fbad6
|
fix(nimble): Change reconnection scheme
|
2024-04-01 17:23:29 +05:30 |
|
Darshan Dobariya
|
fd1c60b9f9
|
fix(nimble): Added support for deleting the oldest bonded device across reboot (v5.0)
|
2024-03-20 15:14:04 +05:30 |
|
Darshan Dobariya
|
a00e268c70
|
fix(nimble): Added ble_host_rpa_enabled flag for address resoultion for esp32 (v5.0)
|
2024-03-12 12:20:05 +05:30 |
|
Darshan Dobariya
|
5a0a8a2c82
|
feat(nimble): Authorize or deauthorize a BLE device for a connection (v5.0)
|
2024-03-11 10:24:01 +05:30 |
|
Rahul Tank
|
9f47994989
|
fix(nimble): Handle memory leak in callout deinit
|
2024-03-08 20:31:46 +05:30 |
|
Abhinav Kudnar
|
ff4004f977
|
fix(nimble): Revise the help section for the Kconfig macro BLE_RPA_TIMEOUT
|
2024-03-08 11:33:39 +05:30 |
|
Abhinav Kudnar
|
a3d5d1155b
|
fix(nimble): Added the check to prevent address resolution in case of identity addr for esp32
|
2024-03-05 14:50:20 +05:30 |
|
Rahul Tank
|
17de25948c
|
Merge branch 'bugfix/increase_reattempt_conn_count_v5.0' into 'release/v5.0'
fix(nimble): Increase range of reattempt connection count (v5.0)
See merge request espressif/esp-idf!29342
|
2024-03-04 19:44:44 +08:00 |
|
Rahul Tank
|
41a50ca5ce
|
fix(nimble): Increase range of reattempt connection count
|
2024-02-29 15:58:07 +05:30 |
|
Rahul Tank
|
effd2ededb
|
fix(nimble): Add adv interval min/max range check (v5.0)
|
2024-02-29 11:02:41 +05:30 |
|
Darshan Dobariya
|
9e34b224b1
|
fix(nimble): Fix compilation issue in nimble for -O2 flag
|
2024-02-27 13:54:50 +05:30 |
|
Sumeet Singh
|
a125c073a0
|
fix(nimble): Out of order messages during SMP causing DOS vulerability (v5.0)
|
2024-02-27 10:56:40 +05:30 |
|
Rahul Tank
|
3211fa200e
|
fix(nimble): Added API to get current stack operation status (v5.0)
|
2024-02-26 12:08:18 +05:30 |
|
Rahul Tank
|
b2778ec38d
|
feat(nimble): Add APIs to support BLE DTM functions
|
2024-02-07 15:20:51 +05:30 |
|
Darshan Dobariya
|
c5c3b5bfe8
|
fix(nimble): Added change to ensure that API execution returns success (v5.0)
|
2024-01-30 14:48:53 +05:30 |
|
Rahul Tank
|
18caeb919a
|
fix(nimble): Add minor debug fixes
|
2024-01-30 08:11:37 +05:30 |
|
Darshan Dobariya
|
c35c5adfb2
|
fix(nimble): Added support for address resolution during inquiry (v5.0)
|
2024-01-17 11:30:48 +05:30 |
|
Rahul Tank
|
f1fe837b23
|
fix(nimble): Support for reattempt connection in ext connect
|
2024-01-05 16:43:32 +05:30 |
|
Rahul Tank
|
61a772e5c0
|
fix(nimble): Handled race condition for conn variables being set to NULL(v5.0)
|
2023-12-28 15:20:15 +05:30 |
|
Darshan Dobariya
|
4d0c8e8a35
|
fix(nimble): Fixed authcomplete failure caused by a mismatch in the c1 value (v5.0)
|
2023-12-16 15:31:45 +05:30 |
|
Rahul Tank
|
83ebd694fa
|
fix(nimble): Added NULL peer addr check
|
2023-12-16 13:22:59 +05:30 |
|
Rahul Tank
|
259006a8c3
|
fix(nimble): Fix the parameters in duplicate exception list vsc command
|
2023-12-15 15:56:19 +05:30 |
|
Rahul Tank
|
d31cb0d0cd
|
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-12-14 17:41:19 +05:30 |
|
Abhinav Kudnar
|
2d14933dbc
|
fix(nimble): Handled IRK/LTK deletion based on key availability.
|
2023-12-07 13:47:16 +05:30 |
|