Jiang Jiang Jian
3ce7f472bf
Merge branch 'bugfix/fix_ble_recorrect_enable_bug_v5.0' into 'release/v5.0'
...
fix(ble/controller): Fixed BLE recorrect enable bug and fixed BLE bb isr enable by default (backport v5.0)
See merge request espressif/esp-idf!28109
2023-12-27 20:11:16 +08:00
zhiweijian
d09adbc8fc
fix(ble/controller): Fixed BLE recorrect enable bug and fixed BLE bb isr enable by default
2023-12-25 16:16:53 +08:00
linruihao
42bdbcc946
fix(bt/controller): Fixed establish two sco connections failed
2023-12-25 15:48:39 +08:00
Jiang Jiang Jian
86f06e0560
Merge branch 'bugfix/fix_memory_leak_in_c3_s3_controller_v5.0' into 'release/v5.0'
...
Fixed memory leak in ESP32C3 and ESP32S3 controller (Backport v5.0)
See merge request espressif/esp-idf!27893
2023-12-25 14:28:16 +08:00
Jiang Jiang Jian
31194d3646
Merge branch 'bugfix/fix_some_ble_bugs_v5.0' into 'release/v5.0'
...
Fixed some BLE bugs (backport v5.0)
See merge request espressif/esp-idf!27697
2023-12-25 14:06:39 +08:00
cjin
f6760db77d
change(ble): added ble cca en and thresh option
2023-12-19 14:42:48 +08:00
luomanruo
8b513228e3
ble: support for selecting CSA#2 by menuconfig
...
ble(fix): fixed event receiving on host side without returning event buffer to pool
2023-12-19 14:32:18 +08:00
luomanruo
9af84f4ff7
ble(update):
...
Update c2 lib to 7c6c9d53
2023-12-19 12:25:17 +08:00
Island
f2221c055a
Merge branch 'bugfix/ble_update_lib_20231201_v5.0' into 'release/v5.0'
...
update lib on release/v5.0
See merge request espressif/esp-idf!27586
2023-12-19 12:06:46 +08:00
linruihao
9a4c4b11d3
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(9129dec)
2023-12-13 20:06:55 +08:00
chenjianhua
32d3bf7919
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(65db61f)
...
- Fixed remove and clear white list
2023-12-08 13:40:44 +08:00
chenjianhua
51ba771176
fix(bt): Update bt lib for ESP32(fa43201)
...
- Fixed assert for instant passed workaround
- Fixed scan evt timeout
- Fixed random address setting when scanning
2023-12-06 10:51:38 +08:00
shangke
2c3b392b0e
fix(bt/controller): Fixed some HCI commands parameter
2023-12-06 10:51:31 +08:00
luomanruo
8e48c4756e
ble: update ble log on ESP32C2
...
ble(fix): clear event queue when init event queue
2023-12-05 16:11:15 +08:00
chenjianhua
259e8ab25b
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(b8f0db9)
...
- Fixed assert when llcp instant passed
2023-12-04 17:09:50 +08:00
chenjianhua
19919a2222
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(70ab55f)
...
- Fixed assert for instant passed workaround
- Fixed add RPA to white list
- Fixed AES encryption for RPA resolution
2023-12-04 17:09:38 +08:00
luomanruo
63c78087ed
ble(update):
...
Update c2 lib to 47a787f0
2023-12-01 19:30:43 +08:00
luomanruo
69e7b56c48
ble:
...
Update c2 lib to 79ed4e8a
2023-11-24 19:20:54 +08:00
luomanruo
1c0fb3bb4a
ble(fix): deinit crash issue
2023-11-22 03:13:43 +00:00
luomanruo
1c261213d7
ble: update controller log module
2023-11-22 03:13:43 +00:00
luomanruo
30cd76b0f0
ble: update c2 lib to db4e1fb2
2023-11-22 03:13:43 +00:00
luomanruo
977b7f4bdb
ble(fix): Fixed the issue of not returning memory to the memory pool after deinit callout
...
ble(fix): Fixed the issue of not returning memory to the memory pool after deinit callout
2023-11-22 03:13:43 +00:00
chenjianhua
50b49d856f
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(2758518)
...
- Fixed power state setting when entering modem sleep
2023-11-15 17:16:46 +08:00
chenjianhua
cd242a5e3e
Update bt lib for ESP32-C3 and ESP32-S3(f817304)
...
- Support get the range of TX power level
- Support clear legacy adv using vendor hci
2023-11-15 17:16:19 +08:00
zhanghaipeng
6bf79dfa8f
fix(ble/controller): Fix bugs in setting adv data and scan response data
2023-11-15 17:16:08 +08:00
chenjianhua
905da8f5bf
update esp32 bt-lib (6458728)
...
- Modify mesh proxy solic uuid to 0x18590303
- Support get the range of TX power level
- Support clear legacy adv using vendor hci
2023-11-15 17:15:16 +08:00
luomanruo
21885a0cf9
ble: update c2 lib to 6ed444f2
2023-10-31 16:28:50 +08:00
luomanruo
27f1557d70
ble: update c2 rom.ld
2023-10-31 16:28:50 +08:00
luomanruo
30f1c507d4
ble: update c2 lib to 1d31e175
2023-10-31 16:28:49 +08:00
Jiang Jiang Jian
349bc1795c
Merge branch 'feature/free_bt_memory_5.0' into 'release/v5.0'
...
feat(bt): Frees BLE memory when no longer in use
See merge request espressif/esp-idf!26574
2023-10-26 17:55:32 +08:00
Jiang Jiang Jian
231e822d03
Merge branch 'bugfix/backport_some_ble_bugs_20231020_v5.0' into 'release/v5.0'
...
Fixed some BLE bugs 20231020 (backport v5.0)
See merge request espressif/esp-idf!26606
2023-10-26 11:51:48 +08:00
Shen Weilong
6875e2b7d0
feat(bt): Frees BLE memory when no longer in use
...
It will free libble.a & libbt all txt, data and bss segment memory.
This memory is combined into one large memory and put into the heap
pool.
2023-10-24 06:04:39 +00:00
Wang Meng Yang
46c75fc31c
Merge branch 'bugfix/coex_cfg_option_invisible_v5.0' into 'release/v5.0'
...
fix(esp_coex): Fix dependency errors in coexist configuration (Backport v5.0)
See merge request espressif/esp-idf!26581
2023-10-23 16:21:00 +08:00
zhiweijian
c6588baf8f
Update BLE lib on ESP32-C3 and ESP32-S3
...
- modify mesh proxy solic uuid to 0x18590303
- Fixed DTM payload length cannot be 0
- Added config to enable Hw recorrect eco
- report the number of packets sent on the TX end
2023-10-20 17:16:53 +08:00
zhiweijian
f3729b1610
feat: add config to disable ble hci uart flow control
2023-10-20 17:16:45 +08:00
zhiweijian
b13e24f26c
change: enable pll track by default on ESP32
2023-10-20 17:16:37 +08:00
chenjianhua
3502d25a2e
Update bt lib for ESP32-C3 and ESP32-S3(c8aa206)
...
- Fixed extended adv address setting after adv restart
- Fixed scan channel index setting for extended scan
- Add API to set aux channel index for extended adv
2023-10-20 17:16:17 +08:00
chenjianhua
ab427cc1c0
Update bt lib for ESP32-C3 and ESP32-S3(29996e0)
...
- Fixed address resolution for directed adv with RPA when scanning
- Fixed resolvable private address renew after timeout
2023-10-20 17:16:06 +08:00
zhiweijian
a16c26c4ca
Add new mesh types for exception list on ESP32-C3 and ESP32-S3
2023-10-20 17:15:55 +08:00
linruihao
dd16903b51
fix(esp_coex): Fix dependency errors in coexist configuration
2023-10-19 19:04:32 +08:00
luomanruo
8b7c87028b
ble: update controller log module for ESP32-C2
2023-10-18 18:03:45 +08:00
luomanruo
3d381ba560
ble: update controller log module for ESP32-C2
2023-10-18 16:59:11 +08:00
cjin
82563128c8
change(ble): update ble lib on c6 h2 and c2 chip
2023-10-18 16:28:22 +08:00
Island
00d58a92dc
Merge branch 'ble_dev/added_modem_reset_on_ble_v5_0' into 'release/v5.0'
...
feat(ble): added modem reset on c2
See merge request espressif/esp-idf!26450
2023-10-17 15:42:12 +08:00
Island
467cae8a41
Merge branch 'backport_v5.0' into 'release/v5.0'
...
Fix some BLE bugs in bluedroid host(backport 5.0)
See merge request espressif/esp-idf!26168
2023-10-17 11:00:39 +08:00
zhanghaipeng
18c8d0e04c
fix(bt/bluedroid): Optimize the description of Scan Duplicate in BLE
2023-10-16 19:29:45 +08:00
Wang Meng Yang
209608623c
Merge branch 'bugfix/config_tpoll_fail_v5.0' into 'release/v5.0'
...
Bugfix/config tpoll fail v5.0
See merge request espressif/esp-idf!26452
2023-10-16 10:59:05 +08:00
baohongde
64e1f2fe5e
feat(bt/hci): Added Vendor-Specific HCI command to disable DM1 for ACL-U
2023-10-13 14:22:39 +08:00
baohongde
363f37cc67
fix(bt/bluedroid): Fix issue of QoS configuration failure when t_poll is greater than 40
2023-10-13 14:22:39 +08:00
cjin
dc8e00e22f
feat(ble): added modem reset on c2
2023-10-13 11:44:18 +08:00