zwl
|
c2bf1ff2b5
|
feat(bluetooth/controller): update nimble host to adapt hci layer
|
2024-07-16 13:23:41 +08:00 |
|
zwl
|
4ec72b01fb
|
feat(bluetooth/controller): add default cts and rts macro definition
|
2024-07-16 13:23:41 +08:00 |
|
zwl
|
b7ea3416c3
|
feat(bluetooth/controller): adopting new HCI layer code and support UHCI function on ESP32-C6 and ESP32-H2
|
2024-07-16 13:23:41 +08:00 |
|
zwl
|
c09892df4a
|
feat(bluetooth/controller): adopting new HCI layer code on ESP32-C2
|
2024-07-16 13:23:41 +08:00 |
|
zwl
|
d7838290e5
|
feat(bluetooth/controller): optimize bt hci layer code
|
2024-07-16 13:23:41 +08:00 |
|
Jin Cheng
|
1b848b6ef0
|
fix(bt/controller): Removed an improper assertion in ACL link driver.
It can be triggered on peripheral SNIFF mode
when RX window is adjusted on ESP32.
|
2024-07-15 15:29:26 +08:00 |
|
Jiang Jiang Jian
|
0b6f501aef
|
Merge branch 'docs/optimized_ble_controller_api_references_esp32_v5.1' into 'release/v5.1'
docs(ble): Revised the esp32 controller API explanations (v5.1)
See merge request espressif/esp-idf!31927
|
2024-07-15 10:41:52 +08:00 |
|
Island
|
dc859c1e67
|
Merge branch 'feat/add_ble50_instant_v5.1' into 'release/v5.1'
docker / docker (push) Has been cancelled
Add support for BLE 5.0 instances in related events (v5.1)
See merge request espressif/esp-idf!31992
|
2024-07-12 14:52:56 +08:00 |
|
Wei Yu Han
|
d7960deda7
|
docs(ble): Removed trailing whitespaces
|
2024-07-12 09:15:05 +08:00 |
|
Wei Yu Han
|
3db28fbb04
|
docs(ble): Revised the explanation for esp_bt_mem_release and esp_bt_controller_mem_release
|
2024-07-12 08:54:17 +08:00 |
|
zhanghaipeng
|
0c82c90bca
|
fix(ble/bluedroid): Fixed BLE set adv param check
|
2024-07-10 12:24:37 +08:00 |
|
Wei Yu Han
|
e7b13d719d
|
docs(ble): Add the parameter name data in esp_vhci_host_send_packet
|
2024-07-10 10:41:50 +08:00 |
|
zhiweijian
|
3cac5c4fdd
|
fix(bt/nimble): split hci log in nimble
|
2024-07-09 16:40:06 +08:00 |
|
zhanghaipeng
|
67e1325377
|
feat(ble/bluedroid): Support BLE50 instance in related event
|
2024-07-09 15:38:44 +08:00 |
|
linruihao
|
b981e4cdac
|
fix(bt/controller): Fixed some controller bugs
- Fixed fail to establish eSCO when connected to two devices
- Changed some error log level to Debug if the error have a workaround
Closes https://github.com/espressif/esp-idf/issues/12340
|
2024-07-08 14:26:59 +08:00 |
|
liqigan
|
8725c9a56e
|
fix(bt/controller): Fixed not report HCI_Disconnection_Complete event
|
2024-07-08 14:26:59 +08:00 |
|
Island
|
c8b9ad5da0
|
Merge branch 'fix/blemesh24_61_v5.1' into 'release/v5.1'
fix/blemesh24_61 (v5.1)
See merge request espressif/esp-idf!31566
|
2024-07-08 14:06:32 +08:00 |
|
Rahul Tank
|
e922e49f85
|
Revert "fix(nimble): Added debug print to check for skipped adv report"
This reverts commit 634412e20c .
|
2024-07-05 18:09:25 +05:30 |
|
Wang Ning
|
565394ba44
|
Apply 1 suggestion(s) to 1 file(s)
Co-authored-by: Wang Ning <wangning@espressif.com>
|
2024-07-05 18:08:13 +08:00 |
|
Yuhan Wei
|
86463b7f27
|
docs(ble): Add the explanations to controller parameters configurable in menuconfig
|
2024-07-05 18:08:13 +08:00 |
|
Wang Ning
|
b81ddcbed0
|
Apply 35 suggestion(s) to 1 file(s)
Co-authored-by: Wang Ning <wangning@espressif.com>
|
2024-07-05 18:08:13 +08:00 |
|
Yuhan Wei
|
fde21eab8e
|
docs(ble): Removed note in esp_bt_controller_config_t
|
2024-07-05 18:08:13 +08:00 |
|
Yuhan Wei
|
2dcd257dcf
|
docs(ble): Replaced BT with Bluetooth
|
2024-07-05 18:08:13 +08:00 |
|
Yuhan Wei
|
e7be8fa4c6
|
docs(ble): Removed unnecessary explanations
|
2024-07-05 18:08:13 +08:00 |
|
Yuhan Wei
|
060a7e3abb
|
docs(ble): Added corresponding values to the controller mode
|
2024-07-05 18:08:12 +08:00 |
|
Yuhan Wei
|
e742961c9c
|
docs(ble): Fixed the explanation of TX power type
|
2024-07-05 18:08:12 +08:00 |
|
Yuhan Wei
|
5f1064ccc4
|
docs(ble): Added typeof for BLE sleep clock accuracy enum
|
2024-07-05 18:08:12 +08:00 |
|
Yuhan Wei
|
09a682753f
|
docs(ble): Added a name for BLE sleep clock accuracy enum
|
2024-07-05 18:08:12 +08:00 |
|
Yuhan Wei
|
698c38441e
|
docs(ble): Revised the esp32 controller API explanations
|
2024-07-05 18:08:12 +08:00 |
|
Island
|
aaeb03ad36
|
Merge branch 'bugfix/fixed_ble_issues_on_esp32c2_esp32c6_v5.1' into 'release/v5.1'
Bugfix/fixed ble issues on esp32c2 esp32c6 (v5.1)
See merge request espressif/esp-idf!31861
|
2024-07-05 10:39:26 +08:00 |
|
luoxu
|
86fd1c0ca1
|
fix(ble_mesh): ensure the operation of adv busy is thread-safe
|
2024-07-04 12:13:03 +08:00 |
|
luoxu
|
5e7546269e
|
feat(ble_mesh): add cas operation for bt_mesh_atomic_val_t
|
2024-07-04 12:13:03 +08:00 |
|
zwl
|
98f12d1a2d
|
fix(ble): fixed some ble controller issues on ESP32C6 and ESP32H2
|
2024-07-02 15:44:32 +08:00 |
|
zwl
|
8744e7c8bc
|
fix(ble): fixed some ble controller issues on ESP32-C2
|
2024-07-02 15:44:32 +08:00 |
|
Rahul Tank
|
634412e20c
|
fix(nimble): Added debug print to check for skipped adv report
|
2024-07-01 15:33:53 +05:30 |
|
Jiang Jiang Jian
|
abc703a0dd
|
Merge branch 'bugfix/fix_ble_connect_fail_report_time_v5.1' into 'release/v5.1'
fix(ble/bluedroid): Fixed BLE report event when connection fails (v5.1)
See merge request espressif/esp-idf!31783
|
2024-07-01 14:20:09 +08:00 |
|
Jiang Jiang Jian
|
6b60fc715f
|
Merge branch 'bugfix/crash_after_bluedroid_deinit_v5.1' into 'release/v5.1'
fix(bt/bluedroid): Fixed controller using null pointer after bluedroid deinit(v5.1)
See merge request espressif/esp-idf!30328
|
2024-07-01 10:20:53 +08:00 |
|
Rahul Tank
|
c98f32ecb9
|
Merge branch 'bugfix/set_correct_cb_arg_v5.1' into 'release/v5.1'
fix(nimble): Pass the correct cb arg during reconnection attempt (v5.1)
See merge request espressif/esp-idf!31719
|
2024-06-28 21:00:58 +08:00 |
|
zhanghaipeng
|
6f08290f3d
|
fix(ble/bluedroid): Fixed BLE report event when connection fails
|
2024-06-28 12:00:45 +08:00 |
|
Island
|
3530c0c7c8
|
Merge branch 'bugfix/fixed_hci_uart_error_on_esp32c6_esp32h2_v5.1' into 'release/v5.1'
feat(bluetooth/controller): Fixed the issue of unresponsiveness when using hci... (v5.1)
See merge request espressif/esp-idf!31752
|
2024-06-27 17:19:29 +08:00 |
|
Island
|
4efd577c19
|
Merge branch 'bugfix/fix_some_ble_bugs_cjh_v5.1' into 'release/v5.1'
Fixed some BLE bugs 240620 (backport v5.1)
See merge request espressif/esp-idf!31654
|
2024-06-26 20:33:14 +08:00 |
|
zwl
|
ea6d8e64c9
|
feat(bluetooth/controller): Fixed the issue of unresponsiveness when using hci uart mode on ESP32-C6 and ESP32-H2
|
2024-06-26 17:32:57 +08:00 |
|
Jiang Jiang Jian
|
55cfe6ee21
|
Merge branch 'bugfix/l2cap_use_wrong_handle_v5.1' into 'release/v5.1'
fix(bt/bluedroid): Fixed the issue of using the wrong handle to handle the BTA_JV_L2CAP_READ_EVT event(v5.1)
See merge request espressif/esp-idf!31280
|
2024-06-26 10:41:21 +08:00 |
|
Jiang Jiang Jian
|
6f1ff29851
|
Merge branch 'fix/add_integrity_check_when_select_temporary_key_v5.1' into 'release/v5.1'
fix(bt): add integrity check when temporary link key selected(backport v5.1)
See merge request espressif/esp-idf!31700
|
2024-06-26 10:37:53 +08:00 |
|
Island
|
cf072a4fe3
|
Merge branch 'feat/optimize_bt_porting_layer_0619_v5.1' into 'release/v5.1'
Feat/optimize bt porting layer 0619 (v5.1)
See merge request espressif/esp-idf!31674
|
2024-06-25 14:18:32 +08:00 |
|
Rahul Tank
|
0edef52a67
|
fix(nimble): Pass the correct cb arg during reconnection attempt
|
2024-06-25 08:32:14 +05:30 |
|
chenjianhua
|
3730b0a9af
|
feat(bt/bluedroid): Add definition for the reason of BLE authentication failure
|
2024-06-24 17:59:01 +08:00 |
|
chenjianhua
|
5eed961113
|
fix(bt/bluedroid): Fixed BLE security vulnerability when using fixed IRK
|
2024-06-24 17:59:01 +08:00 |
|
chenjianhua
|
40b9ec3860
|
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(0738a61)
- Fixed BT BB interrupt allocation
- Refactor the prefix of assert print
- Fixed HCI LE set privacy mode command handle
|
2024-06-24 17:59:01 +08:00 |
|
chenjianhua
|
ae29703fb4
|
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(eca46a0)
- Fixed adv data buffer free after restart adv
- Fixed BLE interrupt allocation using esp API
|
2024-06-24 17:59:01 +08:00 |
|