Sumeet Singh
8cedbc526c
fix(nimble): Add ATT Tx queue cleanup during link disconnection (v5.0)
2024-12-25 17:20:47 +05:30
Abhinav Kudnar
9340acfc4f
fix(nimble): Changing esp_rom_printf to ESP_LOGI when memory allocation fails
2024-12-20 21:47:12 +05:30
Rahul Tank
e5b60eb20b
Merge branch 'bugfix/fix_link_estab_param_v5.0' into 'release/v5.0'
...
fix(nimble): Corrected link_estab event handling parameters (v5.0)
See merge request espressif/esp-idf!35811
2024-12-21 00:09:58 +08:00
Jiang Jiang Jian
c37f469b46
Merge branch 'bugfix/fix_btqabr2023330_v5.0' into 'release/v5.0'
...
fix(bt): Fix error code returned by create_conn_cancel_cmd at different status (backport v5.0)
See merge request espressif/esp-idf!35573
2024-12-20 02:01:41 +08:00
Rahul Tank
972254c884
fix(nimble): Corrected link_estab event handling parameters
2024-12-19 15:58:54 +05:30
chenjianhua
d6942282e8
fix(bt/bluedroid): Fixed LE channel selection algorithm event reporting
2024-12-18 11:51:22 +08:00
Chen Jian Hua
5fe21ee66f
fix(bt/bluedroid): Fixed setting perfer conn params complete event report
...
(cherry picked from commit 4b352d1c4f3a669999ee6127fbc1c6c38bc81501)
Co-authored-by: xuzhekai <xuzhekai@espressif.com>
2024-12-18 11:33:16 +08:00
Island
94f3007db0
Merge branch 'bugfix/fix_blufi_prepare_write_v5.0' into 'release/v5.0'
...
fix(blufi): Fixed crash issue in Blufi example during prepare write operation (v5.0)
See merge request espressif/esp-idf!35713
2024-12-18 10:42:03 +08:00
Island
548ad60b8e
Merge branch 'bugfix/fix_ble_aa_zero_c3_s3_v5.0' into 'release/v5.0'
...
fix(bt/ble): Update esp32c3/s3 libbtdm_app.a (555b0a2) (v5.0)
See merge request espressif/esp-idf!35688
2024-12-18 10:41:58 +08:00
xiongweichao
7d340965dc
fix(bt): Fixed some controller bugs
...
- Fix epr not being initiated after authentication is completed
- Fixed the issue HCI_READ_CLOCK returned parameter in slot
- Fixed the missmatching of CLKN and FCNT after clock update
2024-12-17 20:38:48 +08:00
chenqingqing
1feb1eab58
fix(bt): Fix error code returned by create_conn_cancel_cmd at different status
...
- Closes https://github.com/espressif/esp-idf/issues/7763
2024-12-17 20:38:48 +08:00
Island
d0a52ca6de
Merge branch 'feat/support_some_vendor_hci_for_qa_v5.0' into 'release/v5.0'
...
fix(ble): fixed the connect issue when rx error aa on ESP32-C2 (v5.0)
See merge request espressif/esp-idf!35643
2024-12-17 16:49:20 +08:00
Zhang Hai Peng
1db0eddb97
fix(blufi): Fixed crash issue in Blufi example during prepare write operation
...
(cherry picked from commit 5acb9c9b5f889b1e6fa57c791e825dbc8c6326f7)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
2024-12-17 16:13:23 +08:00
xiongweichao
72cfdbe569
fix(ble): fixed that the resolvable private address does not change when light sleep is enabled
2024-12-17 10:48:14 +08:00
zhanghaipeng
64a5f4e20d
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(555b0a2)
...
- Check Access Address when receive connection request PDU
- Fix issue with BLE5.0 duplicate scan for chained packets
2024-12-17 10:47:55 +08:00
Island
57ef4c4965
Merge branch 'feat/support_bleqabr24_1539_v5.0' into 'release/v5.0'
...
feat(bt/bluedroid): Added config for saving BLE bonding keys to NVS (v5.0)
See merge request espressif/esp-idf!35600
2024-12-16 14:25:51 +08:00
Zhao Wei Liang
cd6a69ed01
fix(ble): fixed the connect issue when rx error aa on ESP32-C2
...
(cherry picked from commit 6b01a56e094e3220265c37fabfb42bade8417c2b)
Co-authored-by: zwl <zhaoweiliang@espressif.com>
2024-12-16 11:03:16 +08:00
Island
dddc60a0ee
Merge branch 'fix/ble_mesh_enable_high_duty_itvl_on_nimble_v5.0' into 'release/v5.0'
...
feat(ble_mesh): select BT_NIMBLE_HIGH_DUTY_ADV_ITVL when using random adv itvl (v5.0)
See merge request espressif/esp-idf!35595
2024-12-13 16:22:06 +08:00
Rahul Tank
cc57e36ee4
Merge branch 'bugfix/fix_vulnerability_v5.0' into 'release/v5.0'
...
fix(nimble): Fixes for security vulnerabilities reported in NimBLE (v5.0)
See merge request espressif/esp-idf!35503
2024-12-13 10:19:22 +08:00
Chen Jian Hua
87475cd99c
fix(bt/bluedroid): Fixed failure to get host status when host is not enabled
...
(cherry picked from commit 23455ea9c209c431a05bbaf8fed94335571cb713)
Co-authored-by: chenjianhua <chenjianhua@espressif.com>
2024-12-12 12:33:18 +08:00
Chen Jian Hua
0de7c62918
feat(bt/bluedroid): Added config for saving BLE bonding keys to NVS
...
(cherry picked from commit 6d1160b2e61a3e782699cb14fb0f70c05b121b30)
Co-authored-by: chenjianhua <chenjianhua@espressif.com>
2024-12-12 12:33:16 +08:00
Luo Xu
6c9f24b109
feat(ble_mesh): select BT_NIMBLE_HIGH_DUTY_ADV_ITVL
...
(cherry picked from commit 6faf0a59fdcf063d40fc1000a209341318131185)
Co-authored-by: luoxu <luoxu@espressif.com>
(cherry picked from commit a7622efd0c99dc069ada98d89bee8e253f8518f8)
Co-authored-by: Luo Xu <luoxu@espressif.com>
2024-12-12 12:23:17 +08:00
Island
bdfc959da2
Merge branch 'fix/ble_mesh_bugs_fixed_v5.0' into 'release/v5.0'
...
fix(ble_mesh): Miscellaneous update (v5.0)
See merge request espressif/esp-idf!35423
2024-12-12 10:53:33 +08:00
Island
f924f612cf
Merge branch 'bugfix/fix_hid_crash_v5.0' into 'release/v5.0'
...
fix(ble): Fix crash issue during logging (v5.0)
See merge request espressif/esp-idf!35507
2024-12-12 09:06:02 +08:00
Rahul Tank
882e739cc9
fix(nimble): Fixes for security vulnerabilities reported in NimBLE
2024-12-11 19:10:59 +05:30
luoxu
7e41682eb3
fix(ble_mesh): Miscellaneous update
2024-12-11 11:04:52 +08:00
Sumeet Singh
444cb8778a
feat(nimble): backport fixes for BLE 5.4 PTS Related Features and Fixes
2024-12-10 16:56:34 +05:30
Abhinav Kudnar
071f0f9a92
feat(nimble): Added PAwR support for nimble with IDF examples
2024-12-10 15:45:26 +05:30
Sumeet Singh
7b5a7a5401
fix(nimble): Added
...
1. Option to disable automatic discovery when receiving out-of-sync
2. Fixed bugs related to robust caching
2024-12-10 15:45:26 +05:30
Sumeet Singh
253b72254e
feat(nimble): Added ways to enable/disable some menuconfig options at runtime
2024-12-10 15:45:26 +05:30
Sumeet Singh
5c18ac288a
feat(nimble): Added option to disable automatically sending extra credits to peer
2024-12-10 15:45:26 +05:30
Sumeet Singh
ab7d0558d2
feat(nimble): Added support for persisting csf characteristic for bonded devices
2024-12-10 15:45:26 +05:30
Sumeet Singh
1355375592
feat(nimble): Added option in menuconfig to enable Secure Connections Only mode
2024-12-10 15:45:26 +05:30
Sumeet Singh
cfe927007b
fix(nimble): fix and enable connection subrating
2024-12-10 15:45:26 +05:30
Sumeet Singh
006a6b29f1
fix(nimble): Added option to enable code under Enhanced COC
2024-12-10 15:45:26 +05:30
Sumeet Singh
b7ace3d6c6
fix(nimble): Fixed Device Information and Scan Parameters service
2024-12-10 15:45:26 +05:30
Sumeet Singh
c240d55f6c
fix(nimble): Fixed encrypted advertisement data example
2024-12-10 15:45:26 +05:30
Sumeet Singh
c9337d120b
feat(nimble): Added LE GATT Security Levels Characteristic
2024-12-10 15:45:26 +05:30
Sumeet Singh
5d0009316a
feat(nimble): Added support for EATT Credit Based Flow Control Mode
2024-12-10 15:45:26 +05:30
Sumeet Singh
8997abe064
feat(nimble): read multiple variable length characteristics
2024-12-10 15:45:26 +05:30
Roshan Bangar
91578aafcf
feat(nimble): Gatt caching support
2024-12-10 15:45:26 +05:30
Roshan Bangar
0fd1300d50
feat(nimble): added HID over Gatt profile support
2024-12-10 15:45:26 +05:30
Roshan Bangar
5c7ae46538
feat(nimble): Added support for dynamic services
2024-12-10 15:45:26 +05:30
SumeetSingh19
ba6a2dbb42
feat(nimble): signed write support
2024-12-10 15:45:26 +05:30
SumeetSingh19
404c548ad1
fix(nimble): allow auto connection and observer role
2024-12-10 15:45:25 +05:30
Sumeet Singh
98e38a5d2a
NimBLE: Exposed macros used by GAP service to menuconfig
2024-12-10 15:44:56 +05:30
Zhang Hai Peng
00f6929123
fix(blufi): Fixed blufi init fail after deinit
...
(cherry picked from commit 7addb57ccd53576b40d3cfeb24c185036053f4b4)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
2024-12-09 17:45:19 +08:00
Rahul Tank
689c804eff
Merge branch 'fix/hci_err_code_def_v5.0' into 'release/v5.0'
...
fix(nimble): Added a function for printing HCI error definition (v5.0)
See merge request espressif/esp-idf!35205
2024-12-06 23:59:50 +08:00
Island
29013b4263
Merge branch 'bugfix/fix_ble_creat_conn_fail_enh_v5.0' into 'release/v5.0'
...
fix(ble/bluedroid): Fixed BLE create connection fail because of invalid own address type (v5.0)
See merge request espressif/esp-idf!35015
2024-12-06 15:49:32 +08:00
Wang Meng Yang
566ada5401
Merge branch 'bugfix/sdp_get_uuid_error_v5.0' into 'release/v5.0'
...
fix(bt/bluedroid): fixed issues introduced by byte alignment(v5.0)
See merge request espressif/esp-idf!35254
2024-12-06 15:14:29 +08:00