Wang Meng Yang
abe7680142
Merge branch 'bugfix/bt_prio_err_in_dual_mode' into 'master'
...
fix(bt/controller): update libbtdm_app.a
Closes BTQABR2023-355 and BT-3931
See merge request espressif/esp-idf!38472
2025-04-18 14:41:57 +08:00
cjin
cb8ea7951c
feat(ble): support ble sleep using 136 kHz RC on ESP32-C5
2025-04-18 11:10:51 +08:00
cjin
73f1084bf8
feat(ble): support ble sleep using 136 kHz RC on ESP32-C2
2025-04-18 11:10:18 +08:00
Jin Cheng
b1ea7f7ae6
fix(bt/controller): update libbtdm_app.a
...
- fixed errors in the coexistance of ACL and SCO
- fixed dynamic priority config error in dual mode
2025-04-18 07:43:24 +08:00
Shen Weilong
a89916eef4
change(ble): [AUTO_MR] Update lib_esp32c6 to cd6ba0ec
2025-04-17 17:49:00 +08:00
Shen Weilong
86d9c61482
change(ble): [AUTO_MR] Update lib_esp32c5 to cd6ba0ec
2025-04-17 17:49:00 +08:00
Shen Weilong
d48cc9ce2a
change(ble): [AUTO_MR] Update lib_esp32h2 to cd6ba0ec
2025-04-17 17:48:59 +08:00
Abhinav Kudnar
99909899ea
fix(nimble): Fix sync handle assignment for pawr connection
2025-04-17 14:05:57 +08:00
Island
57fd051374
Merge branch 'change/ble_update_lib_20250414' into 'master'
...
change(ble): [AUTO_MR] 20250414 - Update ESP BLE Controller Lib
Closes BLERP-1742, BLERP-1743, BLERP-1744, BLERP-1745, BLERP-1746, BLERP-1748, BLERP-1750, BLERP-1751, BLERP-1752, BLERP-1736, BLERP-1730, BLERP-1725, BLERP-1738, and BLERP-1706
See merge request espressif/esp-idf!38386
2025-04-17 10:39:23 +08:00
Zhou Xiao
ece108c0bf
fix(ble): remove null pointer assert in npl event deinit
2025-04-16 14:36:48 +08:00
Zhou Xiao
7c3b9fa56f
change(ble): bugs fixed on spi ble log
...
* removed spi master in iram select for flash only firmware
* fixed memory issue in transaction init function
* fixed memory issue in transaction deinit function
2025-04-16 14:36:48 +08:00
cjin
a5c32a5fb7
feat(ble): support configurable rxbuf opt feat on ESP32-C5
2025-04-16 14:36:48 +08:00
cjin
5fbbec8655
feat(ble): support configurable rxbuf opt feat on ESP32-C6
2025-04-16 14:36:48 +08:00
cjin
4937d3c883
feat(ble): support configurable rxbuf opt feat on ESP32-H2
2025-04-16 14:36:48 +08:00
cjin
ce4e012c8b
feat(ble): use new section for ble sleep on ESP32-C2
2025-04-16 14:36:43 +08:00
Island
1edf45e3e8
Merge branch 'bugfix/fix_some_ble_bugs_250331_esp32c3' into 'master'
...
Fixed some BLE bugs 250331 on esp32c3
Closes BLERP-1682, BLERP-1713, BLERP-1714, BLERP-1715, BLERP-1716, BLERP-1717, BLERP-1718, BLERP-1720, BLERP-1719, BLERP-1721, BLERP-1712, BLERP-1723, BT-3474, BT-3319, BT-3431, and IDFCI-2586
See merge request espressif/esp-idf!38170
2025-04-15 15:28:58 +08:00
Zhou Xiao
09467baed0
change(ble): [AUTO_MR] Update lib_esp32c2 to fca2b9ea
2025-04-14 17:16:33 +08:00
Zhou Xiao
e2d1a5509e
change(ble): [AUTO_MR] Update lib_esp32c6 to 76549818
2025-04-14 17:16:33 +08:00
Zhou Xiao
18bffab9b4
change(ble): [AUTO_MR] Update lib_esp32c5 to 76549818
2025-04-14 17:16:33 +08:00
Zhou Xiao
c11bb1ddd0
change(ble): [AUTO_MR] Update lib_esp32h2 to 76549818
2025-04-14 17:16:33 +08:00
xiongweichao
e7a6d3298c
fix(bt): fixed spp not reporting write event
2025-04-14 15:42:41 +08:00
xiongweichao
4b5ccbe7f1
fix(bt): Fixed the issue with l2cap not using dynamic memory
2025-04-11 16:45:53 +08:00
xiongweichao
1f7658ed42
feat(bt): Added events for l2cap register and unregister vfs
2025-04-11 16:45:53 +08:00
Shreeyash
d4b60bbe3a
fix(nimble): Fix incorrect OTA address assignment
2025-04-10 16:50:45 +05:30
Rahul Tank
c5a53842d1
Merge branch 'bugfix/handle_missing_unlock' into 'master'
...
fix(nimble): Fixed one missing ble_hs_unlock()
See merge request espressif/esp-idf!38185
2025-04-09 13:23:05 +08:00
zhiweijian
eb647d10c6
feat(ble/bluedroid): Add sync_cte_type in creat_periodic_adv_sync function
2025-04-09 10:06:13 +08:00
zhiweijian
cf6135c990
fix(ble/bluedroid): Fixed BLE_FEAT_CREATE_SYNC_ENH define error in bluedroid host
2025-04-08 20:33:31 +08:00
Island
241afda29e
Merge branch 'bugfix/fix_ble_controller_only_error_if_hci_uart_enabled' into 'master'
...
fix(ble/controller): Fixed controller flash only bug if hci-uart is enabled
Closes BLERP-1696 and BLERP-1703
See merge request espressif/esp-idf!38001
2025-04-07 16:00:44 +08:00
Wang Meng Yang
5f3097f260
Merge branch 'feature/add_profile_stat' into 'master'
...
feat(bt): Add API to get profile status
Closes BTQABR2023-432
See merge request espressif/esp-idf!36854
2025-04-07 15:39:03 +08:00
Rahul Tank
49a35ff0b7
fix(nimble): Fixed one missing ble_hs_unlock()
2025-04-07 09:37:38 +05:30
chenjianhua
4602665e5d
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(a684dd5)
...
- Fixed clear legacy adv error when adv not exist
- Disable anonymous extended adv reporting
- Fixed BLE assert lld_adv.c 2992
- Fixed heap assert due to adv data buffer double freeing
- Fixed BLE 0x08 disconnect when the win size is greater than half of the conn interval
2025-04-03 18:11:18 +08:00
Rahul Tank
88cb3f7e7a
fix(nimble): Handle connection posting condition
2025-04-02 21:33:52 +05:30
Wang Meng Yang
dbe3c11105
Merge branch 'fix/some_issues_in_bt_controller' into 'master'
...
fix(bt): fixed some issues in bt controller
Closes BT-3982
See merge request espressif/esp-idf!38139
2025-04-02 09:25:37 +08:00
xiongweichao
1a6c9d7c15
feat(bt): Add API to get profile status
2025-04-01 16:14:19 +08:00
Rahul Tank
cc4fc21bfe
Merge branch 'bugfix/reattempt_sync_failed_unlock' into 'master'
...
fix(nimble): Added ble_hs_unlock for resync failed
Closes BLERP-1705
See merge request espressif/esp-idf!38085
2025-04-01 14:31:23 +08:00
Jiang Jiang Jian
96244e0849
Merge branch 'feature/bt_support_external_codec' into 'master'
...
feat(bt/bluedroid): Support external codec in Bluedroid HFP and A2DP
Closes BT-3937
See merge request espressif/esp-idf!36607
2025-04-01 10:34:23 +08:00
Island
8e52ac8590
Merge branch 'feat/support_blecrt_359' into 'master'
...
Support BLE vendor hci set rx sensie and max gain on esp32c3
Closes BLERP-1575
See merge request espressif/esp-idf!37062
2025-03-31 16:47:07 +08:00
gongyantao
231226c002
fix(bt): fixed some issues in bt controller
...
- add check for Wi-Fi channel
- fix the incorrect unit of duration_min in cpb tx
- recalculate the channel map when afh is enabled
- fix incorrect vendor event count causing an assertion failure
2025-03-31 14:49:58 +08:00
chenjianhua
8742bbe553
feat(bt): Update bt lib for ESP32-C3 and ESP32-S3(566c8e3)
...
- Support BLE vendor hci set RX sensitivity and AGC gain command
2025-03-31 11:23:54 +08:00
Island
f958eb7a4e
Merge branch 'bugfix/fix_coexqabr25_52' into 'master'
...
fix(bt/bluedroid): Fixed BLE connection active count getting
Closes BLERP-1583
See merge request espressif/esp-idf!37167
2025-03-31 11:20:32 +08:00
zhiweijian
1354037bc7
feat(ble/bluedroid): report cte_type in periodic adv report if CTE feature is enabled
2025-03-28 21:52:09 +08:00
zhiweijian
8012834e2b
fix(bt/controller): Fixed controller flash only bug if hci-uart is enabled
2025-03-28 21:52:09 +08:00
baohongde
f412cf458b
feat(coex): Support BR/EDR (e)SCO and Wi-Fi coexistence
2025-03-28 19:27:24 +08:00
linruihao
74fab3a7b1
refactor(bt/bluedroid): Refactor a2dp audio data path
...
- Refactor audio APIs, optimize audio data path, reduce memory copy operations
- Support using external codec in application layer
- The internal codec will not be compiled if not use
2025-03-28 14:13:20 +08:00
linruihao
eda7ea3f49
refactor(bt/bluedroid): Refactor hfp audio data path
...
- Refactor audio APIs, optimize audio data path, reduce memory copy operations
- Support using external codec in application layer
2025-03-28 14:13:20 +08:00
Island
21ca2378cb
Merge branch 'bugfix/fix_some_ble_bugs_2503' into 'master'
...
Bugfix/fix some ble bugs 2503
Closes BLERP-1678, BLERP-1679, BLERP-1680, BLERP-1681, BLERP-1683, BLERP-1685, and BLERP-1687
See merge request espressif/esp-idf!37930
2025-03-28 10:31:42 +08:00
Wang Meng Yang
fb0a087ded
Merge branch 'bugfix/sec_service_record_conn_fail' into 'master'
...
fix(bt/bluedroid): fix the issue of connection failure when initializing multiple profiles
See merge request espressif/esp-idf!38032
2025-03-28 07:43:35 +08:00
Astha Verma
31550bb7db
fix(nimble): Added ble_hs_unlock for resync failed
2025-03-27 18:22:17 +05:30
Island
16ba8f892d
Merge branch 'feature/add_vendor_ble_cmd_definitions' into 'master'
...
Feature/add vendor ble cmd definitions
Closes BLERP-1684 and BLERP-1661
See merge request espressif/esp-idf!37598
2025-03-27 17:06:15 +08:00
zhanghaipeng
55043e280a
feat(ble/bluedroid): Implement BLE channel map reading API
2025-03-27 17:00:16 +08:00