chenjianhua
|
4fa7610be8
|
feat(ble/bluedroid): Support setting connection params when creating connection
|
2024-12-03 18:05:12 +08:00 |
|
Jin Cheng
|
42b9cc11da
|
fix(bt/bluedroid): disconnect SDP connection on receiving incorrect response
|
2024-11-25 10:21:11 +08:00 |
|
xiongweichao
|
a4b0000cc4
|
fix(bt/bluedroid): Fixed the incorrect error code returned
when receiving an invalid command
|
2024-11-18 17:02:06 +08:00 |
|
linruihao
|
f6db0211c6
|
fix(bt/bluedroid): Fix memory leak in sco when bluedroid disable
|
2024-11-06 19:42:32 +08:00 |
|
Island
|
84cae3aa8c
|
Merge branch 'feat/support_blecrt_90_v5.0' into 'release/v5.0'
feat(bt/bluedroid): Added API to set supported channel selection algorithm (v5.0)
See merge request espressif/esp-idf!34502
|
2024-11-06 11:50:08 +08:00 |
|
Zhang Hai Peng
|
4074270dd1
|
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:43 +08:00 |
|
Zhang Hai Peng
|
f268734259
|
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:21 +08:00 |
|
chenjianhua
|
f55b6373e6
|
fix(bt/bluedroid): Update address type for BLE link when the connection is completed
|
2024-10-29 21:53:21 +08:00 |
|
Chen Jian Hua
|
73453ee3e1
|
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:08 +08:00 |
|
Zhang Hai Peng
|
19980e1bd3
|
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-17 16:13:15 +08:00 |
|
zhanghaipeng
|
ab0d3831db
|
feat(ble/bluedroid): Optimize address resolution status for interval use
|
2024-09-27 14:48:30 +08:00 |
|
Zhang Hai Peng
|
d6a0fa813d
|
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:13 +08:00 |
|
chenjianhua
|
338763fae7
|
test(bt/bluedroid): Support to disable BLE address resolution
|
2024-09-23 13:30:59 +08:00 |
|
Jiang Jiang Jian
|
c5eb3eaef5
|
Merge branch 'bugfix/fix_sdp_bugs_v5.0' into 'release/v5.0'
Bugfix/fix sdp bugs[backport 5.0]
See merge request espressif/esp-idf!33605
|
2024-09-21 15:02:58 +08:00 |
|
Jiang Jiang Jian
|
c01e90daa8
|
Merge branch 'feat/support_blecrt_242_v5.0' into 'release/v5.0'
fix(bt/bluedroid): Fixed access fault when reading BLE controller information fails (v5.0)
See merge request espressif/esp-idf!33631
|
2024-09-21 14:57:25 +08:00 |
|
Chen Jian Hua
|
856bc4bede
|
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:19 +08:00 |
|
liqigan
|
bfd1ea82bd
|
change(bt/bluedroid): Limited SDP service discovery operation
|
2024-09-18 16:43:46 +08:00 |
|
linruihao
|
cbd12f5ce5
|
fix(bt/bluedroid): Fixed some bugs in AVRCP
|
2024-09-18 11:29:40 +08:00 |
|
xiongweichao
|
dc937198c9
|
fix(bt/bluedroid): Fix the protocol stack to exit sniff mode
- Already in result mode but request change indication has not been cleared
|
2024-09-10 11:42:25 +08:00 |
|
Island
|
2b6c3c6872
|
Merge branch 'docs/optimized_ble_gattc_multi_connect_example_v5.0' into 'release/v5.0'
docs(ble/bluedroid): Optimize BLE example documentation for getting characteristic (v5.0)
See merge request espressif/esp-idf!33197
|
2024-09-06 10:31:41 +08:00 |
|
Jiang Jiang Jian
|
faa67c770a
|
Merge branch 'contrib/github_pr_14286_v5.0' into 'release/v5.0'
fix(bt): Add a parameter in the two least significant bits of Class of Device (backport v5.0)
See merge request espressif/esp-idf!33168
|
2024-08-30 11:30:46 +08:00 |
|
Nebojša Cvetković
|
be99097435
|
fix(bt/bluedroid): Resolve warning: unused variable 'pp'
|
2024-08-29 16:17:59 +08:00 |
|
chenqingqing
|
1f15a8d3dd
|
fix(bt): Add a parameter in the two least significant bits of Class of Device
|
2024-08-28 16:55:19 +08:00 |
|
WebDust21
|
32a0d4a17e
|
fix(bt): Enable use of RESERVED bits in COD (GitHub PR)
|
2024-08-28 16:55:07 +08:00 |
|
chenjianhua
|
7844ccaa8b
|
fix(bt/bluedroid): Fixed compile warning when optimize for performance
|
2024-08-28 11:13:18 +08:00 |
|
Jiang Jiang Jian
|
ef0f7f6d23
|
Merge branch 'bugfix/fix_ble_resolve_adv_data_v5.0' into 'release/v5.0'
fix(ble/bluedroid): Fixed memory out-of-bounds issue when parsing adv data (v5.0)
See merge request espressif/esp-idf!33026
|
2024-08-26 14:49:23 +08:00 |
|
chenjianhua
|
0010bdf34c
|
feat(bt/bluedroid): Report HCI error code to app when command fails
|
2024-08-23 16:57:46 +08:00 |
|
chenjianhua
|
ed35ce2c22
|
fix(bt/bluedroid): Fixed BLE create conn cancel when conn already exist
|
2024-08-23 16:57:46 +08:00 |
|
zhanghaipeng
|
3818ca3a46
|
fix(ble/bluedroid): Fixed memory out-of-bounds issue when parsing adv data
|
2024-08-23 09:42:32 +08:00 |
|
zhanghaipeng
|
efd0a06db6
|
fix(ble/bluedroid): Fixed BLE cannot create connection
|
2024-07-26 10:38:05 +08:00 |
|
zhanghaipeng
|
4593ae0741
|
fix(ble/bluedroid): Fixed BLE set adv param check
|
2024-07-10 12:23:55 +08:00 |
|
zhanghaipeng
|
7212e4e1a8
|
feat(ble/bluedroid): Support BLE50 instance in related event
|
2024-07-09 15:45:10 +08:00 |
|
zhanghaipeng
|
eec3f541f0
|
fix(ble/bluedroid): Fixed BLE report event when connection fails
|
2024-06-28 12:00:51 +08:00 |
|
chenjianhua
|
ef3c6da507
|
feat(bt/bluedroid): Add definition for the reason of BLE authentication failure
|
2024-06-24 19:48:36 +08:00 |
|
chenjianhua
|
b9fb0b8907
|
fix(bt/bluedroid): Fixed BLE security vulnerability when using fixed IRK
|
2024-06-24 19:48:36 +08:00 |
|
zhanghaipeng
|
846273356a
|
fix(ble/bluedroid): Optimize BLE stack connect callback name
|
2024-06-02 19:26:38 +08:00 |
|
zhanghaipeng
|
1d8f0aec81
|
fix(ble/bluedroid): Fixed BLE no data length change event
|
2024-06-02 19:26:27 +08:00 |
|
Alexey Lapshin
|
ef4a5fda2d
|
fix(bt): fix gcc 13.1.0 warnings
|
2024-05-28 15:57:46 +08:00 |
|
chenjianhua
|
8991f6912a
|
feat(bt/bluedroid): support BLE set privacy mode
|
2024-05-22 10:46:33 +08:00 |
|
liqigan
|
eb99868b56
|
fix(bt/bluedroid): Fix HID Device connection failed bug
Closes https://github.com/espressif/esp-idf/issues/13671
|
2024-05-09 09:24:16 +08:00 |
|
liqigan
|
a91bee2b4c
|
fix(bt/bluedroid): Fix HID Host connection bugs
1. Fix is_orig value inconsistency for HIDH open event
2. Fix the error state for repeat connection of the same device
|
2024-05-09 09:24:16 +08:00 |
|
Island
|
961ca4f975
|
Merge branch 'bugfix/fix_ble_coex_assert_v5.0' into 'release/v5.0'
Update esp32 bt-lib (4012cfb)(backport v5.0)
See merge request espressif/esp-idf!30519
|
2024-04-28 10:48:07 +08:00 |
|
zhanghaipeng
|
f449df139c
|
feat(ble/bluedroid): Support BLE command status debug log
|
2024-04-26 17:14:44 +08:00 |
|
zhanghaipeng
|
f0450152f2
|
feat(ble/bluedroid): Support BLE add device to resolving list
|
2024-04-25 15:58:19 +08:00 |
|
zhanghaipeng
|
ebf929b5f8
|
feat(ble/bluedroid): Support set resolvable provate address timeout by api
|
2024-04-25 15:58:19 +08:00 |
|
zhanghaipeng
|
182cbb85f8
|
fix(ble/bluedroid): Fixed BLE GATT max length of an attribute value
|
2024-04-25 15:58:19 +08:00 |
|
zhanghaipeng
|
e45d91c36d
|
fix(ble/bluedroid): Fixed set BLE appearance value
|
2024-04-17 20:40:09 +08:00 |
|
zhiweijian
|
70f84cfca9
|
fix(ble/bluedroid): Fixed adv not restart due to disconnection reason 0x3e
|
2024-04-13 15:53:20 +08:00 |
|
zhiweijian
|
57665f7246
|
feat(bt/bluedroid): add api to setnd vendor hci command
|
2024-04-13 14:13:43 +08:00 |
|
zhiweijian
|
1e72b8b803
|
feat(ble/bluedroid): Add APIs for BLE direct test mode on bluedroid host
|
2024-04-13 14:13:04 +08:00 |
|