Island
|
338dc154dc
|
Merge branch 'feat/ble_log_spi_out_dev_phase_4_v5.5' into 'release/v5.5'
BLE Log SPI Out Dev Phase 4 (v5.5)
See merge request espressif/esp-idf!40426
|
2025-07-22 15:16:00 +08:00 |
|
Jiang Jiang Jian
|
9c2e03ba74
|
Merge branch 'bugfix/ag_data_callback_cleared_after_deinit_v5.5' into 'release/v5.5'
fix(bt): Fixed HFP AG data callback cleared after profile is re-initialized (v5.5)
See merge request espressif/esp-idf!39973
|
2025-07-22 14:46:15 +08:00 |
|
Wang Meng Yang
|
5e1cb0fcaa
|
Merge branch 'feat/add_handl_in_sdp_evt_v5.5' into 'release/v5.5'
feat(bt): Add record_handle in ESP_SDP_REMOVE_RECORD_COMP_EVT(v5.5)
See merge request espressif/esp-idf!40718
|
2025-07-22 14:44:40 +08:00 |
|
Jiang Jiang Jian
|
1d9e3dfaf9
|
Merge branch 'bugfix/fix_bt_avrcp_build_issue_v5.5' into 'release/v5.5'
fix(bt/bluedroid): Fix AVRCP build issue when disable Cover Art (v5.5)
See merge request espressif/esp-idf!40033
|
2025-07-22 14:40:21 +08:00 |
|
xiongweichao
|
a42532c3d7
|
feat(bt): Add record_handle in ESP_SDP_REMOVE_RECORD_COMP_EVT
|
2025-07-21 10:23:52 +08:00 |
|
Zhou Xiao
|
be801fab66
|
change(ble): enable hci log spi out for ESP chips
(cherry picked from commit c60dd1a10e)
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
|
2025-07-08 13:15:54 +08:00 |
|
Zhou Xiao
|
83db5c722e
|
change(ble): enable bluedroid logs over debug level through spi output
(cherry picked from commit c0d2792b9d)
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
|
2025-07-08 13:15:52 +08:00 |
|
Zhou Xiao
|
3d99a1d8b1
|
feat(ble): support host & hci log module
(cherry picked from commit dd4cbe5e00)
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
|
2025-07-08 13:15:47 +08:00 |
|
Zhang Hai Peng
|
4e6f18cfe2
|
fix(ble/bluedroid): fix build failure when some BLE features are disabled
(cherry picked from commit a29cd4ad5f)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2025-06-25 11:53:47 +08:00 |
|
linruihao
|
a43ce166d5
|
fix(bt/bluedroid): Fix AVRCP build issue when disable Cover Art
Closes https://github.com/espressif/esp-idf/issues/16155
|
2025-06-20 17:31:21 +08:00 |
|
Wang Mengyang
|
8521ce42c3
|
fix(bt): Fixed HFP AG data callback cleared after profile is re-initialized
|
2025-06-19 07:18:58 +08:00 |
|
Jiang Jiang Jian
|
7b1cbb89e0
|
Merge branch 'bugfix/fix_blecibr25_119_v5.5' into 'release/v5.5'
fix(ble/bluedroid): Fixed extended adv restart failure during reconnection (v5.5)
See merge request espressif/esp-idf!39778
|
2025-06-17 14:34:03 +08:00 |
|
Jiang Jiang Jian
|
a644e9073e
|
Merge branch 'change/opt_hid_device_connect_description_v5.5' into 'release/v5.5'
docs(bt/bluedroid): Updated HID Device connect API description (v5.5)
See merge request espressif/esp-idf!39603
|
2025-06-17 14:21:18 +08:00 |
|
Jiang Jiang Jian
|
624175fc01
|
Merge branch 'bugfix/fix_ble_smp_fail_0x82_v5.5' into 'release/v5.5'
Bugfix/fix ble smp fail 0x82 (v5.5)
See merge request espressif/esp-idf!39663
|
2025-06-17 14:08:19 +08:00 |
|
Jiang Jiang Jian
|
9a74093e98
|
Merge branch 'bugfix/fix_ble_crash_when_check_send_pkts_v5.5' into 'release/v5.5'
fix(ble/bluedroid): Fixed null pointer assert in l2c_link_check_send_pkts (v5.5)
See merge request espressif/esp-idf!39599
|
2025-06-17 14:05:04 +08:00 |
|
Jiang Jiang Jian
|
c4747aae02
|
Merge branch 'feat/add_avrcp_init_state_event_v5.5' into 'release/v5.5'
feat(bt/bluedroid): Add events to indicate the initialization states of AVRCP(v5.5)
See merge request espressif/esp-idf!39534
|
2025-06-17 14:02:56 +08:00 |
|
Jiang Jiang Jian
|
0ea73a9273
|
Merge branch 'fix/incorrect_setting_of_sco_packet_type_mask_v5.5' into 'release/v5.5'
fix(bt): fixed incorrect mask was used to exclude sco packets (backport v5.5)
See merge request espressif/esp-idf!39499
|
2025-06-17 14:02:09 +08:00 |
|
chenjianhua
|
e22c523b55
|
feat(ble/bluedroid): Support anonymous address type for white list
|
2025-06-13 10:31:52 +08:00 |
|
chenjianhua
|
7c2734dc02
|
feat(ble/bluedroid): Add config for BLE vendor hci command and event
|
2025-06-13 10:31:52 +08:00 |
|
chenjianhua
|
9e7325a3d6
|
feat(ble/bluedroid): Support BLE vendor event reporting with params
|
2025-06-13 10:31:52 +08:00 |
|
Chen Jian Hua
|
29ba5469ef
|
fix(ble/bluedroid): Fixed extended adv restart failure during reconnection
(cherry picked from commit 6392180813)
Co-authored-by: chenjianhua <chenjianhua@espressif.com>
|
2025-06-13 10:31:52 +08:00 |
|
liqigan
|
20d66da972
|
docs(bt/bluedroid): Updated HID Device connect API description
Closes https://github.com/espressif/esp-idf/issues/16020
|
2025-06-13 07:07:35 +08:00 |
|
Zhang Hai Peng
|
f19263a97c
|
fix(ble/bluedroid): Fixed BLE SMP state machine inconsistency on disconnection
(cherry picked from commit 99121258d4)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2025-06-04 17:13:49 +08:00 |
|
Zhang Hai Peng
|
7f8290e911
|
feat(ble/bluedroid): Include SMP state in BLE status reporting
(cherry picked from commit de9a367f13)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2025-06-04 17:13:47 +08:00 |
|
Zhang Hai Peng
|
30859ceaff
|
fix(ble/bluedroid): Fixed null pointer assert in l2c_link_check_send_pkts
(cherry picked from commit 8150573012)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2025-06-03 12:13:42 +08:00 |
|
xiongweichao
|
4d83f1b8af
|
feat(bt/bluedroid): Add events to indicate the initialization states of AVRCP
|
2025-05-30 10:02:38 +08:00 |
|
gongyantao
|
fddf34d7b0
|
fix(bt): fixed incorrect mask was used to exclude sco packets
|
2025-05-29 09:55:35 +08:00 |
|
Zhang Hai Peng
|
d7216d221b
|
fix(ble/bluedroid): Fixed clear BLE device recored
(cherry picked from commit 21391a45fd)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2025-05-27 15:14:02 +08:00 |
|
Zhang Hai Peng
|
80c5fd1836
|
fix(ble/bluedroid): Fixed issue with deleting link key when classic Bluetooth is not used
(cherry picked from commit 7c16bce827)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2025-05-27 15:13:59 +08:00 |
|
Zhang Hai Peng
|
2de265b3e7
|
fix(ble/bluedroid): Reduce Bluedroid host log output over SPI
(cherry picked from commit 0586d10317)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2025-05-13 16:14:30 +08:00 |
|
Zhang Hai Peng
|
953fe222ec
|
fix(ble/bluedroid): Added value len check in esp_ble_gatts_send_indicate()
(cherry picked from commit bfa0fff2e5)
Co-authored-by: Nebojsa Cvetkovic <nebkat@gmail.com>
|
2025-05-13 16:14:28 +08:00 |
|
Zhang Hai Peng
|
70f19793f8
|
fix(ble/bluedroid): Change maximum length of attribute value to 517
(cherry picked from commit df8c1f7a96)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2025-05-13 16:14:25 +08:00 |
|
Zhang Hai Peng
|
0b2f639c62
|
docs(ble): clarify meaning of 0 value for esp_ble_gap_start_ext_scan() parameters
(cherry picked from commit ebb76933d0)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2025-05-13 16:14:23 +08:00 |
|
Zhang Hai Peng
|
a3cb7f4404
|
fix(ble/bluedroid): Fixed BLE GAP appearance configuration check
(cherry picked from commit 6552854cb5)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2025-05-13 16:14:20 +08:00 |
|
gongyantao
|
fc6f5cf71d
|
feat(bt): Initialize the SC during the bluedroid initialization
|
2025-05-08 10:06:13 +08:00 |
|
Shen Meng Jing
|
62d4115e08
|
docs: Fix some typos
|
2025-04-30 18:35:39 +08:00 |
|
Island
|
38628f98b9
|
Merge branch 'feat/add_sync_cte_type_in_pa_sync' into 'master'
Feat/add sync cte type in pa sync
Closes BLERP-1728
See merge request espressif/esp-idf!38315
|
2025-04-27 14:11:31 +08:00 |
|
Wang Meng Yang
|
141d19ceec
|
Merge branch 'bugfix/l2cap_no_report_stop_server_evt' into 'master'
fix(bt): Fixed l2cap not reporting stop server completion event
Closes BTQABR2023-470
See merge request espressif/esp-idf!38469
|
2025-04-24 14:22:06 +08:00 |
|
xiongweichao
|
f02e35363b
|
feat(bt): Add API to get some information of Classic Bluetooth profile
|
2025-04-23 14:46:40 +08:00 |
|
xiongweichao
|
b9182a8293
|
fix(bt): Fixed l2cap not reporting stop server completion event
|
2025-04-21 16:06:15 +08:00 |
|
xiongweichao
|
e7a6d3298c
|
fix(bt): fixed spp not reporting write event
|
2025-04-14 15:42:41 +08:00 |
|
xiongweichao
|
4b5ccbe7f1
|
fix(bt): Fixed the issue with l2cap not using dynamic memory
|
2025-04-11 16:45:53 +08:00 |
|
xiongweichao
|
1f7658ed42
|
feat(bt): Added events for l2cap register and unregister vfs
|
2025-04-11 16:45:53 +08:00 |
|
zhiweijian
|
eb647d10c6
|
feat(ble/bluedroid): Add sync_cte_type in creat_periodic_adv_sync function
|
2025-04-09 10:06:13 +08:00 |
|
zhiweijian
|
cf6135c990
|
fix(ble/bluedroid): Fixed BLE_FEAT_CREATE_SYNC_ENH define error in bluedroid host
|
2025-04-08 20:33:31 +08:00 |
|
Island
|
241afda29e
|
Merge branch 'bugfix/fix_ble_controller_only_error_if_hci_uart_enabled' into 'master'
fix(ble/controller): Fixed controller flash only bug if hci-uart is enabled
Closes BLERP-1696 and BLERP-1703
See merge request espressif/esp-idf!38001
|
2025-04-07 16:00:44 +08:00 |
|
xiongweichao
|
1a6c9d7c15
|
feat(bt): Add API to get profile status
|
2025-04-01 16:14:19 +08:00 |
|
Jiang Jiang Jian
|
96244e0849
|
Merge branch 'feature/bt_support_external_codec' into 'master'
feat(bt/bluedroid): Support external codec in Bluedroid HFP and A2DP
Closes BT-3937
See merge request espressif/esp-idf!36607
|
2025-04-01 10:34:23 +08:00 |
|
Island
|
f958eb7a4e
|
Merge branch 'bugfix/fix_coexqabr25_52' into 'master'
fix(bt/bluedroid): Fixed BLE connection active count getting
Closes BLERP-1583
See merge request espressif/esp-idf!37167
|
2025-03-31 11:20:32 +08:00 |
|
zhiweijian
|
1354037bc7
|
feat(ble/bluedroid): report cte_type in periodic adv report if CTE feature is enabled
|
2025-03-28 21:52:09 +08:00 |
|