Island
|
0a49e286df
|
Merge branch 'bugfix/fix_ble_creat_conn_fail_enh_v5.3' into 'release/v5.3'
fix(ble/bluedroid): Fixed BLE create connection fail because of invalid own address type (v5.3)
See merge request espressif/esp-idf!35018
|
2024-12-06 22:40:54 +08:00 |
|
Wang Meng Yang
|
6c02672a3d
|
Merge branch 'bugfix/sdp_get_uuid_error_v5.3' into 'release/v5.3'
fix(bt/bluedroid): fixed issues introduced by byte alignment(v5.3)
See merge request espressif/esp-idf!35251
|
2024-12-06 16:04:09 +08:00 |
|
chenjianhua
|
561307a6bf
|
feat(ble/bluedroid): Support setting connection params when creating connection
|
2024-12-06 15:51:33 +08:00 |
|
zhanghaipeng
|
3a85b1b6ce
|
fix(ble/bluedroid): Optimize BLE API "esp_ble_gattc_enh_open"
|
2024-12-06 15:50:50 +08:00 |
|
zhanghaipeng
|
2904494228
|
fix(ble/bluedroid): Fixed BLE create connection fail because of invalid own address type
|
2024-12-06 15:50:43 +08:00 |
|
Wang Meng Yang
|
b9c4d3f8c7
|
Merge branch 'bugfix/disconn_sdp_upon_wrong_data_v5.3' into 'release/v5.3'
fix(bt/bluedroid): disconnect SDP connection on receiving incorrect response (v5.3)
See merge request espressif/esp-idf!35144
|
2024-12-06 15:31:00 +08:00 |
|
xiongweichao
|
5bc5695ff0
|
fix(bt/bluedroid): fixed issues introduced by byte alignment
- esp_bt_uuid_t is byte aligned, tBT_UUID is 4-byte aligned.
|
2024-11-28 10:16:06 +08:00 |
|
Jin Cheng
|
fddec5d90e
|
fix(bt/bluedroid): disconnect SDP connection on receiving incorrect response
|
2024-11-25 10:19:38 +08:00 |
|
xiongweichao
|
82ef0a6b94
|
fix(bt/bluedroid): Fixed the incorrect error code returned
when receiving an invalid command
|
2024-11-19 07:11:20 +08:00 |
|
Jiang Jiang Jian
|
f35389e956
|
Merge branch 'bugfix/fix_classic_bt_build_fail_v5.3' into 'release/v5.3'
fix(bt/bluedroid): Fixed classic bt build fail when enable dynamic memory and disable BLE (v5.3)
See merge request espressif/esp-idf!34930
|
2024-11-15 11:16:59 +08:00 |
|
Jiang Jiang Jian
|
c54355ee96
|
Merge branch 'bugfix/fix_avrc_absolute_volume_compatibility_v5.3' into 'release/v5.3'
bugfix/fix_avrc_absolute_volume_compatibility[backport v5.3]
See merge request espressif/esp-idf!34770
|
2024-11-15 10:57:45 +08:00 |
|
Zhang Hai Peng
|
f88298796b
|
fix(bt/bluedroid): Fixed classic bt build fail when enable dynamic memory and disable BLE
(cherry picked from commit 59d20e80d3 )
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2024-11-14 22:13:45 +08:00 |
|
Jiang Jiang Jian
|
14f6943f30
|
Merge branch 'bugfix/osi_replace_free_v5.3' into 'release/v5.3'
fix(bt/bluedroid): Replace free/malloc with osi_free/malloc(v5.3)
See merge request espressif/esp-idf!34606
|
2024-11-14 18:58:57 +08:00 |
|
Island
|
6948697e66
|
Merge branch 'feat/support_blecrt_90_v5.3' into 'release/v5.3'
feat(bt/bluedroid): Added API to set supported channel selection algorithm (v5.3)
See merge request espressif/esp-idf!34505
|
2024-11-13 14:21:40 +08:00 |
|
Island
|
951aaa2a9a
|
Merge branch 'bugfix/fix_ble_adv_start_fail_v5.3' into 'release/v5.3'
fix(ble/bluedroid): Fixed crash issue in BLE SMP when a disconnection process is ongoing(v5.3)
See merge request espressif/esp-idf!34528
|
2024-11-13 14:21:21 +08:00 |
|
Island
|
845a925def
|
Merge branch 'bugfix/fix_ble_build_fail_v5.3' into 'release/v5.3'
fix(ble/bluedroid): Fixed BLE build fail when enable dynamic memory and BLE5.0 (v5.3)
See merge request espressif/esp-idf!34664
|
2024-11-13 14:21:15 +08:00 |
|
liqigan
|
49c356ab18
|
fix(bt/bluedroid): Fixed AVRCP compatibility issue on absolute volume synchronization
|
2024-11-12 19:19:50 +08:00 |
|
zhiweijian
|
ac81c14b48
|
feat(bt/controller): Support controller code run in flash only
|
2024-11-08 17:28:52 +08:00 |
|
Zhang Hai Peng
|
7a4d10b718
|
fix(ble/bluedroid): Fixed BLE build fail when enable dynamic memory and BLE5.0
(cherry picked from commit 94d1a4f1c0 )
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2024-11-05 16:13:46 +08:00 |
|
xiongweichao
|
68b16aa2ba
|
fix(bt/bluedroid): Replace free/malloc with osi_free/malloc
|
2024-11-01 17:49:39 +08:00 |
|
linruihao
|
a987953341
|
fix(bt/bluedroid): Fix memory leak in sco when bluedroid disable
|
2024-11-01 10:42:48 +08:00 |
|
Zhang Hai Peng
|
4f707f0c12
|
fix(ble/bluedroid): Fixed crash issue in BLE SMP when a disconnection process is ongoing
(cherry picked from commit 76e1650161 )
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2024-10-30 15:24:52 +08:00 |
|
Zhang Hai Peng
|
bc1b6e2bf1
|
fix(ble/bluedroid): Support enable BLE topology check by API
(cherry picked from commit dbc94c7056 )
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2024-10-30 15:24:37 +08:00 |
|
chenjianhua
|
116820c42c
|
fix(bt/bluedroid): Fixed error when memory debug enabled
|
2024-10-29 21:49:53 +08:00 |
|
chenjianhua
|
5e383d34fa
|
fix(bt/bluedroid): Fixed GATTC app status check when BT and BLE coexist
|
2024-10-29 21:49:44 +08:00 |
|
chenjianhua
|
116e5c34f6
|
fix(bt/bluedroid): Update address type for BLE link when the connection is completed
|
2024-10-29 21:49:28 +08:00 |
|
Chen Jian Hua
|
149474e5d2
|
feat(bt/bluedroid): Added API to set supported channel selection algorithm
(cherry picked from commit 4ae7b4aecf )
Co-authored-by: chenjianhua <chenjianhua@espressif.com>
|
2024-10-29 17:35:26 +08:00 |
|
Jiang Jiang Jian
|
9f4b1bd471
|
Merge branch 'bugfix/hfp_sniff_mng_v5.3' into 'release/v5.3'
bugfix/hf_and_ag_cannot_enter/exit sniff mode. (v5.3)
See merge request espressif/esp-idf!34464
|
2024-10-28 21:46:21 +08:00 |
|
Island
|
d926a9259b
|
Merge branch 'refactor/ble_example_print_on_bluedroid_v5.3' into 'release/v5.3'
refactor(bt/bluedroid): Refactor the print for BLE examples (v5.3)
See merge request espressif/esp-idf!34310
|
2024-10-28 10:52:54 +08:00 |
|
Jin Cheng
|
2a603083d0
|
fix(bt/bluedroid): fixed AG and HF client cannot enter/exit sniff mode
|
2024-10-28 10:20:34 +08:00 |
|
Jin Cheng
|
ca3618c433
|
Revert "Disable sniff mode during (e)SCO connection."
This reverts commit 39a5eb84f3 .
|
2024-10-28 10:20:34 +08:00 |
|
chenjianhua
|
f6bedd65b6
|
refactor(bt/bluedroid): Refactor the print for gatt_server and gatt_client example
|
2024-10-24 12:03:56 +08:00 |
|
Zhang Hai Peng
|
9461323fda
|
fix(ble/bluedroid): Fixed error when writing Client Supported Features characteristic
(cherry picked from commit 5126742003 )
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2024-10-21 18:03:27 +08:00 |
|
Zhang Hai Peng
|
b031e0b672
|
fix(ble/bluedroid): Fixed BLE handle check for GATT API
(cherry picked from commit 514155de3b )
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2024-10-10 21:13:28 +08:00 |
|
Wang Meng Yang
|
6df7db673e
|
Merge branch 'feat/add_mode_chg_parem_v5.3' into 'release/v5.3'
feat(bt/bluedroid): Report sniff interval to application layer(v5.3)
See merge request espressif/esp-idf!33865
|
2024-09-29 14:03:31 +08:00 |
|
zhanghaipeng
|
a7d1558e32
|
fix(ble/bluedroid): Fixed BLE spelling error in word
|
2024-09-27 15:49:20 +08:00 |
|
zhanghaipeng
|
36b44e7430
|
feat(ble/bluedroid): Add BLE memory allocation failure message
|
2024-09-27 15:49:10 +08:00 |
|
zhanghaipeng
|
049f644181
|
feat(ble/bluedroid): Optimize address resolution status for interval use
|
2024-09-27 14:47:15 +08:00 |
|
xiongweichao
|
93f862d6fd
|
feat(bt/bluedroid): Report sniff interval to application layer
|
2024-09-27 14:11:26 +08:00 |
|
Zhang Hai Peng
|
2fbe37a0e5
|
feat(ble/bluedroid): Support resolve BLE address for interval usage
(cherry picked from commit b88b511362 )
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2024-09-25 12:13:31 +08:00 |
|
Island
|
351e9208ee
|
Merge branch 'bugfix/fix_ble_scan_assert_1728_v5.3' into 'release/v5.3'
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(e9ae856) (v5.3)
See merge request espressif/esp-idf!33722
|
2024-09-24 16:10:19 +08:00 |
|
chenjianhua
|
e6013c84da
|
test(bt/bluedroid): Support to disable BLE address resolution
|
2024-09-23 13:33:22 +08:00 |
|
Island
|
d4a69b5a3d
|
Merge branch 'feat/support_blecrt_242_v5.3' into 'release/v5.3'
fix(bt/bluedroid): Fixed access fault when reading BLE controller information fails (v5.3)
See merge request espressif/esp-idf!33634
|
2024-09-23 12:08:31 +08:00 |
|
Island
|
1bde82470a
|
Merge branch 'bugfix/fix_ble_max_tx_power_on_esp32c3_v5.3' into 'release/v5.3'
fix(bt/controller): Change the max TX power to +20dBm on ESP32-C3 and ESP32-S3 (v5.3)
See merge request espressif/esp-idf!33617
|
2024-09-23 12:08:26 +08:00 |
|
Wang Meng Yang
|
d15668f058
|
Merge branch 'bugfix/fix_sdp_bugs_v5.3' into 'release/v5.3'
Bugfix/fix sdp bugs[backport 5.3]
See merge request espressif/esp-idf!33602
|
2024-09-20 11:41:39 +08:00 |
|
Chen Jian Hua
|
3b76633516
|
fix(bt/bluedroid): Fixed access fault when reading BLE controller information fails
(cherry picked from commit e4e23087ee )
Co-authored-by: chenjianhua <chenjianhua@espressif.com>
|
2024-09-19 09:12:43 +08:00 |
|
Chen Jian Hua
|
805ee5af90
|
feat(bt/bluedroid): Add BLE connection id param for ESP_GATTS_RESPONSE_EVT
(cherry picked from commit e4a372ab76 )
Co-authored-by: chenjianhua <chenjianhua@espressif.com>
|
2024-09-19 09:12:41 +08:00 |
|
Chen Jian Hua
|
6a34742cb7
|
fix(bt/controller): Change the max TX power to +20dBm on ESP32-C3 and ESP32-S3
(cherry picked from commit fe43c8f1b5 )
Co-authored-by: chenjianhua <chenjianhua@espressif.com>
|
2024-09-18 17:34:34 +08:00 |
|
liqigan
|
50ba5891b5
|
fix(bt/bluedroid): Fixed not deep copy service_name and user1_ptr in RAW SDP search event
|
2024-09-18 16:22:24 +08:00 |
|
liqigan
|
0fe9ddd190
|
change(bt/bluedroid): Limited SDP service discovery operation
|
2024-09-18 16:22:19 +08:00 |
|