linruihao
|
76dbdaadf2
|
fix(bt/bluedroid): Allow adding empty header in OBEX and GOEP
|
2024-12-09 17:46:01 +08:00 |
|
linruihao
|
ee02d14cd6
|
change(bt/bluedroid): Remove a duplicate macro in OBEX
|
2024-12-09 14:26:00 +08:00 |
|
linruihao
|
a8f9246123
|
feat(bt/bluedroid): Allow using bitwise OR on GOEP return value
|
2024-12-09 14:25:11 +08:00 |
|
linruihao
|
336f22c097
|
fix(bt/bluedroid): Fix memory leak in AVRCP cover art get image
|
2024-12-09 14:24:34 +08:00 |
|
linruihao
|
b9f2be9200
|
fix(bt/bluedroid): Fix l2cap psm not dereister when obex disconnect
|
2024-12-09 14:24:25 +08:00 |
|
Jiang Jiang Jian
|
3f63fd91ec
|
Merge branch 'bugfix/fix_ble_creat_conn_fail_enh_v5.4' into 'release/v5.4'
fix(ble/bluedroid): Fixed BLE create connection fail because of invalid own address type (v5.4)
See merge request espressif/esp-idf!35019
|
2024-11-29 23:40:55 +08:00 |
|
Abhinav Kudnar
|
2f6a7ec1ae
|
fix(nimble): Resolved watchdog due to memory exceed prints
|
2024-11-27 18:00:37 +08:00 |
|
chenjianhua
|
02cc012db5
|
feat(ble/bluedroid): Support setting connection params when creating connection
|
2024-11-27 17:13:21 +08:00 |
|
zhanghaipeng
|
4ed30165d8
|
fix(ble/bluedroid): Optimize BLE API "esp_ble_gattc_enh_open"
|
2024-11-27 17:07:24 +08:00 |
|
zhanghaipeng
|
719a2313be
|
fix(ble/bluedroid): Fixed BLE create connection fail because of invalid own address type
|
2024-11-27 17:07:24 +08:00 |
|
Wang Meng Yang
|
76d90ba1ca
|
Merge branch 'bugfix/disconn_sdp_upon_wrong_data_v5.4' into 'release/v5.4'
fix(bt/bluedroid): disconnect SDP connection on receiving incorrect response (v5.4)
See merge request espressif/esp-idf!35143
|
2024-11-26 15:00:07 +08:00 |
|
Jin Cheng
|
e8c3b6418c
|
feat(bt/bluedroid): added events to indicate the profile states of HFP
|
2024-11-25 10:21:55 +08:00 |
|
Jin Cheng
|
f22b03cd7e
|
fix(bt/bluedroid): disconnect SDP connection on receiving incorrect response
|
2024-11-25 10:19:05 +08:00 |
|
Jiang Jiang Jian
|
48ed77c9cc
|
Merge branch 'bugfix/rx_invalid_cmd_err_code_v5.4' into 'release/v5.4'
fix(bt/bluedroid): Fixed the incorrect error code returned when receiving an invalid command(v5.4)
See merge request espressif/esp-idf!34987
|
2024-11-20 19:12:23 +08:00 |
|
Island
|
b5c02eb3d8
|
Merge branch 'bugfix/fix_classic_bt_build_fail_v5.4' into 'release/v5.4'
fix(bt/bluedroid): Fixed classic bt build fail when enable dynamic memory and disable BLE (v5.4)
See merge request espressif/esp-idf!34931
|
2024-11-20 18:05:49 +08:00 |
|
Island
|
28bf5eacb9
|
Merge branch 'feature/support_moving_code_to_flash_v5.4' into 'release/v5.4'
feat(ble): Support for putting code in flash on ESP32-C2 (v5.4)
See merge request espressif/esp-idf!34786
|
2024-11-20 17:46:55 +08:00 |
|
Abhinav Kudnar
|
16d7351cbc
|
fix(nimble): Nimble Error logs in case of memory overflow/failure
|
2024-11-18 17:47:05 +08:00 |
|
xiongweichao
|
8480fb3c6f
|
fix(bt/bluedroid): Fixed the incorrect error code returned
when receiving an invalid command
|
2024-11-18 16:49:54 +08:00 |
|
Zhang Hai Peng
|
0dea1a84d6
|
fix(bt/bluedroid): Fixed classic bt build fail when enable dynamic memory and disable BLE
(cherry picked from commit 59d20e80d300825e06431dad9d22241884905a2d)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2024-11-14 22:13:50 +08:00 |
|
Abhinav Kudnar
|
d21a0a9b64
|
fix(nimble): Removed min/max macro defination from os.h
Closes https://github.com/espressif/esp-idf/issues/14840
|
2024-11-14 19:04:33 +08:00 |
|
Shen Wei Long
|
59e3a1f046
|
feat(ble): Support for putting code in flash on ESP32-C2
(cherry picked from commit 192f13135488a2f8a386ace2dad69da59e81f5b5)
Co-authored-by: Shen Weilong <shenweilong@espressif.com>
|
2024-11-13 10:45:03 +08:00 |
|
Jiang Jiang Jian
|
82802eb460
|
Merge branch 'bugfix/fix_avrc_absolute_volume_compatibility_v5.4' into 'release/v5.4'
bugfix/fix_avrc_absolute_volume_compatibility[backport v5.4]
See merge request espressif/esp-idf!34769
|
2024-11-08 22:28:10 +08:00 |
|
Jiang Jiang Jian
|
98fccdef20
|
Merge branch 'bugfix/osi_replace_free_v5.4' into 'release/v5.4'
fix(bt/bluedroid): Replace free/malloc with osi_free/malloc(v5.4)
See merge request espressif/esp-idf!34605
|
2024-11-08 16:07:08 +08:00 |
|
liqigan
|
d7dd068478
|
fix(bt/bluedroid): Fixed AVRCP compatibility issue on absolute volume synchronization
|
2024-11-08 14:48:03 +08:00 |
|
Island
|
81020a3748
|
Merge branch 'feat/support_controller_run_in_flash_only_v5.4' into 'release/v5.4'
feat/support controller run in flash only(backport v5.4)
See merge request espressif/esp-idf!34625
|
2024-11-06 20:06:08 +08:00 |
|
xiongweichao
|
500165ffb3
|
fix(bt/bluedroid): Replace free/malloc with osi_free/malloc
|
2024-11-06 19:15:04 +08:00 |
|
Island
|
7f42ed38fd
|
Merge branch 'bugfix/fix_ble_build_fail_v5.4' into 'release/v5.4'
fix(ble/bluedroid): Fixed BLE build fail when enable dynamic memory and BLE5.0 (v5.4)
See merge request espressif/esp-idf!34665
|
2024-11-06 16:36:46 +08:00 |
|
Island
|
1e37c32fb6
|
Merge branch 'bugfix/fix_mem_debug_on_bluedroid_v5.4' into 'release/v5.4'
fix(bt/bluedroid): Fixed error when memory debug enabled (v5.4)
See merge request espressif/esp-idf!34576
|
2024-11-06 11:50:40 +08:00 |
|
Zhang Hai Peng
|
9685b3b4ca
|
fix(ble/bluedroid): Fixed BLE build fail when enable dynamic memory and BLE5.0
(cherry picked from commit 94d1a4f1c009031c7623153b885f1f75b39b4555)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2024-11-05 16:13:51 +08:00 |
|
zhiweijian
|
2a05eb8fd3
|
feat(bt/controller): Support controller code run in flash only
|
2024-11-04 15:44:11 +08:00 |
|
chenjianhua
|
c6810a102b
|
fix(bt/bluedroid): Fixed error when memory debug enabled
|
2024-10-31 19:12:47 +08:00 |
|
linruihao
|
6fe128ac6f
|
fix(bt/bluedroid): Fix memory leak in sco when bluedroid disable
|
2024-10-31 17:52:31 +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 |
|
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 |
|