Island
79f26ad603
Merge branch 'bugfix/fix_set_perfer_ext_conn_param' into 'master'
...
fix(bt/bluedroid): Fixed setting perfer conn params complete event report
Closes BLERP-1185
See merge request espressif/esp-idf!34648
2024-11-20 10:30:45 +08:00
Island
21acfc2855
Merge branch 'bugfix/fix_bleqabr24_1635' into 'master'
...
fix(bt/bluedroid): Fixed LE channel selection algorithm event reporting
Closes BLERP-1230
See merge request espressif/esp-idf!34850
2024-11-20 10:30:40 +08:00
Jin Cheng
2b334d1dfa
fix(bt/bluedroid): disconnect SDP connection on receiving incorrect response
2024-11-20 08:20:40 +08:00
Rahul Tank
f25d50b2f4
fix(nimble): Replace ESP_LOG* with esp_rom_printf in controller context callback
2024-11-19 17:38:24 +05:30
chenjianhua
cada39c3b5
fix(bt): Update bt lib for ESP32(c3082c4)
...
- Fixed BLE creating connection when the connection already exists
2024-11-19 17:39:00 +08:00
Rahul Tank
749cfa1c22
Merge branch 'bugfix/memory_issue' into 'master'
...
fix(nimble): Nimble Error logs in case of memory overflow/failure
Closes BLERP-839
See merge request espressif/esp-idf!31665
2024-11-19 17:03:29 +08:00
cjin
23f7e33a97
fix(ble): fix ble light sleep error on esp32c2
2024-11-19 14:19:23 +08:00
Island
f420609c33
Merge branch 'bugfix/fix_ble_creat_conn_fail_enh' into 'master'
...
fix(ble/bluedroid): Fixed BLE create connection fail because of invalid own address type
Closes BLERP-639
See merge request espressif/esp-idf!34895
2024-11-19 12:06:26 +08:00
xiongweichao
383bc035ce
fix(bt): Move esp_wifi_bt_power_domain_on/off to esp_phy_init.h
2024-11-19 10:12:37 +08:00
zhanghaipeng
b65f8a98bd
fix(ble/bluedroid): Fixed BLE create connection fail because of invalid own address type
2024-11-18 17:48:42 +08:00
Abhinav Kudnar
f48e57a00d
fix(nimble): Nimble Error logs in case of memory overflow/failure
2024-11-18 17:39:20 +08:00
Rahul Tank
393b7410a6
Merge branch 'feature/remove_min_max_def' into 'master'
...
fix(nimble): Removed min/max macro definition from os.h
Closes IDFGH-14017
See merge request espressif/esp-idf!34745
2024-11-18 17:05:42 +08:00
Wang Meng Yang
03b6436745
Merge branch 'bugfix/rx_invalid_cmd_err_code' into 'master'
...
fix(bt/bluedroid): Fixed the incorrect error code returned when receiving an invalid command
Closes BT-3899
See merge request espressif/esp-idf!34872
2024-11-18 16:43:54 +08:00
Li Shuai
8eea8a8ef3
change(esp_hw_support): update some modules sleep retention init dependency bitmap
2024-11-18 15:40:47 +08:00
Island
9f47024e78
Merge branch 'fix/ble_mesh_heartbeat_bug' into 'master'
...
fix(ble_mesh): fixed heartbeat issue
Closes BLERP-1241
See merge request espressif/esp-idf!34912
2024-11-15 16:23:20 +08:00
Jiang Jiang Jian
c014ced2f8
Merge branch 'bugfix/fix_classic_bt_build_fail' into 'master'
...
fix(bt/bluedroid): Fixed classic bt build fail when enable dynamic memory and disable BLE
Closes BT-3862
See merge request espressif/esp-idf!34921
2024-11-15 11:16:34 +08:00
zhanghaipeng
59d20e80d3
fix(bt/bluedroid): Fixed classic bt build fail when enable dynamic memory and disable BLE
2024-11-14 21:17:13 +08:00
luoxu
167cd4762b
fix(ble_mesh): fixed heartbeat issue
2024-11-14 19:38:20 +08:00
luoxu
74c847210d
feat(ble_mesh): Proxy Client/Server Coexists Support
2024-11-14 19:22:59 +08:00
Abhinav Kudnar
6002db2fb9
fix(nimble): Removed min/max macro defination from os.h
...
Closes https://github.com/espressif/esp-idf/issues/14840
2024-11-14 19:06:14 +08:00
Gao Xu
bbcfb35d67
Merge branch 'feat/h21_introduce_step1_target' into 'master'
...
feat(esp32h21): introduce target esp32h21 (stage 1/8) 😐
See merge request espressif/esp-idf!34542
2024-11-14 10:46:44 +08:00
xiongweichao
4b4a9a2174
fix(bt/bluedroid): Fixed the incorrect error code returned
...
when receiving an invalid command
2024-11-14 10:20:53 +08:00
chenjianhua
ef4679d8c4
fix(bt/bluedroid): Fixed LE channel selection algorithm event reporting
2024-11-12 19:34:37 +08:00
Shen Weilong
ccc2411191
feat(ble): Support for putting code in flash on ESP32-C2
2024-11-12 18:08:50 +08:00
gaoxu
64bbb53b8f
feat(esp32h21): introduce target esp32h21(stage 1)
2024-11-12 15:42:27 +08:00
Wang Meng Yang
7bc8b998a7
Merge branch 'bugfix/lmp_trans_collision' into 'master'
...
fix(bt/controller): Fixed some controller bugs on ESP32
Closes BTQABR2023-363 and BT-3577
See merge request espressif/esp-idf!34577
2024-11-11 15:19:27 +08:00
Island
87e4f63c77
Merge branch 'feature/ble_mesh_50_api_minimal' into 'master'
...
Feature/ble mesh 50 api minimal
Closes BLERP-1211 and BLERP-1212
See merge request espressif/esp-idf!31510
2024-11-11 14:22:31 +08:00
luoxu
a86bb375f7
feat(ble_mesh): Support BLE 5.0 for BLE Mesh
2024-11-08 14:17:52 +08:00
Jin Cheng
cfdefd3e03
fix(bt/controller): Fixed some controller bugs on ESP32
...
- Fixed wrong logic in handling sniff transaction collision at slave
side
- Fixed the issue ACL is stopped too early before eSCO
2024-11-08 12:53:56 +08:00
Wang Meng Yang
f0ab551348
Merge branch 'bugfix/fix_avrc_absolute_volume_compatibility' into 'master'
...
bugfix/fix_avrc_absolute_volume_compatibility
Closes FCS-1619
See merge request espressif/esp-idf!34563
2024-11-08 11:07:46 +08:00
Island
1f49c9a845
Merge branch 'bugfix/fixed_h2_assert_master_1031' into 'master'
...
Bugfix/fixed h2 assert master 1031
Closes BLERP-1172
See merge request espressif/esp-idf!34537
2024-11-06 15:06:41 +08:00
xuzhekai
4b352d1c4f
fix(bt/bluedroid): Fixed setting perfer conn params complete event report
2024-11-05 10:51:58 +08:00
Zhang Hai Peng
08f1c3681a
Merge branch 'bugfix/fix_ble_build_fail' into 'master'
...
fix(ble/bluedroid): Fixed BLE build fail when enable dynamic memory and BLE5.0
Closes BT-3862
See merge request espressif/esp-idf!34581
2024-11-05 06:15:38 +08:00
zhanghaipeng
94d1a4f1c0
fix(ble/bluedroid): Fixed BLE build fail when enable dynamic memory and BLE5.0
2024-11-04 17:41:34 +08:00
liqigan
ed21c54a64
fix(bt/bluedroid): Fixed AVRCP compatibility issue on absolute volume synchronization
2024-11-04 16:10:30 +08:00
Wang Meng Yang
5e8443a2f6
Merge branch 'bugfix/osi_replace_free' into 'master'
...
fix(bt/bluedroid): Replace free/malloc with osi_free/malloc
See merge request espressif/esp-idf!34507
2024-11-01 17:40:21 +08:00
Wang Meng Yang
203e5432a9
Merge branch 'fix/set_local_device_name_during_lm_initializaiton' into 'master'
...
fix(bt): fixed some issues in bt controller on ESP32
Closes BT-3871 and CBI-864
See merge request espressif/esp-idf!34066
2024-10-31 19:39:05 +08:00
Wang Meng Yang
bb5a53c66c
Merge branch 'bugfix/fix_memory_leak_in_sco' into 'master'
...
fix(bt/bluedroid): Fix memory leak in sco when bluedroid disable
Closes BT-3884
See merge request espressif/esp-idf!34523
2024-10-31 17:40:33 +08:00
xiongweichao
35ef6f5140
fix(bt/bluedroid): Replace free/malloc with osi_free/malloc
2024-10-31 17:14:25 +08:00
Island
92e4b80a65
Merge branch 'feat/support_controller_run_in_flash_only' into 'master'
...
Feat/support controller run in flash only
Closes BLERP-1164, BLERP-1165, and BLERP-1174
See merge request espressif/esp-idf!33290
2024-10-31 15:15:01 +08:00
gongyantao
034a35a66f
fix(bt): fix some issues in bt controller
...
1: Store local device name into NVDS when handling hci_wr_local_name_cmd.
2: Set default device name during link manager initialization.
3: Set the QoS value to the minimum value if the calculated QoS is less
than the minumum.
2024-10-31 14:50:09 +08:00
zwl
dbad6a0ca5
fix(ble): fixed occasional crash issue in low memory scenarios on ESP32-H2
2024-10-31 11:16:17 +08:00
zwl
dabd66e16f
fix(ble): fixed occasional crash issue in low memory scenarios on ESP32-C6
2024-10-31 11:14:13 +08:00
linruihao
ecefb3c7e5
fix(bt/bluedroid): Fix memory leak in sco when bluedroid disable
2024-10-30 15:08:18 +08:00
zhiweijian
4b767d03fe
feat(bt/controller): Support controller code run in flash only
2024-10-30 10:05:39 +08:00
zhanghaipeng
8f7672e117
fix(bt/ble): Update esp32 libbtdm_app.a (17db8bd)
...
- Added a verification step for the Access Address within the CONNECT_IND PDU
2024-10-29 19:25:34 +08:00
Chen Jian Hua
cd21bdeb15
Merge branch 'bugfix/fix_mem_debug_on_bluedroid' into 'master'
...
fix(bt/bluedroid): Fixed error when memory debug enabled
Closes BLERP-1158
See merge request espressif/esp-idf!34351
2024-10-29 15:40:33 +08:00
Island
cf2291a2d1
Merge branch 'bugfix/fix_assert_if_ble_sleep_init_failed' into 'master'
...
fix(ble): do not assert if ble sleep init failed
Closes BLERP-1141
See merge request espressif/esp-idf!34288
2024-10-28 11:55:01 +08:00
Island
fa3f6ac55e
Merge branch 'feat/ble_mesh_esp32c61_support' into 'master'
...
Feat/ble mesh esp32c61 support
Closes BLERP-1098 and IDF-10364
See merge request espressif/esp-idf!34100
2024-10-25 12:24:01 +08:00
Island
c27db10042
Merge branch 'bugfix/fix_bci_462' into 'master'
...
fix(bt/bluedroid): Update address type for BLE link when the connection is completed
Closes BLERP-1131
See merge request espressif/esp-idf!34195
2024-10-25 10:45:32 +08:00