Rahul Tank
3459ff2c9b
Merge branch 'bugfix/fix_datalen_issue' into 'master'
...
fix(nimble): Adjust time parameter in set Data len API in case BLE 5.0 support is not present
Closes BLERP-1130
See merge request espressif/esp-idf!34192
2024-10-18 18:24:51 +08:00
Wang Meng Yang
99f529f255
Merge branch 'bugfix/update_btlib' into 'master'
...
fix(bt/controller): Fixed some controller bugs on ESP32
Closes BTQABR2023-352, BT-3841, and IDFGH-10796
See merge request espressif/esp-idf!33878
2024-10-16 10:13:35 +08:00
Rahul Tank
42677a1556
fix(nimble): Adjust Data len time in case 5.0 support is not present
2024-10-14 20:49:33 +05:30
Island
2c67f086bd
Merge branch 'feat/ble_enable_direction_finding_feature_in_host_only' into 'master'
...
(feat):Enable direction finding feature in nimble host only mode.
See merge request espressif/esp-idf!34078
2024-10-12 20:36:37 +08:00
Jin Cheng
e2241f1fc1
fix(bt/controller): Fixed some controller bugs on ESP32
...
- Fixed access NULL in SCO frame end
Closes https://jira.espressif.com:8443/browse/IDFGH-10796
- Added LAP checking for Periodic Inquiry
- Removed an inproper assertion in SCO module
- Fixed wrong logic in key exchange when
LMP transaction collision occurred
- Fixed the using of wrong error code in
the transaction collision of role switch
2024-10-12 09:01:48 +08:00
Jiang Jiang Jian
220d4c6d37
Merge branch 'bugfix/hfp_sniff_mng' into 'master'
...
bugfix/hf_and_ag_cannot_enter/exit sniff mode.
See merge request espressif/esp-idf!33838
2024-10-11 14:00:21 +08:00
Rahul Tank
5b1dcaaf1b
Merge branch 'bugfix/update_nimble_sbom_info' into 'master'
...
fix(nimble): Update sbom file to correct nimble version
See merge request espressif/esp-idf!34005
2024-10-11 13:36:33 +08:00
Island
1ba647da0b
Merge branch 'bugfix/fix_ble_robust_feature' into 'master'
...
fix(ble/bluedroid): Fixed error when writing Client Supported Features characteristic
Closes BLERP-1054
See merge request espressif/esp-idf!33713
2024-10-10 20:03:49 +08:00
Island
2381487c73
Merge branch 'bugfix/fix_ble_handle_check' into 'master'
...
fix(ble/bluedroid): Fixed BLE handle check for GATT API
Closes BLERP-1084
See merge request espressif/esp-idf!33900
2024-10-10 20:03:43 +08:00
Rahul Tank
b12ea21f49
fix(nimble): Update sbom file to correct nimble version
2024-10-10 14:52:33 +05:30
Jin Cheng
9872a7bbd1
fix(bt/bluedroid): fixed AG and HF client cannot enter/exit sniff mode
2024-10-10 16:23:09 +08:00
Jin Cheng
6d85d86fe1
Revert "Disable sniff mode during (e)SCO connection."
...
This reverts commit 39a5eb84f3 .
2024-10-10 16:10:11 +08:00
GengYuchao
6f306e2dbd
feat: Enable direction finding feature in nimble host only mode
2024-10-10 15:30:01 +08:00
Island
5643521c3b
Merge branch 'fix/ble_mesh_esp32c5_lib_bugfix' into 'master'
...
feat(ble_mesh): esp32c5 lib update
Closes BLERP-1095
See merge request espressif/esp-idf!34027
2024-10-10 10:19:03 +08:00
Island
3a4aa2e1e7
Merge branch 'feat/ble_mesh_v1.1_feat_disable_support' into 'master'
...
feat(ble_mesh): esp ble mesh v1.1 features enable/disable supported
Closes BLERP-1060
See merge request espressif/esp-idf!33777
2024-10-09 15:33:51 +08:00
zhanghaipeng
514155de3b
fix(ble/bluedroid): Fixed BLE handle check for GATT API
2024-10-09 12:03:41 +08:00
luoxu
024306f4bf
feat(ble_mesh): esp32c5 lib update
2024-10-08 19:15:53 +08:00
Rahul Tank
1c80078b63
Merge branch 'bugfix/wifi_bt_coex_crash' into 'master'
...
fix(nimble): Fix the sequence of ll and host transport init
Closes BT-3872
See merge request espressif/esp-idf!33951
2024-10-08 18:59:42 +08:00
luoxu
aa022b14ce
feat(ble_mesh): esp ble mesh v1.1 features enable/disable supported
2024-10-08 15:02:08 +08:00
Zhang Hai Peng
2f2727828c
Merge branch 'bugfix/fix_ext_conn_adv_data_check' into 'master'
...
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(01cc408)
Closes BLERP-1083
See merge request espressif/esp-idf!33899
2024-10-08 14:20:28 +08:00
zhanghaipeng
5126742003
fix(ble/bluedroid): Fixed error when writing Client Supported Features characteristic
2024-10-08 11:33:02 +08:00
Jiang Jiang Jian
1662e28718
Merge branch 'feat/support_32k_osc_ble_sleep_clk' into 'master'
...
feat(ble): Support using 32k oscillator as Bluetooth sleep clock
Closes BT-3844
See merge request espressif/esp-idf!33524
2024-10-08 11:25:04 +08:00
Abhinav Kudnar
26c514ffe7
fix(nimble): Fix the sequence of ll and host transport init
2024-10-06 06:04:19 +08:00
Island
e770372810
Merge branch 'ble_dev/support_esp32c61_ble_light_sleep' into 'master'
...
feat(ble): support ble light sleep on esp32c61
Closes BLERP-1070
See merge request espressif/esp-idf!33818
2024-09-29 09:50:07 +08:00
zhanghaipeng
8a80675b7c
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(01cc408)
...
- Fixed extended connectable advertising data length check
2024-09-28 12:14:31 +08:00
Wang Meng Yang
a02fb3c188
Merge branch 'bugfix/fix_bci_443' into 'master'
...
fix(bt/controller): Fixed the timeout of wake up timer when using RC OSC
Closes BLERP-1065
See merge request espressif/esp-idf!33795
2024-09-27 17:36:06 +08:00
zhanghaipeng
5486241e44
feat(ble/bluedroid): Optimize address resolution status for interval use
2024-09-26 20:01:58 +08:00
Wang Meng Yang
274e8b7f78
Merge branch 'bugfix/lmp_trans_collision' into 'master'
...
fix(bt/controller): Fixed some controller bugs on ESP32
Closes BTQABR2023-352, BT-3841, and IDFGH-10796
See merge request espressif/esp-idf!33664
2024-09-26 14:08:44 +08:00
chenjianhua
4108a5cc4c
fix(bt/controller): Fixed ble get tx power error
2024-09-26 10:49:06 +08:00
chenjianhua
873708579c
fix(bt/controller): Fixed the timeout of wake up timer when using RC OSC
2024-09-26 10:49:06 +08:00
cjin
b56418147a
feat(ble): support ble light sleep on esp32c61
2024-09-26 10:10:26 +08:00
Wang Meng Yang
b125655073
Merge branch 'feat/add_mode_chg_parem' into 'master'
...
feat(bt/bluedroid): Report sniff interval to application layer
Closes BT-3868
See merge request espressif/esp-idf!33641
2024-09-26 09:54:02 +08:00
Island
9acd005188
Merge branch 'feat/get_ble_resolve_address_status' into 'master'
...
feat(ble/bluedroid): Support resolve BLE address for interval usage
Closes BLERP-1054
See merge request espressif/esp-idf!33741
2024-09-25 11:22:17 +08:00
Rahul Tank
e17f2427c3
Merge branch 'bugfix/fix_clang_compilation_issue' into 'master'
...
fix(nimble): Fix clang compilation issue
See merge request espressif/esp-idf!33715
2024-09-25 00:14:56 +08:00
zhanghaipeng
b88b511362
feat(ble/bluedroid): Support resolve BLE address for interval usage
2024-09-24 20:00:48 +08:00
Rahul Tank
f8dc0ba89d
fix(nimble): Fixed deinit sequence in blufi
2024-09-23 19:00:38 +05:30
Jin Cheng
22fad3f0a8
fix(bt/controller): Fixed some controller bugs on ESP32
...
- Fixed access NULL in SCO frame end
Closes https://jira.espressif.com:8443/browse/IDFGH-10796
- Added LAP checking for Periodic Inquiry
- Removed an inproper assertion in SCO module
- Fixed wrong logic in key exchange when
LMP transaction collision occurred
- Fixed the using of wrong error code in
the transaction collision of role switch
2024-09-23 15:33:11 +08:00
xiongweichao
b71597416d
feat(bt/bluedroid): Report sniff interval to application layer
2024-09-23 15:23:36 +08:00
Island
7752c1b051
Merge branch 'bugfix/fix_ble_conn_state_rpa_timeout' into 'master'
...
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(63eb54d)
Closes BLERP-1054
See merge request espressif/esp-idf!33709
2024-09-23 12:26:04 +08:00
Island
e628335fb0
Merge branch 'bugfix/fix_bleqabr24_1282' into 'master'
...
Fixed BLE scanning and initiating coexist on ESP32
Closes BLERP-1030
See merge request espressif/esp-idf!33542
2024-09-23 12:08:21 +08:00
Rahul Tank
c87eb1719a
fix(nimble): Fix clang compilation issue
2024-09-21 19:17:52 +05:30
Rahul Tank
46acfdce96
Merge branch 'feat/send_data_len_afer_conn' into 'master'
...
feat(nimble): Set data length after connection
See merge request espressif/esp-idf!32655
2024-09-21 21:24:54 +08:00
zhanghaipeng
124613fb63
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(63eb54d)
...
- Fixed issue where RPA is not updated after BLE RPA timeout
2024-09-21 10:43:16 +08:00
chenjianhua
7ea2779b6d
test(bt/bluedroid): Support to disable BLE address resolution
2024-09-21 10:33:37 +08:00
Island
3000402fcf
Merge branch 'bugfix/fix_ble_scan_assert_1728' into 'master'
...
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(e9ae856)
Closes IDFCI-2222 and BLERP-1037
See merge request espressif/esp-idf!33643
2024-09-20 20:12:00 +08:00
Island
db8ffcacf4
Merge branch 'bugfix/fixed_c5_ble_cache_error_240919' into 'master'
...
Bugfix/fixed c5 ble cache error 240919
Closes BLERP-1038, BLERP-1039, BLERP-1040, BLERP-1041, BLERP-1042, BLERP-1043, BLERP-1044, BLERP-1045, BLERP-1046, BLERP-1047, BLERP-1048, BLERP-1049, and BLERP-1036
See merge request espressif/esp-idf!33645
2024-09-20 10:37:36 +08:00
Island
ae67021e1e
Merge branch 'feat/ble_mesh_lib_flash_size_optimized' into 'master'
...
feat(ble_mesh): ble mesh lib flash size optimized
Closes BLERP-1012
See merge request espressif/esp-idf!33476
2024-09-20 10:34:30 +08:00
Rahul Tank
675fac1a6c
feat(nimble): Set data length after connection
2024-09-19 20:20:47 +05:30
zwl
3c72084932
feat(ble): update bt cmakelists file for ESP32-C61
2024-09-19 16:06:46 +08:00
zwl
8e4cc79a27
fix(ble): unified ble memory allocation method
2024-09-19 15:49:23 +08:00