Island
66319fbcae
Merge branch 'feat/add_ble_spi_log_v5.0' into 'release/v5.0'
...
fix(ble/bluedroid): Support SPI log output options for HCI (v5.0)
See merge request espressif/esp-idf!37337
2025-02-27 20:18:07 +08:00
Wang Meng Yang
45acdc00ba
Merge branch 'feat/support_ble_debug_with_gpio_v5.0' into 'release/v5.0'
...
Support change HID task size by Kconfig in HID example (v5.0)
See merge request espressif/esp-idf!36995
2025-02-27 15:07:43 +08:00
Zhou Xiao
02e415448e
fix(ble): fix flushout and sync issues
2025-02-27 13:13:59 +08:00
zhanghaipeng
ae24c6e9b2
fix(ble/bluedroid): Added SPI output support for Bluedroid host log
2025-02-27 13:13:51 +08:00
zhanghaipeng
3cebdc731a
fix(ble/bluedroid): Support SPI log output options for HCI
2025-02-27 13:13:43 +08:00
zhanghaipeng
162331877c
fix(ble): Update bt lib for ESP32(2a2631f)
...
- Support ESP32 BLE GPIO DEBUG
2025-02-26 16:20:54 +08:00
Island
94adab5492
Merge branch 'bugfix/fix_ble_report_len_v5.0' into 'release/v5.0'
...
fix(ble/bluedroid): Fix adv data and scan rsp data not reported together in BLE active scan (v5.0)
See merge request espressif/esp-idf!37199
2025-02-26 14:11:51 +08:00
Zhang Hai Peng
358020ad8f
fix(ble/bluedroid): Don't log error on 16/128-bit UUID mixed descriptors
...
(cherry picked from commit fed1d41aa7170d8418dd126dd8e3b47a977b4aca)
Co-authored-by: Nebojša Cvetković <nebkat@gmail.com>
2025-02-23 17:48:47 +08:00
Zhang Hai Peng
ae6d5f8c29
fix(ble/bluedroid): Allow 0 length indications
...
(cherry picked from commit 9b5a52e2f784a50c0e4c1a422a2b3d22ce5e9998)
Co-authored-by: Nebojsa Cvetkovic <nebkat@gmail.com>
2025-02-23 17:48:28 +08:00
Zhang Hai Peng
e202883133
fix(ble/bluedroid): Fix adv data and scan rsp data not reported together in BLE active scan
...
(cherry picked from commit 7f2cedc0488fe30316b7c6a45be1c8933ad36952)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
2025-02-21 16:13:27 +08:00
Zhou Xiao
91d8d8ed11
feat(ble): add printf and write with timestamp interface for ble log spi out
...
(cherry picked from commit f8efa4cd80690579c0e4893d6c596f0cb2bacd7c)
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
2025-02-21 11:53:31 +08:00
Island
f0756ef7cd
Merge branch 'feat/improve_bt_log_spi_output_interface_v5.0' into 'release/v5.0'
...
Feat/improve bt log spi output interface (v5.0)
See merge request espressif/esp-idf!37133
2025-02-20 19:51:30 +08:00
Island
0364a68eee
Merge branch 'change/ble_update_lib_20250114_v5.0' into 'release/v5.0'
...
change(ble): [AUTO_MR] 20250114 - Update ESP BLE Controller Lib (v5.0)
See merge request espressif/esp-idf!36476
2025-02-20 14:48:07 +08:00
Jiang Jiang Jian
f299f69d04
Merge branch 'bugfix/sdp_uuid16_match_err_v5.0' into 'release/v5.0'
...
fix(bt): Fix the incorrect record found using uuid16 search(v5.0)
See merge request espressif/esp-idf!36853
2025-02-20 10:58:35 +08:00
Zhou Xiao
09eef742ea
feat(ble): improved ble log spi output interface to support multisource log
2025-02-20 10:34:27 +08:00
Zhou Xiao
06c6996a2c
feat(ble): support ble log spi out for ESP32-C3 and ESP32-S3
...
(cherry picked from commit e41f6195667fa2724d78c9b33a9894d91675b0d6)
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
2025-02-19 20:53:26 +08:00
Zhou Xiao
56e38729b1
feat(ble): support ble log spi out for ESP32
...
(cherry picked from commit e2fbec5d2e70bd0a7d3b2e5f5b5cc7a662157130)
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
2025-02-19 20:53:23 +08:00
Zhou Xiao
6bd2ef0083
change(ble): update ble log spi out config for ESP32-C2
...
(cherry picked from commit e4b698fc32249f3d30c6eba69de1d325fee71dee)
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
2025-02-19 20:53:21 +08:00
xiongweichao
dc7b0241ae
fix(bt): Fixed SDP record integrity check bug
2025-02-18 14:10:26 +08:00
xiongweichao
76da49327e
fix(bt/bluedroid): Fixed incorrect types of some variables in SDP
2025-02-18 14:10:26 +08:00
xiongweichao
559bcf1ec9
fix(bt): Fix incorrect type returned when searching SAP record
2025-02-18 14:10:26 +08:00
xiongweichao
bf9f271ca7
fix(bt): Fix the incorrect record found using uuid16 search
2025-02-18 14:10:26 +08:00
Zhou Xiao
3fcc64cc05
feat(ble): support enhanced controller log capabilities on ESP32-C2
...
(cherry picked from commit bbcb4a2e1f9c9bc13d59364d42c70bdf02ae14ef)
Co-authored-by: zwl <zhaoweiliang@espressif.com>
2025-02-18 10:22:43 +08:00
Astha Verma
8391e9a02b
fix(nimble): Handle nested locks when BT_NIMBLE_DEBUG enabled
2025-02-17 10:34:48 +05:30
Rahul Tank
85109aff8f
Merge branch 'fix/ble_issue_05022025_v5.0' into 'release/v5.0'
...
fix(nimble): Fix/ble issue 05022025 v5.0
See merge request espressif/esp-idf!36759
2025-02-17 12:58:35 +08:00
Island
10bebf8139
Merge branch 'feat/add_spi_output_v5.0' into 'release/v5.0'
...
Feat/add spi output (v5.0)
See merge request espressif/esp-idf!36952
2025-02-17 11:04:29 +08:00
Abhinav Kudnar
f7f91702b8
feat(nimble): Add offset in GATT server long read context
2025-02-15 20:28:36 +05:30
Rahul Tank
30116f0522
fix(nimble): Handle not sending disconnect event if connect was not sent
2025-02-15 20:27:56 +05:30
Astha Verma
698badd76a
fix(nimble): Added sync reattempt for periodic adv
2025-02-15 20:26:35 +05:30
Astha Verma
bcb9511858
fix(nimble): Handle NVS corruption due to incorrect security record
...
deletion
2025-02-15 20:25:55 +05:30
Rahul Tank
9297010c2e
fix(nimble): Fixed warnings with COMPILTER_WARN_WRITE_STRINGS set
2025-02-15 20:25:00 +05:30
Astha Verma
2b5d70b4cf
fix(nimble): Enhanced error handling by adding to print core error definitions
2025-02-15 20:22:41 +05:30
zhouxiao
0563abdd5e
change(ble): [AUTO_MR] Update lib_esp32c2 to 7b7ee440
2025-02-14 17:39:58 +08:00
Jiang Jiang Jian
5dbf151488
Merge branch 'change/ble_update_lib_20250103_v5.0' into 'release/v5.0'
...
change(ble): [AUTO_MR] 20250103 - Update ESP BLE Controller Lib (v5.0)
See merge request espressif/esp-idf!36369
2025-02-14 13:43:40 +08:00
Zhou Xiao
22bec7a569
feat(ble): add spi output interface for esp ble controller log
2025-02-14 12:18:31 +08:00
Zhou Xiao
11230d884a
feat(ble): support esp ble controller spi output interface for ESP32-C2
...
(cherry picked from commit 0b57f8ae875e52cfc816ebbb0eb1e7c7fb46cfad)
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
2025-02-14 11:53:23 +08:00
Island
8dde4f9233
Merge branch 'fix/blufi_example_mem_access_v5.0' into 'release/v5.0'
...
fix(ble/blufi): Fixed blufi example security issue (v5.0)
See merge request espressif/esp-idf!36160
2025-02-12 15:02:33 +08:00
Jiang Jiang Jian
30eba26e51
Merge branch 'bugfix/remove_unused_sco_state_v5.0' into 'release/v5.0'
...
Bugfix/remove unused sco state (v5.0)
See merge request espressif/esp-idf!36733
2025-02-12 14:00:57 +08:00
Zhou Xiao
79627f0151
fix(ble): fixed esp_ble_tx_power_set api issue on ESP32-C2
...
(cherry picked from commit 6a752eeb89a48ee5c1d5e07b8f2ea297ca1c268d)
Co-authored-by: zwl <zhaoweiliang@espressif.com>
2025-02-12 10:55:00 +08:00
Zhou Xiao
14b81fd066
change(ble): Update lib_esp32c2 to 2a00fb0b
...
(cherry picked from commit 7cd3fe6953ce455dcde3bc499d0f09a5c5cd57d7)
Co-authored-by: zhouxiao <zhouxiao@espressif.com>
2025-02-12 10:55:00 +08:00
zhanghaipeng
770f713e65
fix(ble): Update bt lib for ESP32(194dd63)
...
- Fix the issue where disconnection events were not reported as a slave.
- Enhance Access Address validation in compatibility mode.
2025-02-11 16:56:31 +08:00
gongyantao
bb039cc318
feat(bt): add vendor hci command and event to support test
...
- add afh related vendor hci command and event
- add vendor event mask command
2025-02-11 16:56:31 +08:00
linruihao
7db6f812af
feat(bt): add coexist scheme status support for bt page
2025-02-11 16:56:31 +08:00
Jin Cheng
13d598d50f
fix(bt/controller): fixed missing critical protections on linked-list structure of (e)SCO buffers
2025-02-11 16:56:31 +08:00
chenjianhua
01d9a716b9
fix(bt): Update bt lib for ESP32(ba6739f)
...
- Fixed assert in lld_evt.c at line 2353
- Fixed interrupt WDT when shutdown bt controller
- Added config for BLE vendor HCI QA command
- Added config for BLE channel assessment and ping procedure
2025-02-11 16:56:31 +08:00
zhanghaipeng
b5b9f9559e
docs(ble/bluedroid): Added BLE log when bond info was deleted
2025-02-11 14:17:03 +08:00
zhanghaipeng
d2d3ce7f0c
docs(ble/bluedroid): Optimize doc for registering BLE callback functions
2025-02-11 14:16:53 +08:00
zhanghaipeng
a4c4601e59
fix(ble/blufi): Fixed blufi example security issue
2025-02-11 14:16:43 +08:00
Jiang Jiang Jian
9659bb2d03
Merge branch 'feat/esp32_set_get_bt_lpclk_src_v5.0' into 'release/v5.0'
...
feat(ble): Added API to get/set low power clock source(v5.0)
See merge request espressif/esp-idf!36575
2025-02-11 11:34:04 +08:00
Rahul Tank
f9358b74f0
Merge branch 'bugfix/fix_scan_rsp_evt' into 'release/v5.0'
...
fix(nimble): Add support for missing legacy event type in report parsing (v5.0)
See merge request espressif/esp-idf!36782
2025-02-11 00:23:56 +08:00