Jiang Jiang Jian
|
651f1e86e4
|
Merge branch 'bugfix/ag_data_callback_cleared_after_deinit_v5.1' into 'release/v5.1'
fix(bt): Fixed HFP AG data callback cleared after profile is re-initialized (v5.1)
See merge request espressif/esp-idf!39977
|
2025-07-08 10:46:35 +08:00 |
|
Rahul Tank
|
491daf3212
|
fix(nimble): Handle 0x3e disconnect during rem feat/ read version
|
2025-07-03 12:56:21 +05:30 |
|
Rahul Tank
|
6965e6381a
|
fix(nimble): Add missing ble_hs_unlock() call
|
2025-06-30 20:20:22 +05:30 |
|
Wang Mengyang
|
7faee53006
|
fix(bt): Fixed HFP AG data callback cleared after profile is re-initialized
|
2025-06-19 07:31:19 +08:00 |
|
Astha Verma
|
d89d9a500c
|
fix(nimble): Added parameter in peer_init for included service allocation
|
2025-06-17 12:00:29 +05:30 |
|
Sumeet Singh
|
947b4a64a5
|
feat(nimble): Added two GATT features:
1. Automatically initiate security if a GATT service request fails
2. Encryption, Authentication, and Authorization requirement on CCCD
|
2025-06-16 17:04:27 +05:30 |
|
Rahul Tank
|
129137342e
|
Merge branch 'fix/nimble_pr_issues_v5.1' into 'release/v5.1'
fix(nimble): Add fixes for compilation issues in nimble (v5.1)
See merge request espressif/esp-idf!39845
|
2025-06-16 15:52:06 +05:30 |
|
Island
|
cf95955f1b
|
Merge branch 'bugfix/fix_blecibr25_119_v5.1' into 'release/v5.1'
fix(ble/bluedroid): Fixed extended adv restart failure during reconnection (v5.1)
See merge request espressif/esp-idf!39774
|
2025-06-13 10:59:18 +08:00 |
|
Rahul Tank
|
59a8334624
|
fix(nimble): Add fixes for compilation issues in nimble
1. Fix compile failures when CSFCS is 0
2. Wrap BLE service API with extern "C"
|
2025-06-12 21:03:31 +05:30 |
|
Rahul Tank
|
5a5163c189
|
Merge branch 'bugfix/fix_kconfig_names_v5.1' into 'release/v5.1'
fix(nimble): Modified Kconfig information to make it more user friendly (v5.1)
See merge request espressif/esp-idf!39647
|
2025-06-12 20:29:56 +05:30 |
|
Rahul Tank
|
735ffc0c5e
|
fix(nimble): Add invocation for mempool_deinit
|
2025-06-11 21:16:09 +05:30 |
|
chenjianhua
|
cdc7d549d1
|
feat(ble/bluedroid): Support anonymous address type for white list
|
2025-06-11 11:36:29 +08:00 |
|
chenjianhua
|
a763feb77c
|
feat(ble/bluedroid): Support BLE vendor event reporting with params
|
2025-06-11 11:15:52 +08:00 |
|
chenjianhua
|
102017e9bd
|
fix(bt/bluedroid): Fixed BLE connection active count getting
|
2025-06-11 11:13:33 +08:00 |
|
Chen Jian Hua
|
f7f78392fc
|
fix(ble/bluedroid): Fixed extended adv restart failure during reconnection
(cherry picked from commit 6392180813 )
Co-authored-by: chenjianhua <chenjianhua@espressif.com>
|
2025-06-10 21:33:17 +08:00 |
|
Island
|
f1d4845431
|
Merge branch 'bugfix/fix_ble_smp_fail_0x82_v5.1' into 'release/v5.1'
Bugfix/fix ble smp fail 0x82 (v5.1)
See merge request espressif/esp-idf!39659
|
2025-06-09 14:38:38 +08:00 |
|
Wang Meng Yang
|
69bc076fae
|
Merge branch 'change/opt_hid_device_connect_description_v5.1' into 'release/v5.1'
docs(bt/bluedroid): Updated HID Device connect API description (v5.1)
See merge request espressif/esp-idf!39607
|
2025-06-06 09:25:07 +08:00 |
|
Zhang Hai Peng
|
1aa126a25f
|
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:19 +08:00 |
|
Zhang Hai Peng
|
24d04f998c
|
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:17 +08:00 |
|
Rahul Tank
|
955a54ca5f
|
fix(nimble): Modified Kconfig information to make it more user friendly
|
2025-06-04 10:53:20 +05:30 |
|
liqigan
|
56d0e3e297
|
docs(bt/bluedroid): Updated HID Device connect API description
Closes https://github.com/espressif/esp-idf/issues/16020
|
2025-06-03 15:38:34 +08:00 |
|
Zhang Hai Peng
|
08d1f529f4
|
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:22 +08:00 |
|
Wang Meng Yang
|
53da6a3be5
|
Merge branch 'feat/add_avrcp_init_state_event_v5.1' into 'release/v5.1'
feat(bt/bluedroid): Add events to indicate the initialization states of AVRCP(v5.1)
See merge request espressif/esp-idf!39538
|
2025-05-30 18:42:34 +08:00 |
|
Wang Meng Yang
|
420604d60f
|
Merge branch 'fix/incorrect_setting_of_sco_packet_type_mask_v5.1' into 'release/v5.1'
fix(bt): fixed incorrect mask was used to exclude sco packets (backport v5.1)
See merge request espressif/esp-idf!39503
|
2025-05-30 14:21:02 +08:00 |
|
xiongweichao
|
0914d3ac3f
|
feat(bt/bluedroid): Add events to indicate the initialization states of AVRCP
|
2025-05-30 10:21:14 +08:00 |
|
Rahul Tank
|
33e844f0b9
|
Merge branch 'bugfix/add_ci_files_v5.1' into 'release/v5.1'
fix(nimble): Add CI files for base configurations (v5.1)
See merge request espressif/esp-idf!39245
|
2025-05-29 14:15:08 +05:30 |
|
gongyantao
|
1dcc1627b6
|
fix(bt): fixed incorrect mask was used to exclude sco packets
|
2025-05-29 09:56:03 +08:00 |
|
Rahul Tank
|
65f0d8a6c2
|
fix(nimble): Added CI files for various configurations
|
2025-05-28 20:03:36 +05:30 |
|
Zhang Hai Peng
|
9a3192a8a4
|
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-28 10:53:37 +08:00 |
|
Zhang Hai Peng
|
c8534e9ad7
|
fix(ble/bluedroid): Fixed clear BLE device recored
(cherry picked from commit 21391a45fd )
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2025-05-28 10:47:08 +08:00 |
|
Rahul Tank
|
03e8a0f95e
|
fix(nimble): Add changes for coverity reported issue
|
2025-05-21 11:35:07 +05:30 |
|
Rahul Tank
|
cefaaae6fd
|
Merge branch 'bugfix/handle_flow_control_flag_v5.1' into 'release/v5.1'
fix(nimble): Add chip dependancy flag for Flow control feature (v5.1)
See merge request espressif/esp-idf!39297
|
2025-05-21 09:53:35 +05:30 |
|
Rahul Tank
|
51327af803
|
Merge branch 'feat/min_size_builds_v5.1' into 'release/v5.1'
fix(nimble): Add support for minimilistic builds (v5.1)
See merge request espressif/esp-idf!39102
|
2025-05-21 07:26:28 +05:30 |
|
Rahul Tank
|
e9c5f3ad66
|
fix(nimble): Add chip dependancy flag for Flow control feature
|
2025-05-20 18:10:56 +05:30 |
|
Wang Meng Yang
|
6108880c43
|
Merge branch 'feat/add_l2cap_register_event_v5.1' into 'release/v5.1'
feat(bt): Added events for l2cap register and unregister vfs(v5.1)
See merge request espressif/esp-idf!38423
|
2025-05-20 10:05:37 +08:00 |
|
Rahul Tank
|
82b30702a8
|
fix(nimble): Add support for minimilistic builds
|
2025-05-19 12:53:39 +05:30 |
|
Sumeet Singh
|
b76d1937d1
|
fix(nimble): Fix proc rx entry comparison (v5.1)
|
2025-05-15 20:27:27 +05:30 |
|
xiongweichao
|
f3116b8b6d
|
fix(bt): fixed spp not reporting write event
|
2025-05-15 19:03:38 +08:00 |
|
xiongweichao
|
58f7289ebc
|
fix(bt): Fixed the issue with l2cap not using dynamic memory
|
2025-05-15 19:03:38 +08:00 |
|
xiongweichao
|
1ab16eeb30
|
feat(bt): Added events for l2cap register and unregister vfs
|
2025-05-15 19:03:38 +08:00 |
|
Island
|
0522298cdc
|
Merge branch 'bugfix/fix_some_ble_bugs_0422_v5.1' into 'release/v5.1'
Bugfix/fix some ble bugs 0422 (v5.1)
See merge request espressif/esp-idf!39069
|
2025-05-15 15:13:42 +08:00 |
|
Rahul Tank
|
16d281104f
|
fix(nimble): Extend support for allow connect during scan for more chips
|
2025-05-14 10:35:49 +05:30 |
|
Rahul Tank
|
624d9e4aa7
|
fix(nimble): Add support for anonymous address type for whitelist
|
2025-05-14 10:35:33 +05:30 |
|
Sumeet Singh
|
60a022a06b
|
fix(nimble): Fixed UUID type error in gatt caching included service search (v5.1)
|
2025-05-13 17:35:58 +05:30 |
|
Zhang Hai Peng
|
eba787a3df
|
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:13:27 +08:00 |
|
Zhang Hai Peng
|
62bd4c9db1
|
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:13:25 +08:00 |
|
Zhang Hai Peng
|
9daee9d738
|
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:13:22 +08:00 |
|
Zhang Hai Peng
|
bff01a9ef3
|
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:13:20 +08:00 |
|
Zhang Hai Peng
|
3693bd081a
|
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:13:18 +08:00 |
|
Astha Verma
|
4ccfbe115a
|
fix(nimble): Added api's for fetching gatt cache data and for discovering included service
|
2025-05-12 12:09:32 +05:30 |
|