Zhang Hai Peng
|
4e6f18cfe2
|
fix(ble/bluedroid): fix build failure when some BLE features are disabled
(cherry picked from commit a29cd4ad5f)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2025-06-25 11:53:47 +08:00 |
|
Jiang Jiang Jian
|
5c6701aad0
|
Merge branch 'feat/reduce_bin_size_and_iram_for_ble_rom_code_v5.5' into 'release/v5.5'
feat(ble/controller): Reduce bin size and IRAM for BLE rom code on ESP32-C3 and ESP32-S3 (v5.5)
See merge request espressif/esp-idf!39453
|
2025-06-18 16:09:20 +08:00 |
|
Jiang Jiang Jian
|
8ac432ec0a
|
Merge branch 'fix/update_dfs_compensate_table_v5.5' into 'release/v5.5'
fix(esp_hw_support): update esp32 dfs table to make the timing drift always negative (v5.5)
See merge request espressif/esp-idf!39897
|
2025-06-18 00:40:23 +08:00 |
|
zhanghaipeng
|
4fd109860b
|
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(4713a69)
- Fixed double free exception during BLE init under low memory
|
2025-06-17 21:03:32 +08:00 |
|
zhiweijian
|
88f234f1ef
|
feat(ble/controller): Reduce bin size and IRAM for BLE rom code
|
2025-06-17 21:03:32 +08:00 |
|
luoxu
|
adc3a80381
|
feat(ble_mesh): update lib to f15b27e2d2
|
2025-06-17 14:39:14 +08:00 |
|
Luo Xu
|
e0f7f4e539
|
fix(ble_mesh): fixed issue with recv ntf before ccc done
(cherry picked from commit 224b7e158d)
Co-authored-by: luoxu <luoxu@espressif.com>
|
2025-06-17 14:39:14 +08:00 |
|
Luo Xu
|
42a3c9b024
|
fix(ble_mesh): fixed proxy server might send segment message with incorrect format
(cherry picked from commit 7738bca124)
Co-authored-by: luoxu <luoxu@espressif.com>
|
2025-06-17 14:39:14 +08:00 |
|
Luo Xu
|
a468bbcadd
|
feat(ble_mesh): support ble 50 for esp32c6 series chip
(cherry picked from commit d4cd6e5741)
Co-authored-by: luoxu <luoxu@espressif.com>
|
2025-06-17 14:39:14 +08:00 |
|
Jiang Jiang Jian
|
7b1cbb89e0
|
Merge branch 'bugfix/fix_blecibr25_119_v5.5' into 'release/v5.5'
fix(ble/bluedroid): Fixed extended adv restart failure during reconnection (v5.5)
See merge request espressif/esp-idf!39778
|
2025-06-17 14:34:03 +08:00 |
|
Jiang Jiang Jian
|
e17993b175
|
Merge branch 'fix/nimble_pr_issues_v5.5' into 'release/v5.5'
fix(nimble): Add fixes for compilation issues in nimble (v5.5)
See merge request espressif/esp-idf!39841
|
2025-06-17 14:31:10 +08:00 |
|
Jiang Jiang Jian
|
a644e9073e
|
Merge branch 'change/opt_hid_device_connect_description_v5.5' into 'release/v5.5'
docs(bt/bluedroid): Updated HID Device connect API description (v5.5)
See merge request espressif/esp-idf!39603
|
2025-06-17 14:21:18 +08:00 |
|
Jiang Jiang Jian
|
24e323685a
|
Merge branch 'change/ble_update_lib_20250606_v5.5' into 'release/v5.5'
change(ble): [AUTO_MR] 20250606 - Update ESP BLE Controller Lib (v5.5)
See merge request espressif/esp-idf!39740
|
2025-06-17 14:19:41 +08:00 |
|
Jiang Jiang Jian
|
7bbaba909f
|
Merge branch 'fix/ble_mesh_micellaneous_update_v5.5' into 'release/v5.5'
feat(ble_mesh): Fix/ble mesh micellaneous update (v5.5)
See merge request espressif/esp-idf!39465
|
2025-06-17 14:17:51 +08:00 |
|
Jiang Jiang Jian
|
624175fc01
|
Merge branch 'bugfix/fix_ble_smp_fail_0x82_v5.5' into 'release/v5.5'
Bugfix/fix ble smp fail 0x82 (v5.5)
See merge request espressif/esp-idf!39663
|
2025-06-17 14:08:19 +08:00 |
|
Jiang Jiang Jian
|
9a74093e98
|
Merge branch 'bugfix/fix_ble_crash_when_check_send_pkts_v5.5' into 'release/v5.5'
fix(ble/bluedroid): Fixed null pointer assert in l2c_link_check_send_pkts (v5.5)
See merge request espressif/esp-idf!39599
|
2025-06-17 14:05:04 +08:00 |
|
Jiang Jiang Jian
|
fa889bf5b6
|
Merge branch 'fix/ble_mesh_solic_tx_pdu_fix_v5.5' into 'release/v5.5'
fix(ble_mesh): fixed issues with proxy solic pdu adv (v5.5)
See merge request espressif/esp-idf!39528
|
2025-06-17 14:04:32 +08:00 |
|
Jiang Jiang Jian
|
c4747aae02
|
Merge branch 'feat/add_avrcp_init_state_event_v5.5' into 'release/v5.5'
feat(bt/bluedroid): Add events to indicate the initialization states of AVRCP(v5.5)
See merge request espressif/esp-idf!39534
|
2025-06-17 14:02:56 +08:00 |
|
Jiang Jiang Jian
|
0ea73a9273
|
Merge branch 'fix/incorrect_setting_of_sco_packet_type_mask_v5.5' into 'release/v5.5'
fix(bt): fixed incorrect mask was used to exclude sco packets (backport v5.5)
See merge request espressif/esp-idf!39499
|
2025-06-17 14:02:09 +08:00 |
|
Jiang Jiang Jian
|
80d191e797
|
Merge branch 'fix/ble_mesh_set_proxy_adv_param_failed_v5.5' into 'release/v5.5'
fix(ble_mesh): fixed the issue of incorrect proxy adv flag setting (v5.5)
See merge request espressif/esp-idf!39393
|
2025-06-17 14:00:41 +08:00 |
|
wuzhenghui
|
f4669e3377
|
change(bt): increase BTDM_MODEM_WAKE_UP_DELAY
|
2025-06-16 17:24:47 +08:00 |
|
Rahul Tank
|
59434db045
|
fix(nimble): Add fixes for compilation issues in nimble
1. Fix compile failures when CSFCS is 0
2. Wrap BLE service API with extern "C"
|
2025-06-16 12:57:36 +05:30 |
|
Island
|
e536aa670b
|
Merge branch 'bugfix/fix_few_nimble_issues_29052025_v5.5' into 'release/v5.5'
fix(nimble): Fix issues 29052025(v5.5)
See merge request espressif/esp-idf!39509
|
2025-06-16 11:01:08 +08:00 |
|
Island
|
fc71a8643e
|
Merge branch 'bugfix/fix_ble_scan_no_adv_report_when_connected_v5.5' into 'release/v5.5'
Fixed missing ADV reports after bonding and connection on ESP32-C3 and ESP32-S3 (v5.5)
See merge request espressif/esp-idf!39276
|
2025-06-13 19:00:26 +08:00 |
|
Island
|
0e585a2994
|
Merge branch 'bugfix/fix_send_delete_link_key_cmd_1_v5.5' into 'release/v5.5'
Bugfix/fix send delete link key cmd 1 (v5.5)
See merge request espressif/esp-idf!39446
|
2025-06-13 19:00:23 +08:00 |
|
Zhao Wei Liang
|
f5be149eb2
|
fix(ble): change the default ble cca thresh on ESP32-C2
(cherry picked from commit a10696d7e1)
Co-authored-by: cjin <jinchen@espressif.com>
|
2025-06-13 16:09:23 +08:00 |
|
Zhao Wei Liang
|
ccef14fad2
|
fix(ble): change the default ble cca thresh on ESP32-H2
(cherry picked from commit a2fab0ad60)
Co-authored-by: cjin <jinchen@espressif.com>
|
2025-06-13 16:09:23 +08:00 |
|
Zhao Wei Liang
|
bb8338b17a
|
fix(ble): change the default ble cca thresh on ESP32-C6
(cherry picked from commit 581521526b)
Co-authored-by: cjin <jinchen@espressif.com>
|
2025-06-13 16:09:23 +08:00 |
|
Zhao Wei Liang
|
53534bc5ce
|
fix(ble): change the default ble cca thresh on ESP32-C5
(cherry picked from commit c802176535)
Co-authored-by: cjin <jinchen@espressif.com>
|
2025-06-13 16:09:23 +08:00 |
|
Zhao Wei Liang
|
ec2f1c0023
|
fix(ble): fixed an occasional abnormal scanning stop issue on ESP32-C5
(cherry picked from commit 44d7fc43f6)
Co-authored-by: zwl <zhaoweiliang@espressif.com>
|
2025-06-13 16:09:23 +08:00 |
|
Zhao Wei Liang
|
5584880376
|
fix(ble): fixed an occasional assertion issue during sync on ESP32-C6
(cherry picked from commit 3c8ba488e0)
Co-authored-by: zwl <zhaoweiliang@espressif.com>
|
2025-06-13 16:09:23 +08:00 |
|
Zhao Wei Liang
|
ebdafe8e0c
|
change(ble): [AUTO_MR] Update lib_esp32c2 to 7f72c031
(cherry picked from commit 4be18a2469)
Co-authored-by: zwl <zhaoweiliang@espressif.com>
|
2025-06-13 16:09:23 +08:00 |
|
Zhao Wei Liang
|
addc2101dc
|
change(ble): [AUTO_MR] Update lib_esp32c6 to 35fe65f4
(cherry picked from commit 57c8d23800)
Co-authored-by: zwl <zhaoweiliang@espressif.com>
|
2025-06-13 16:09:23 +08:00 |
|
Zhao Wei Liang
|
6078213bcd
|
change(ble): [AUTO_MR] Update lib_esp32c5 to 35fe65f4
(cherry picked from commit dacaae746e)
Co-authored-by: zwl <zhaoweiliang@espressif.com>
|
2025-06-13 16:09:23 +08:00 |
|
Zhao Wei Liang
|
4869e83855
|
change(ble): [AUTO_MR] Update lib_esp32h2 to 35fe65f4
(cherry picked from commit dbf7835a6b)
Co-authored-by: zwl <zhaoweiliang@espressif.com>
|
2025-06-13 16:09:23 +08:00 |
|
chenjianhua
|
e22c523b55
|
feat(ble/bluedroid): Support anonymous address type for white list
|
2025-06-13 10:31:52 +08:00 |
|
chenjianhua
|
7c2734dc02
|
feat(ble/bluedroid): Add config for BLE vendor hci command and event
|
2025-06-13 10:31:52 +08:00 |
|
chenjianhua
|
9e7325a3d6
|
feat(ble/bluedroid): Support BLE vendor event reporting with params
|
2025-06-13 10:31:52 +08:00 |
|
Chen Jian Hua
|
29ba5469ef
|
fix(ble/bluedroid): Fixed extended adv restart failure during reconnection
(cherry picked from commit 6392180813)
Co-authored-by: chenjianhua <chenjianhua@espressif.com>
|
2025-06-13 10:31:52 +08:00 |
|
liqigan
|
20d66da972
|
docs(bt/bluedroid): Updated HID Device connect API description
Closes https://github.com/espressif/esp-idf/issues/16020
|
2025-06-13 07:07:35 +08:00 |
|
Rahul Tank
|
7cf59adc0c
|
fix(nimble): Add invocation for mempool_deinit
|
2025-06-11 10:51:44 +05:30 |
|
Rahul Tank
|
96b43c9797
|
fix(nimble): Added CI files for various configurations
|
2025-06-11 10:51:44 +05:30 |
|
Rahul Tank
|
168808248d
|
fix(nimble): Add chip dependancy flag for Flow control feature
|
2025-06-11 10:51:44 +05:30 |
|
Rahul Tank
|
fc72303490
|
fix(nimble): Add changes for coverity reported issue
|
2025-06-11 10:51:44 +05:30 |
|
Rahul Tank
|
6b74032d2e
|
fix(nimble): Add support for minimilistic builds
|
2025-06-11 10:51:44 +05:30 |
|
Zhang Hai Peng
|
f19263a97c
|
fix(ble/bluedroid): Fixed BLE SMP state machine inconsistency on disconnection
(cherry picked from commit 99121258d4)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2025-06-04 17:13:49 +08:00 |
|
Zhang Hai Peng
|
7f8290e911
|
feat(ble/bluedroid): Include SMP state in BLE status reporting
(cherry picked from commit de9a367f13)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2025-06-04 17:13:47 +08:00 |
|
Zhang Hai Peng
|
30859ceaff
|
fix(ble/bluedroid): Fixed null pointer assert in l2c_link_check_send_pkts
(cherry picked from commit 8150573012)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2025-06-03 12:13:42 +08:00 |
|
Zhou Xiao
|
a2cd564044
|
fix(ble): set timer handle to null after deletion
|
2025-05-30 22:37:55 +08:00 |
|
xiongweichao
|
4d83f1b8af
|
feat(bt/bluedroid): Add events to indicate the initialization states of AVRCP
|
2025-05-30 10:02:38 +08:00 |
|