Shen Weilong
ccc2411191
feat(ble): Support for putting code in flash on ESP32-C2
2024-11-12 18:08:50 +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
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
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
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
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
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
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
Island
755d3a2fbe
Merge branch 'feat/support_blecrt_90' into 'master'
...
feat(bt/bluedroid): Added API to set supported channel selection algorithm
Closes BLERP-1086 and BLERP-1087
See merge request espressif/esp-idf!33921
2024-10-24 11:11:10 +08:00
Island
8c000216f0
Merge branch 'bugfix/fix_coexqabr24_24' into 'master'
...
fix(bt/bluedroid): Fixed GATTC app status check when BT and BLE coexist
Closes BLERP-1147
See merge request espressif/esp-idf!34312
2024-10-23 17:24:55 +08:00
Island
09263a22df
Merge branch 'bugfix/fix_ble_adv_start_fail' into 'master'
...
fix(ble/bluedroid): Fixed BLE adv start fail
Closes BLERP-1152, BLERP-1153, BLERP-1156, and BLERP-1157
See merge request espressif/esp-idf!34258
2024-10-23 10:52:17 +08:00
Island
379698cc1e
Merge branch 'bugfix/fix_ble_disconnect_crash' into 'master'
...
fix(ble/bluedroid): Fixed crash issue in BLE SMP when a disconnection process is ongoing
Closes IDFCI-2180
See merge request espressif/esp-idf!34311
2024-10-23 10:51:23 +08:00
chenjianhua
0abdd20240
fix(bt/bluedroid): Fixed error when memory debug enabled
2024-10-22 11:49:58 +08:00
zhanghaipeng
dbc94c7056
fix(ble/bluedroid): Support enable BLE topology check by API
2024-10-21 15:41:44 +08:00
chenjianhua
17fe964c1b
fix(bt/bluedroid): Fixed GATTC app status check when BT and BLE coexist
2024-10-20 17:20:38 +08:00
zhanghaipeng
76e1650161
fix(ble/bluedroid): Fixed crash issue in BLE SMP when a disconnection process is ongoing
2024-10-20 11:47:31 +08:00
chenjianhua
4ae7b4aecf
feat(bt/bluedroid): Added API to set supported channel selection algorithm
2024-10-17 16:56:48 +08:00
chenjianhua
d53572ab10
fix(bt/bluedroid): Update address type for BLE link when the connection is completed
2024-10-15 11:10:17 +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
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
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 39a5eb84f3c6e48cce8cecd25927ad6b1e0fe383.
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
zhanghaipeng
514155de3b
fix(ble/bluedroid): Fixed BLE handle check for GATT API
2024-10-09 12:03:41 +08:00
zhanghaipeng
5126742003
fix(ble/bluedroid): Fixed error when writing Client Supported Features characteristic
2024-10-08 11:33:02 +08:00
Abhinav Kudnar
26c514ffe7
fix(nimble): Fix the sequence of ll and host transport init
2024-10-06 06:04:19 +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
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
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
Rahul Tank
c87eb1719a
fix(nimble): Fix clang compilation issue
2024-09-21 19:17:52 +05:30
chenjianhua
7ea2779b6d
test(bt/bluedroid): Support to disable BLE address resolution
2024-09-21 10:33:37 +08:00
Rahul Tank
675fac1a6c
feat(nimble): Set data length after connection
2024-09-19 20:20:47 +05:30
Wang Meng Yang
4b74e4e595
Merge branch 'bugfix/fix_sdp_compatibility' into 'master'
...
Bugfix/fix sdp compatibility
See merge request espressif/esp-idf!33442
2024-09-18 11:31:27 +08:00
Island
030470efa6
Merge branch 'ble_dev/esp32c61_chip_20240903' into 'master'
...
feat(ble): added ble support on esp32c61
Closes IDF-10360, IDF-10362, IDF-10363, and IDF-10365
See merge request espressif/esp-idf!33286
2024-09-18 11:17:58 +08:00
Island
1a065dc37a
Merge branch 'feat/support_blecrt_242' into 'master'
...
fix(bt/bluedroid): Fixed access fault when reading BLE controller information fails
Closes BLERP-1019 and BLERP-1020
See merge request espressif/esp-idf!33406
2024-09-18 10:56:47 +08:00