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
gongyantao
6cd05b082a
fix(bt): add integrity check when temporary link key selected
2024-06-24 17:50:35 +08:00
cjin
066e04a9a4
fix(ble): added c6 config check for ble light sleep
2024-06-24 11:31:40 +08:00
zwl
5fe68c206e
feat(bluetooth/controller): adjust bt/porting code structure and delete redundant code
2024-06-24 11:31:40 +08:00
Rahul Tank
517064d0b3
Merge branch 'bugfix/free_memory_before_reattempt_v5.1' into 'release/v5.1'
...
fix(nimble): Clear resource before re-starting advertising(v5.1)
See merge request espressif/esp-idf!31627
2024-06-24 10:45:17 +08:00
Rahul Tank
b482d04fb6
fix(nimble): Clear resource before re-starting advertising
2024-06-20 11:02:46 +05:30
xiongweichao
b63bcef8e0
fix(bt/bluedroid): Fixed crash after bluedroid deinit
...
hci_host_env.downstream_data_ready is set to NULL during bluedroid deinit,
causing the controller to use a null pointer when calling callback.
2024-06-17 19:03:47 +08:00
xiongweichao
69729d4639
fix(bt/bluedroid): Fixed deadlock caused by not unlocking
2024-06-17 19:03:05 +08:00
xiongweichao
3eb54ad307
fix(bt/bluedroid): Fixed L2CAP using wrong handle
...
- Fixed the issue of using the wrong handle to handle the BTA_JV_L2CAP_READ_EVT event.
- Closes https://github.com/espressif/esp-idf/issues/13847
2024-06-17 19:03:05 +08:00
zwl
b01930a5c0
feat(bluetooth/controller): update controller api name on ESP32-C2
2024-06-17 16:43:32 +08:00
zwl
7019204f20
feat(bluetooth/controller): update controller api name on ESP32-C6 and ESP32-H2
2024-06-17 16:43:32 +08:00
Rahul Tank
58a9d0e27b
Merge branch 'bugfix/fix_no_mem_coex_issue_v5.1' into 'release/v5.1'
...
fix(nimble): Added change to handle extra memory for ext adv reattempt (v5.1)
See merge request espressif/esp-idf!31502
2024-06-14 20:04:19 +08:00
Rahul Tank
d5c4973bd3
fix(nimble): Added change to handle extra memory for ext adv reattempt
2024-06-14 12:05:09 +05:30
linruihao
18cac360b9
fix(bt/controller): Fixed assert issue caused by DPORT access
2024-06-13 17:36:05 +08:00
zhanghaipeng
ae9a2fde60
fix(ble/controller): Update esp32 bt-lib (1e63e23)
...
- Optimized GATT write and notify throughput on ESP32
- Fixed BLE connect timeout after using DTM on ESP32
- Added ke memory debug tools on ESP32
- Fixed memory leak issue when BLE SCAN and other event coexist on ESP32
2024-06-13 16:41:06 +08:00
Island
e3c4c76b17
Merge branch 'bugfix/fix_ble_pktlen_change_v5.1' into 'release/v5.1'
...
Bugfix/fix ble pktlen change (v5.1)
See merge request espressif/esp-idf!31251
2024-06-13 11:03:41 +08:00
Rahul Tank
d2f8b753fc
Merge branch 'bugfix/ble_gap_unpair_error_code_v5.1' into 'release/v5.1'
...
fix(nimble): Added return code in ble_gap_unpair error logs (v5.1)
See merge request espressif/esp-idf!31309
2024-06-06 12:54:08 +08:00
Jiang Jiang Jian
7f1a2c3cc1
Merge branch 'fix/assert_in_bt_controller_v5.1' into 'release/v5.1'
...
fix(bt): fix some issues in bluetooth controller(backport v5.1)
See merge request espressif/esp-idf!31323
2024-06-06 12:02:43 +08:00
Abhinav Kudnar
5694eb354f
fix(nimble): Added return code in ble_gap_unpair error logs
2024-06-05 12:10:41 +05:30
Island
76e28986ba
Merge branch 'fix/idfgh-12762_v5.1' into 'release/v5.1'
...
fix(ble_mesh):Fixed a compatibility issue with the provisioner (v5.1)
See merge request espressif/esp-idf!30731
2024-06-05 10:44:02 +08:00
Island
445811d412
Merge branch 'optimize/bt_make_alarm_num_configurable_v5.1' into 'release/v5.1'
...
feat(ble_mesh): Make alarm number configurable (v5.1)
See merge request espressif/esp-idf!30789
2024-06-05 10:43:49 +08:00
gongyantao
2a98fba7fe
fix(bt): fix some issues in bluetooth controller
...
1: fix return incorrect link key with hci command rd_stored_link_key
2: fix the assert triggered during APB TX
3: fix role switch LMP collision bug
2024-06-05 09:11:57 +08:00
Wang Meng Yang
b36c954052
Merge branch 'feat/set_get_lpclk_src_v5.1' into 'release/v5.1'
...
feat(ble): Added API to get low power clock source(v5.1)
See merge request espressif/esp-idf!30108
2024-06-04 19:36:22 +08:00
Wang Meng Yang
50599a62f5
Merge branch 'bugfix/spp_crash_after_deint_v5.1' into 'release/v5.1'
...
fix(bt/bluedroid): Fixed SPP crash due to the connection not being disconnected before esp_spp_deinit was called(v5.1)
See merge request espressif/esp-idf!30081
2024-06-04 19:34:40 +08:00
luoxu
23c712ed13
fix(ble_mesh):Fixed a compatibility issue with the provisioner
...
Closes https://github.com/espressif/esp-idf/issues/13741
2024-06-04 16:50:12 +08:00
wangjialiang
410a02acf0
feat(ble_mesh): Make alarm number configurable
2024-06-04 16:36:10 +08:00
Rahul Tank
6ab57bbcc4
fix(nimble): Explicitly NULL assign adv data
2024-06-04 12:16:12 +05:30
Island
a9d29b3281
Merge branch 'feat/add_hci_log_record_for_nimble_v5.1' into 'release/v5.1'
...
feat(bt/nimble): support hci log for nimble (backport v5.1)
See merge request espressif/esp-idf!31213
2024-06-04 14:19:00 +08:00
Island
d456fdf322
Merge branch 'bugfix/esp32c2_fixed_some_ble_issues_master_v5.1' into 'release/v5.1'
...
Bugfix/esp32c2 fixed some ble issues master (v5.1)
See merge request espressif/esp-idf!31234
2024-06-04 10:22:07 +08:00
xiongweichao
0648347994
feat(ble): Added API to get low power clock source
2024-06-03 10:25:29 +08:00
xiongweichao
5a8f272660
fix(bt/bluedroid): Fix SPP crash after deinit
...
- The disconnection event comes up after spp disable is completed, so a null pointer is used.
2024-06-03 10:24:00 +08:00
zhiweijian
42aa1be457
feat(bt/nimble): support hci log for nimble
2024-06-03 09:48:51 +08:00
zhanghaipeng
9d5f956e87
fix(ble/bluedroid): Optimize BLE stack connect callback name
2024-06-02 19:25:12 +08:00
zhanghaipeng
2f14db087d
fix(ble/bluedroid): Fixed BLE no data length change event
2024-06-02 19:23:56 +08:00
zwl
f590e07eb1
ble: fixed ble some issues on esp32c6 and esp32h2
2024-05-31 17:13:44 +08:00
zwl
ffc8485670
ble: fixed ble some issues on esp32c2
2024-05-31 17:13:44 +08:00
Rahul Tank
3b5c0b7d73
fix(nimble): Added change to free memory in case of failure
2024-05-31 12:09:32 +05:30
Island
a7a612c9fc
Merge branch 'bugfix/bleqabr24-549_v5.1' into 'release/v5.1'
...
fix(ble_mesh): fix issues in mesh deinit_v5.1
See merge request espressif/esp-idf!30542
2024-05-31 11:13:53 +08:00
luoxu
cd5f3bf146
fix(ble_mesh): fix issues in mesh deinit
2024-05-30 20:40:55 +08:00
Rahul Tank
ebe0b3f40c
Merge branch 'feature/ble_resolve_adv_data_v5.1' into 'release/v5.1'
...
feat(nimble): Added API to get resolve ADV data (v5.1)
See merge request espressif/esp-idf!30952
2024-05-29 13:51:39 +08:00
Wang Meng Yang
7046477541
Merge branch 'bugfix/fix_hid_connection_failed_bug_v5.1' into 'release/v5.1'
...
fix(bt/bluedroid): Fix HID connection bugs[backport 5.1]
See merge request espressif/esp-idf!30590
2024-05-28 15:19:35 +08:00
Island
2daa497ba0
Merge branch 'feat/add_api_to_set_privacy_mode_v5.1' into 'release/v5.1'
...
feat(bt/bluedroid): support BLE set privacy mode (v5.1)
See merge request espressif/esp-idf!31027
2024-05-27 14:56:15 +08:00
Abhinav Kudnar
8df917bde9
feat(nimble): Added API to get resolve ADV data
2024-05-24 11:56:21 +05:30
Island
e603747a5a
Merge branch 'bugfix/BLEQABR23-798_v5.1' into 'release/v5.1'
...
bugfix(ble_mesh): Close BLEQABR23-798 (v5.1)
See merge request espressif/esp-idf!30646
2024-05-24 14:10:18 +08:00
Island
262264e4e2
Merge branch 'fix/ble_mesh_gatts_bugfix_v5.1' into 'release/v5.1'
...
BLE Mesh Gatts bugfix (v5.1)
See merge request espressif/esp-idf!30874
2024-05-24 14:09:56 +08:00
Rahul Tank
de42be85db
Merge branch 'bugfix/restart_advertising_if_slave_23e_v5.1' into 'release/v5.1'
...
fix(nimble): start advertising if disconnect due to 0x3E in slave (v5.1)
See merge request espressif/esp-idf!31034
2024-05-23 20:26:21 +08:00
luoxu
f401e2960a
fix(ble_mesh): Create service after service register success
2024-05-23 14:30:03 +08:00
chenjianhua
6678996170
feat(bt/bluedroid): support BLE set privacy mode
2024-05-22 19:25:50 +08:00
zhanghaipeng
af59333eb5
feat(ble/bluedroid): Support BLE add device to resolving list
2024-05-22 19:23:24 +08:00
zhanghaipeng
c075708e0b
feat(ble/bluedroid): Support set resolvable provate address timeout by api
2024-05-22 19:21:31 +08:00
zhanghaipeng
c488cc4b6a
fix(ble/bluedroid): Fixed BLE GATT max length of an attribute value
2024-05-22 18:03:47 +08:00
zhanghaipeng
6427524d9b
fix(ble/bluedroid): Optimize BLE documentation comments to comply with Doxygen syntax
2024-05-22 18:03:41 +08:00
luoxu
25b6f0c92f
bugfix(ble_mesh): Close BLEQABR23-798
2024-05-22 16:59:03 +08:00
Rahul Tank
29dcca6c7c
fix(nimble): start advertising if disconnect due to 0x3E in slave
2024-05-22 12:58:27 +05:30
baohongde
6668aa0388
fix(coex): Fixed some coexist issues
...
- Fixed crash issue in coexist callback
- Fixed coexist scheme status update issue
2024-05-22 11:50:50 +08:00
chenjianhua
f8af3d8e0d
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(a771b7c)
...
- Fixed assert when starting advertising due to preemption
- Fixed RPA generation after each reboot
- Fixed RPA renew timer start and stop
2024-05-22 11:50:50 +08:00
Island
d4ed2ec56b
Merge branch 'bugfix/fixed_issues_on_esp32c6_and_esp32h2_v5.1' into 'release/v5.1'
...
fixed some ble issues on esp32c6 and esp32h2 (v5.1)
See merge request espressif/esp-idf!30893
2024-05-21 11:52:27 +08:00
liqigan
970029c2f4
fix(bt/bluedroid): Fix HID Device connection failed bug
...
Closes https://github.com/espressif/esp-idf/issues/13671
2024-05-20 10:44:29 +08:00
liqigan
cf2bd8029d
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-20 10:44:29 +08:00
Island
bd5335f7d3
Merge branch 'feat/optimzie_ble_ctrl_memory_v5.1' into 'release/v5.1'
...
ble: support only legacy adv and slave function on esp32c2 (v5.1)
See merge request espressif/esp-idf!30335
2024-05-17 10:31:25 +08:00
Jiang Jiang Jian
6d228dc010
Merge branch 'feat/sleep_retention_depends_power_state_management_v5.1' into 'release/v5.1'
...
backport v5.1: sleep retention multiple modules initialization and dependency management
See merge request espressif/esp-idf!30374
2024-05-17 10:24:18 +08:00
zwl
4647a47a17
ble: fixed some issues on ESP32C6 and ESP32H2
2024-05-16 17:46:18 +08:00
Rahul Tank
0d5d7413cf
Merge branch 'feature/get_local_used_addr_v5.1' into 'release/v5.1'
...
feat(nimble): Added API to get local used address (v5.1)
See merge request espressif/esp-idf!30758
2024-05-16 17:39:42 +08:00
Jiang Jiang Jian
8071b02318
Merge branch 'fix/assert_1024_in_rwbt_isr_v5.1' into 'release/v5.1'
...
fix(bt/ble): fix some issues in bluetooth controller(backport v5.1)
See merge request espressif/esp-idf!30815
2024-05-16 16:44:29 +08:00
Abhinav Kudnar
7a7aeff0c9
feat(nimble): Added API to get local used address
2024-05-16 09:50:04 +05:30
Rahul Tank
a86e6ea6e9
Merge branch 'doc/update_readme_enc_adv_v5.1' into 'release/v5.1'
...
docs(nimble): Added chip information in enc_adv example README file (v5.1)
See merge request espressif/esp-idf!30775
2024-05-16 12:12:02 +08:00
Rahul Tank
82b9984816
Merge branch 'bugix/avoid_reset_extract_cb_v5.1' into 'release/v5.1'
...
fix(nimble): Avoid slave instance reset inside extract_cb (v5.1)
See merge request espressif/esp-idf!30489
2024-05-16 12:01:57 +08:00
Rahul Tank
8abb343778
docs(nimble): Added chip information in ble_enc_adv README file
2024-05-15 15:32:55 +05:30
Rahul Tank
8cf7043e28
Merge branch 'bugfix/disable_mbedtls_options_v5.1' into 'release/v5.1'
...
fix(nimble): Deselect MBEDTLS_ECP_RESTARTABLE when mbedTLS is used (v5.1)
See merge request espressif/esp-idf!30620
2024-05-15 14:17:56 +08:00
Rahul Tank
d72ba104ca
fix(nimble): Create separate API to only extract cb info
2024-05-15 11:06:10 +05:30
Li Shuai
2f7a2e0965
change(bt): use new retention api to implement BT mac and bb retention
2024-05-14 19:34:37 +08:00
gongyantao
090a7755cc
fix(bt/ble): fix some issues in bluetooth controller
...
1: fix assert 1024 issue when bt tx and wifi coexist on esp32
2: fix ble scan backoff
3: parse out the correct packet types from host parameters for
hci command hci_enhanced_setup_synchronous_connection
2024-05-14 10:04:42 +08:00
zwl
45b9ccfb1f
ble: optimize bt cmakelists.txt file
2024-05-13 17:49:35 +08:00
zwl
5e2679a02f
ble: support only legacy adv and slave function on esp32c2
2024-05-13 17:49:35 +08:00
Rahul Tank
9ac8768650
fix(nimble): Free controller memory if init fails
2024-05-13 12:00:16 +05:30
Island
cb98558051
Merge branch 'bugfix/fix_some_ble_bugs_cjh_v5.1' into 'release/v5.1'
...
Fixed some BT and BLE bugs 2404 (backport v5.1)
See merge request espressif/esp-idf!30784
2024-05-13 14:01:24 +08:00
Rahul Tank
7ad7f84f0f
Merge branch 'bugfix/fix_ble_issues_5.1' into 'release/v5.1'
...
fix(nimble): Bugfix/fix ble issues 5.1
See merge request espressif/esp-idf!30246
2024-05-13 13:55:15 +08:00
Jiang Jiang Jian
a79bd17e39
Merge branch 'bugfix/bt_bss_in_extram_v5.1' into 'release/v5.1'
...
fix(bt): Fix missing linker symbol when ESP_ALLOW_BSS_SEG_EXTERNAL_MEMORY enabled(backport v5.1)
See merge request espressif/esp-idf!30636
2024-05-13 11:01:50 +08:00
Jiang Jiang Jian
af5579d3f2
Merge branch 'bugfix/hf_local_param_null_v5.1' into 'release/v5.1'
...
fix(bt/bluedroid): allocate memory for control block of HFP Audio Gateway (v5.1)
See merge request espressif/esp-idf!30441
2024-05-13 11:00:04 +08:00
Jiang Jiang Jian
80de3e63a9
Merge branch 'bugfix/fix_ble_appearance_v5.1' into 'release/v5.1'
...
Fixed BLE appearance category ranges (v5.1)
See merge request espressif/esp-idf!30286
2024-05-13 10:43:05 +08:00
Jiang Jiang Jian
eb639cd917
Merge branch 'bugfix/ble_mesh_heartbeat_filter_add_v5.1' into 'release/v5.1'
...
Fix(ble_mesh):fix error condition for heartbeat filter adding node address (v5.1)
See merge request espressif/esp-idf!29987
2024-05-13 10:38:27 +08:00
Jiang Jiang Jian
ffbb69e9d5
Merge branch 'change/add_convt_from_hci_state_to_esp_state_v5.1' into 'release/v5.1'
...
change(bt/bluedroid): Use BTC util to convert HCI status to ESP status (v5.1)
See merge request espressif/esp-idf!29922
2024-05-13 10:37:35 +08:00
Wang Meng Yang
7f127429d3
Merge branch 'bugfix/sdp_remove_record_no_evt_v5.1' into 'release/v5.1'
...
fix(bt/bluedroid): Fixed the crash caused by using illegal pointers during SDP deinit(v5.1)
See merge request espressif/esp-idf!29943
2024-05-13 10:18:47 +08:00
Wang Meng Yang
5056683c0a
Merge branch 'feature/add_api_to_send_vendor_hci_cmd_v5.1' into 'release/v5.1'
...
Feature/add api to send vendor hci cmd (backport v5.1)
See merge request espressif/esp-idf!30226
2024-05-13 10:16:50 +08:00
Rahul Tank
12fd2435ea
fix(nimble): Expose API to set RPA Timeout
2024-05-12 13:50:14 +05:30
Sumeet Singh
bce9b7ad4b
fix(nimble): Removed code for termination upon signed write operation failure
2024-05-12 13:50:14 +05:30
Rahul Tank
e4083fd321
fix(nimble): Fix compilation issues when CCCD is set to 0
2024-05-12 13:50:14 +05:30
Rahul Tank
d7bfdee87b
fix(nimble): Fix for Vulnerability CVE_2024_24746
2024-05-12 13:50:14 +05:30
Rahul Tank
fec0bb07f6
fix(nimble): Add support for data length change evt
2024-05-12 13:50:14 +05:30
Rahul Tank
28f8c9d228
fix(nimble): Fix the size of num_packets in dtm event
2024-05-12 13:50:14 +05:30
Rahul Tank
0bda7fb520
fix(nimble): Remove extra code in reattempt connection
2024-05-12 13:50:14 +05:30
Rahul Tank
d8e072fd8a
fix(nimble): Change reconnection scheme
2024-05-12 13:50:14 +05:30
Rahul Tank
7ff783db6a
fix(nimble): Handle auto connection flag for extended connect
2024-05-12 13:50:14 +05:30
Darshan Dobariya
26eb624879
fix(nimble): Added support for deleting the oldest bonded device across reboot
2024-05-12 13:50:14 +05:30
Roshan Bangar
a51364c76f
fix(nimble): Fix compilation issues and Minor enhancements to esp_hid
2024-05-12 13:50:14 +05:30
Roshan Bangar
0e0ac035dd
fix(nimble): Fixed compilation issues on disabling security
2024-05-12 13:50:14 +05:30
zhanghaipeng
db06b4ac2a
feat(ble/bluedroid): Support BLE command status debug log
2024-05-11 14:40:24 +08:00
zhanghaipeng
da961e3c75
fix(ble/controller): Update esp32 bt-lib (4012cfb)
...
- Fixed BLE coex assert
- Fixed BLE DTM status and tx count
2024-05-11 14:40:13 +08:00
chenjianhua
c3c56b9a75
feat(bt): Update bt lib for ESP32-C3 and ESP32-S3(c23ab4c)
...
- Support QA test vendor HCI command and event
2024-05-11 14:38:58 +08:00
baohongde
08d3e74353
fix(ble/controller): Fixed LoadProhibited after bluetooth deinit
2024-05-11 14:38:53 +08:00
chenjianhua
fecd966e5a
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(5274796)
...
- Fixed extended uncoded and coded scan scheduling
- Add config for channel assessment and ping procedure
- Clear random address for extended advertising
- Add periodic advertising list check
- Fixed periodic advertising data setting with zero length
2024-05-11 14:38:47 +08:00
baohongde
2798e62787
feat(ble/controller): Add coexist schm for BLE
2024-05-11 14:38:40 +08:00
chenjianhua
d6df155da2
feat(bt): Update bt lib for ESP32(e314148)
...
- Support QA test vendor HCI command and event
2024-05-11 14:37:13 +08:00
zhanghaipeng
c6414934b0
fix(bt/controller): Update bt lib for ESP32(5838b68)
...
- Fixed BLE scan assert
- Fixed assert(10,0) in lld_pdu
- Add BLE scan backoff in menuconfig
2024-05-11 14:37:06 +08:00
Jin Cheng
0cdccd57e9
fix(bt/controller): Use embedded assembly to get access to DPORT registers
2024-05-11 14:36:57 +08:00
Jiang Jiang Jian
517a27ed26
Merge branch 'fix/rd_stored_link_key_error_v5.1' into 'release/v5.1'
...
fix(bt): fix some issues in bt controller(backport v5.1)
See merge request espressif/esp-idf!29977
2024-05-11 11:31:39 +08:00
Rahul Tank
63ae667750
fix(nimble): Deselect MBEDTLS_ECP_RESTARTABLE when mbedTLS is used
2024-05-06 15:21:05 +05:30
Wang Mengyang
cc0485e40d
change(bt): Rename linker script file names and symbol names
...
1. rename linker files
2. support memory release in case that ESP_ALLOW_BSS_SEG_EXTERNAL_MEMORY is enabled
3. improve the implementation of memory release
2024-05-06 16:39:46 +08:00
Wang Mengyang
d01f09044e
fix(bt): Fix missing linker symbol when ESP_ALLOW_BSS_SEG_EXTERNAL_MEMORY enabled
...
1. Closes https://github.com/espressif/esp-idf/issues/10427
2. add two linker script to unify linker script symbols for BT libraries
3. The memory release functions have also been simplified
2024-05-06 16:38:10 +08:00
Jin Cheng
c38a3544ca
fix(bt/bluedroid): allocate memory for control block of HFP Audio Gateway in its initialization when dynamic memory is wnabled
2024-04-24 08:28:15 +08:00
zhanghaipeng
151976a2c2
fix(ble/bluedroid): Fixed set BLE appearance value
2024-04-17 20:40:44 +08:00
zwl
f22ac0ff82
ble: fixed an occasional assertion issue in coexistence scenarios on ESP32C2
2024-04-17 14:55:29 +08:00
zwl
e4fe67f7c2
ble: fixed the bt cmakelist error when use nimble host only
2024-04-17 14:54:54 +08:00
zhiweijian
45f5714beb
fix(ble/bluedroid): Fixed adv not restart due to disconnection reason 0x3e
2024-04-13 15:41:49 +08:00
zhiweijian
cc2e293d7c
feat(bt/common): Add bluerooth hci layer data stream record
2024-04-13 15:41:15 +08:00
zhiweijian
070f6b4c9a
feat(bt/bluedroid): add api to setnd vendor hci command
2024-04-13 12:57:55 +08:00
zhiweijian
eefcec929e
fix(ble/bluedroid): fixed bluedroid host DTM API
2024-04-13 11:47:44 +08:00
zhiweijian
fc5bd26340
feat(ble/bluedroid): Add APIs for BLE direct test mode on bluedroid host
2024-04-13 11:45:04 +08:00
Jiang Jiang Jian
dd8080e164
Merge branch 'bugfix/BT-3491_v5.1' into 'release/v5.1'
...
bugfix(ble_mesh): Avoid provisioner handling messages from nodes that have...(v5.1)
See merge request espressif/esp-idf!28050
2024-04-12 10:30:49 +08:00
luoxu
a1f97563cc
fix(ble_mesh): fix error condition for heartbeat filter adding node address
2024-04-11 20:24:43 +08:00
wangjialiang
8fc57142a3
update invalid links in the ble mesh example documentation
2024-04-11 20:23:50 +08:00
luoxu
ea6e8653f6
bugfix(ble_mesh): Avoid provisioner handling messages from nodes that have already left the network.
2024-04-11 20:23:50 +08:00
xiongweichao
67137791cd
fix(bt/bluedorid): Fixed crash caused by using illegal pointer
2024-04-07 19:08:41 +08:00
xiongweichao
75c0c89de3
fix(bt/bluedorid): Fixed no event when removing an invalid SDP record
2024-04-07 19:08:41 +08:00
cjin
d7c4968d3c
feat(ble): add cca related config in c6, h2 and c2
2024-04-02 19:55:37 +08:00
cjin
8e140779e7
change(ble): support ble light sleep using ext 32k xtal on C2
2024-04-02 19:55:36 +08:00
zwl
142af33ded
ble: update esp32c2 lib to 7a428d35
2024-04-02 19:25:51 +08:00
zwl
056754317c
ble: update esp32h2 and esp32c6 lib to 39c6e050
2024-04-02 19:25:37 +08:00
zhaoweiliang
90cf9c42d7
ble : adjust the log initialization sequence of ESP32C6 and ESP32H2
2024-04-02 19:25:10 +08:00
gongyantao
3796715228
fix(bt): fix some issues in bt controller
...
1: fixed the incorrect timeing in reporting HCI_Link_Key_Type_Changed.
2: fixed the incorrect iv value during resuming encryption.
3: fixed the incorrect return with hci command rd_stored_link_key.
2024-04-02 09:37:45 +08:00
Jin Cheng
1dc8ace8c7
change(bt/bluedroid): Use BTC util to convert HCI status to ESP status
2024-03-28 10:19:00 +08:00
Alexey Lapshin
4325d5c9c5
fix(bt): fix gcc 13.1.0 warnings
2024-03-18 14:55:22 +05:30