yangfeng
|
20c47f7191
|
docs(bt): update Classic Bluetooth api reference of HFP Client
|
2026-01-12 11:04:07 +08:00 |
|
yangfeng
|
9f17cbf831
|
docs(bt): update Classic Bluetooth api reference of HFP Define
|
2026-01-12 11:04:07 +08:00 |
|
yangfeng
|
b6b22e8c45
|
docs(bt): update Classic Bluetooth api reference of SPP
|
2026-01-12 11:04:07 +08:00 |
|
yangfeng
|
5e3ee4b25a
|
docs(bt): update Classic Bluetooth api reference of AVRCP
|
2026-01-12 11:04:07 +08:00 |
|
yangfeng
|
5345ed99ee
|
docs(bt): update Classic Bluetooth api reference of A2DP
|
2026-01-12 11:04:07 +08:00 |
|
yangfeng
|
cb7a1c5e8e
|
docs(bt): update Classic Bluetooth api reference of GAP
|
2026-01-12 11:04:06 +08:00 |
|
Jiang Jiang Jian
|
6b1fc7444e
|
Merge branch 'bugfix/btwt_dwell_timeout_bp5.2' into 'release/v5.2'
fix(wifi): esp32c2 disallow 40bw(backport v5.2)
See merge request espressif/esp-idf!44765
|
2026-01-09 19:37:17 +08:00 |
|
Jiang Jiang Jian
|
a0d869a0e3
|
Merge branch 'fix/fix_c6_rtc_periph_depends_on_top_v5.2' into 'release/v5.2'
fix(esp_hw_support): add dependency of the TOP domain to the RTC_PERIPH domain for esp32c6 (v5.2)
See merge request espressif/esp-idf!43386
|
2026-01-09 17:55:14 +08:00 |
|
Island
|
2ddc6f0a7c
|
Merge branch 'bugfix/fix_ble_security_issue_2025_v3_v5.2' into 'release/v5.2'
fix(ble/bluedroid): Fix type mismatch and length validation in HCI packet parser (v5.2)
See merge request espressif/esp-idf!44664
|
2026-01-09 10:24:00 +08:00 |
|
Rahul Tank
|
e9d8fcf8fc
|
Merge branch 'bugfix/fix_sending_packet_v5.2' into 'release/v5.2'
fix(nimble): Add packet sending change in case of controller only configuration (v5.2)
See merge request espressif/esp-idf!44903
|
2026-01-08 21:55:05 +05:30 |
|
Island
|
23c87f0da4
|
Merge branch 'feat/reduce_bluedroid_host_bin_v5.2' into 'release/v5.2'
feat/reduce bluedroid host bin size (v5.2)
See merge request espressif/esp-idf!44865
|
2026-01-08 14:21:05 +08:00 |
|
Rahul Tank
|
761eb5ea73
|
fix(nimble): Add packet sending change in case of controller only configuration
|
2026-01-08 10:30:39 +05:30 |
|
morris
|
1e3d602c4e
|
Merge branch 'fix/i2c_timeout_range_check_v5.2' into 'release/v5.2'
fix(i2c_master): Add i2c master timeout range check (v5.2)
See merge request espressif/esp-idf!44080
|
2026-01-08 10:30:22 +08:00 |
|
Roland Dobai
|
26d27ef03d
|
Merge branch 'fix/update_argument_file_readme_v5.2' into 'release/v5.2'
change(tools): Updated argument files with quotations in README.md (v5.2)
See merge request espressif/esp-idf!44876
|
2026-01-07 18:51:26 +01:00 |
|
Marek Fiala
|
b26f02cda5
|
change(tools): Updated argument files with quotations in README.md
|
2026-01-07 13:12:38 +01:00 |
|
Zhang Hai Peng
|
01d2833097
|
feat(examples/bluedroid): add BLE ACL latency measurement example
(cherry picked from commit 934970a06f)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2026-01-07 19:28:39 +08:00 |
|
zhanghaipeng
|
fb3549cc8c
|
feat(ble/bluedroid): add periodic advertising create sync retry mechanism
|
2026-01-07 19:28:39 +08:00 |
|
zhanghaipeng
|
23378c9507
|
fix(ble/hci): Fix OOB read in ble_adv_scan_combined example
|
2026-01-07 19:28:39 +08:00 |
|
Zhang Hai Peng
|
c9e745c14a
|
docs(ble): add flow diagrams to bluedroid BLE examples
(cherry picked from commit 051077835c)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2026-01-07 19:28:39 +08:00 |
|
Zhang Hai Peng
|
2f2bff559a
|
refactor(examples/bluedroid): Replace hardcoded ADV type values with macros
(cherry picked from commit fdeb5ad87a)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2026-01-07 19:28:39 +08:00 |
|
Zhang Hai Peng
|
9edc948ac5
|
fix(bt/osi): add NULL check in osi_mutex_free and osi_sem_free (IDFGH-16853)
(cherry picked from commit 8630040602)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2026-01-07 19:28:39 +08:00 |
|
Zhang Hai Peng
|
053ec9486f
|
fix(bt/bluedroid): fix UAF in bta_gattc_enqueue for search service command
(cherry picked from commit 6196298750)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2026-01-07 19:28:39 +08:00 |
|
Zhang Hai Peng
|
259c9500dd
|
feat(examples/bluedroid): Add BLE time interval conversion macros for better readability
Add macros to convert time values from milliseconds to BLE interval units:
- ESP_BLE_GAP_ADV_ITVL_MS: Convert advertising interval (0.625ms unit)
- ESP_BLE_GAP_SCAN_ITVL_MS: Convert scan interval (0.625ms unit)
- ESP_BLE_GAP_SCAN_WIN_MS: Convert scan window (0.625ms unit)
- ESP_BLE_GAP_CONN_ITVL_MS: Convert connection interval (1.25ms unit)
- ESP_BLE_GAP_PERIODIC_ADV_ITVL_MS: Convert periodic adv interval (1.25ms unit)
- ESP_BLE_GAP_SUPERVISION_TIMEOUT_MS: Convert supervision timeout (10ms unit)
(cherry picked from commit 7cd2f7b34d)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2026-01-07 19:28:39 +08:00 |
|
Zhang Hai Peng
|
b3fc8be0eb
|
feat(ble/bluedroid): Increase maximum notify/indication registration count
(cherry picked from commit b6aed7e1c8)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2026-01-07 19:28:39 +08:00 |
|
Zhang Hai Peng
|
b3e550826f
|
fix(ble/bluedroid): Fix multiple out-of-bounds read vulnerabilities in GATT PDU handlers
(cherry picked from commit 643d9c2387)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2026-01-07 19:28:39 +08:00 |
|
Zhang Hai Peng
|
44d1681c25
|
fix(ble/bluedroid): Fix out-of-bounds read in l2cble_process_sig_cmd
(cherry picked from commit 93cfbb8522)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2026-01-07 19:28:39 +08:00 |
|
Zhang Hai Peng
|
6ee39ea7ca
|
fix(ble/bluedroid): Fix integer underflow in gatt_process_read_by_type_rsp
(cherry picked from commit 597fc6e5c1)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2026-01-07 19:28:39 +08:00 |
|
Zhang Hai Peng
|
1db0698b0e
|
fix(bt): fix BLE security issue in controller and HCI packet parser
(cherry picked from commit a721e94a0f)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2026-01-07 19:28:39 +08:00 |
|
Zhang Hai Peng
|
11bae0a7c5
|
fix(ble/bluedroid): Added security check in example Bluedroid_GATT_Server
(cherry picked from commit a36bf7fe14)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2026-01-07 19:28:39 +08:00 |
|
zhiweijian
|
2f9ca91c58
|
fix(ble/bluedroid): Fixed bt buuld error
fix(ble/bluedroid): disable power management if bt is disabled
|
2026-01-07 19:21:48 +08:00 |
|
Zhi Wei Jian
|
d595e6a8ba
|
fix(ble/bluedroid): Fixed bluedroid host get white list size error
(cherry picked from commit f4dfd42725)
Co-authored-by: zhiweijian <zhiweijian@espressif.com>
|
2026-01-07 17:23:40 +08:00 |
|
Zhi Wei Jian
|
45ad962cb8
|
fix(ble/bluedroid): disable some member in tBTA_SYS_CB
(cherry picked from commit 280385acf4)
Co-authored-by: zhiweijian <zhiweijian@espressif.com>
|
2026-01-07 17:23:39 +08:00 |
|
Zhi Wei Jian
|
8f2b813768
|
fix(ble/bluedroid): optimize bluedroid host code
(cherry picked from commit 3b18da2bde)
Co-authored-by: zhiweijian <zhiweijian@espressif.com>
|
2026-01-07 17:23:38 +08:00 |
|
Zhi Wei Jian
|
e49a33ff4b
|
fix(ble/bluedroid): Add BLE_TOPOLOGY_CHECK
(cherry picked from commit 728c4c8a10)
Co-authored-by: zhiweijian <zhiweijian@espressif.com>
|
2026-01-07 17:23:37 +08:00 |
|
Zhi Wei Jian
|
ea973131b9
|
fix(ble/bluedroid): Fixed build error if scan is disabled
(cherry picked from commit dd10e3220b)
Co-authored-by: zhiweijian <zhiweijian@espressif.com>
|
2026-01-07 17:23:37 +08:00 |
|
Zhi Wei Jian
|
08b81a69d6
|
fix(ble/bluedroid): disable bluedroid background connection
(cherry picked from commit 1f5fa1e72b)
Co-authored-by: zhiweijian <zhiweijian@espressif.com>
|
2026-01-07 17:23:36 +08:00 |
|
Zhi Wei Jian
|
0ad656285b
|
fix(ble/bluedroid): change tGATT_BG_CONN_DEV to GATT_BG_CONN_DEV
(cherry picked from commit ac7812ef8d)
Co-authored-by: zhiweijian <zhiweijian@espressif.com>
|
2026-01-07 17:23:36 +08:00 |
|
Zhi Wei Jian
|
17c1a55c05
|
fix(ble/bluedroid): disable exception list if scan is not enabled
(cherry picked from commit ec6809611a)
Co-authored-by: zhiweijian <zhiweijian@espressif.com>
|
2026-01-07 17:23:36 +08:00 |
|
Zhi Wei Jian
|
f198560f30
|
fix(ble/bluedroid): disable vendor hci function
(cherry picked from commit 715184fa36)
Co-authored-by: zhiweijian <zhiweijian@espressif.com>
|
2026-01-07 17:23:35 +08:00 |
|
Zhi Wei Jian
|
bc7bac4753
|
fix(ble/bluedroid): Delete btm_ble_send_extended_scan_params
(cherry picked from commit 1174ad41a5)
Co-authored-by: zhiweijian <zhiweijian@espressif.com>
|
2026-01-07 17:23:35 +08:00 |
|
Zhi Wei Jian
|
a0d982e27f
|
fix(ble/bluedroid): change bluedroid scan callback name
(cherry picked from commit b9440efbe9)
Co-authored-by: zhiweijian <zhiweijian@espressif.com>
|
2026-01-07 17:23:34 +08:00 |
|
Zhi Wei Jian
|
3a1cc11ee2
|
fix(bluedroid): delete bluedroid gatt_listen
(cherry picked from commit db17c7cea3)
Co-authored-by: zhiweijian <zhiweijian@espressif.com>
|
2026-01-07 17:23:34 +08:00 |
|
Zhi Wei Jian
|
0f1649d684
|
fix(ble/bluedroid): Delete observe and inquiry
(cherry picked from commit 34448a7455)
Co-authored-by: zhiweijian <zhiweijian@espressif.com>
|
2026-01-07 17:23:33 +08:00 |
|
Zhi Wei Jian
|
1859c2f9a0
|
fix(ble/bluedroid): delete bluedroid unused code
(cherry picked from commit 5145b366f7)
Co-authored-by: zhiweijian <zhiweijian@espressif.com>
|
2026-01-07 17:23:28 +08:00 |
|
Zhi Wei Jian
|
ba34f83b8c
|
fix(ble/bluedroid): Delete batch_scan related code
(cherry picked from commit a784adef00)
Co-authored-by: zhiweijian <zhiweijian@espressif.com>
|
2026-01-07 17:23:27 +08:00 |
|
Zhi Wei Jian
|
d2569f7662
|
fix(ble/bluedroid): Delete BLE_HOST_SETUP_STORAGE_EN
(cherry picked from commit 08740df988)
Co-authored-by: zhiweijian <zhiweijian@espressif.com>
|
2026-01-07 17:23:27 +08:00 |
|
Zhi Wei Jian
|
f5f0e8cb65
|
fix(ble/bluedroid): Delete BLE_HOST_READ_TX_POWER_EN
(cherry picked from commit 1c0c48b814)
Co-authored-by: zhiweijian <zhiweijian@espressif.com>
|
2026-01-07 17:23:26 +08:00 |
|
Zhi Wei Jian
|
0bf3405884
|
fix(ble/bluedroid): Delete BLE_HOST_REMOVE_AN_ACL_EN
(cherry picked from commit 5a1a3b9eba)
Co-authored-by: zhiweijian <zhiweijian@espressif.com>
|
2026-01-07 17:23:26 +08:00 |
|
Zhi Wei Jian
|
ef379aff98
|
fix(ble/bluedroid): Delete BLE_HOST_REMOVE_ALL_ACL_EN
(cherry picked from commit ad04f39cf9)
Co-authored-by: zhiweijian <zhiweijian@espressif.com>
|
2026-01-07 17:23:26 +08:00 |
|
Zhi Wei Jian
|
3c064772b2
|
fix(ble/bluedroid): Delete BLE_HOST_EXECUTE_CBACK_EN
(cherry picked from commit 436fe484fe)
Co-authored-by: zhiweijian <zhiweijian@espressif.com>
|
2026-01-07 17:23:25 +08:00 |
|