Rahul Tank
972254c884
fix(nimble): Corrected link_estab event handling parameters
2024-12-19 15:58:54 +05:30
Island
548ad60b8e
Merge branch 'bugfix/fix_ble_aa_zero_c3_s3_v5.0' into 'release/v5.0'
...
fix(bt/ble): Update esp32c3/s3 libbtdm_app.a (555b0a2) (v5.0)
See merge request espressif/esp-idf!35688
2024-12-18 10:41:58 +08:00
Jiang Jiang Jian
57414f787a
Merge branch 'bugfix/fix_some_wifi_bugs_20241217_v5.0' into 'release/v5.0'
...
fix some wifi bugs(Backport v5.0)
See merge request espressif/esp-idf!35700
2024-12-17 19:48:33 +08:00
Jiang Jiang Jian
7981e5fd53
Merge branch 'bugfix/fix_sniffer_fail_on_ci_v5.0' into 'release/v5.0'
...
fix(ci): Enlarge the pcap memory size in sniffer example (v5.0)
See merge request espressif/esp-idf!35693
2024-12-17 14:01:55 +08:00
muhaidong
44f074d719
fix(wifi): fixed blufi connect wep or wpa ap fail issue
2024-12-17 11:34:03 +08:00
zhanghaipeng
7f7efaccfc
docs(ble/bluedroid): Optimize BLE example documentation
2024-12-17 11:19:18 +08:00
Jiang Jiang Jian
9d5c70637e
Merge branch 'fix/littlefs_image_creation_windows_v5.0' into 'release/v5.0'
...
fix(littlefs): Allow LittleFS image generation on Windows + version bump (v5.0)
See merge request espressif/esp-idf!34919
2024-12-17 11:17:25 +08:00
Troy
cf5bcefef1
fix(wifi/mesh): Modify examples/mesh/internal_communication
...
Delete the secondary judgment of whether it is the root node in the sending task
Closes https://github.com/espressif/esp-idf/pull/14373
Signed-off-by: zhangyanjiao <zhangyanjiao@espressif.com>
2024-12-17 11:05:41 +08:00
zhangyanjiao
ddfaec54ed
fix(ci): Enlarge the pcap memory size in sniffer example
2024-12-17 11:05:19 +08:00
Island
f924f612cf
Merge branch 'bugfix/fix_hid_crash_v5.0' into 'release/v5.0'
...
fix(ble): Fix crash issue during logging (v5.0)
See merge request espressif/esp-idf!35507
2024-12-12 09:06:02 +08:00
Sumeet Singh
444cb8778a
feat(nimble): backport fixes for BLE 5.4 PTS Related Features and Fixes
2024-12-10 16:56:34 +05:30
Abhinav Kudnar
071f0f9a92
feat(nimble): Added PAwR support for nimble with IDF examples
2024-12-10 15:45:26 +05:30
Sumeet Singh
cfe927007b
fix(nimble): fix and enable connection subrating
2024-12-10 15:45:26 +05:30
Sumeet Singh
c240d55f6c
fix(nimble): Fixed encrypted advertisement data example
2024-12-10 15:45:26 +05:30
Sumeet Singh
5d0009316a
feat(nimble): Added support for EATT Credit Based Flow Control Mode
2024-12-10 15:45:26 +05:30
Roshan Bangar
0fd1300d50
feat(nimble): added HID over Gatt profile support
2024-12-10 15:45:26 +05:30
Roshan Bangar
5c7ae46538
feat(nimble): Added support for dynamic services
2024-12-10 15:45:26 +05:30
SumeetSingh19
2031366e54
feat(nimble): authorization permission on gatt read and write
2024-12-10 15:45:26 +05:30
zhanghaipeng
d5446608e3
feat(bt): Add support for converting BT HCI logs to btsnoop format
2024-12-09 17:50:19 +08:00
Zhang Hai Peng
00f6929123
fix(blufi): Fixed blufi init fail after deinit
...
(cherry picked from commit 7addb57ccd53576b40d3cfeb24c185036053f4b4)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
2024-12-09 17:45:19 +08:00
Zhang Hai Peng
722a69a1f7
fix(ble): Fixed crash in BLE HID host example during logging
...
(cherry picked from commit ab1e3c1ffd6076d46aed747220ff0c3d0fe0a3f5)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
2024-12-09 17:14:51 +08:00
Island
29013b4263
Merge branch 'bugfix/fix_ble_creat_conn_fail_enh_v5.0' into 'release/v5.0'
...
fix(ble/bluedroid): Fixed BLE create connection fail because of invalid own address type (v5.0)
See merge request espressif/esp-idf!35015
2024-12-06 15:49:32 +08:00
Rahul Tank
0dfc977374
fix(nimble): Replace ESP_LOG* with esp_rom_printf in controller context callback
2024-12-04 22:01:41 +08:00
chenjianhua
4fa7610be8
feat(ble/bluedroid): Support setting connection params when creating connection
2024-12-03 18:05:12 +08:00
zhanghaipeng
f70a669973
fix(ble/bluedroid): Optimize BLE API "esp_ble_gattc_enh_open"
2024-12-03 18:04:46 +08:00
zhanghaipeng
2b08d26dee
fix(ble/bluedroid): Fixed BLE create connection fail because of invalid own address type
2024-12-03 18:04:46 +08:00
Island
389e738e18
Merge branch 'feat/optimize_cble50y24_110_v5.0' into 'release/v5.0'
...
feat(bt/bluedroid): Added BLE 5.0 throughput examples (v5.0)
See merge request espressif/esp-idf!35006
2024-11-27 15:37:28 +08:00
Chen Jian Hua
8f072c63f7
feat(bt/bluedroid): Added BLE 5.0 throughput examples
...
(cherry picked from commit 6d3a82eecfc0d86d699ccb7cc499f27863ab5616)
Co-authored-by: zhangbowen <zhangbowen@espressif.com>
2024-11-27 11:57:15 +08:00
Jin Cheng
6089d7a664
feat(bt/bluedroid): added events to indicate the profile states of HFP
2024-11-25 16:24:38 +08:00
Jin Cheng
4d7e92bb35
fix(bt/bluedroid): AG should send OK or other error codes to HF client
...
when it is driven by HF to initiate a call.
2024-11-15 11:47:17 +08:00
Adam Múdry
cd217a3586
fix(littlefs): Allow LittleFS image generation on Windows + version bump
...
Closes https://github.com/espressif/esp-idf/issues/12900
2024-11-14 13:23:28 +01:00
Jiang Jiang Jian
e546409ae5
Merge branch 'bugfix/ftm_apsta_bw_issue_v5.0' into 'release/v5.0'
...
fix(esp_wifi): Fix FTM issues in AP-STA mode (Backport v5.0)
See merge request espressif/esp-idf!33843
2024-11-01 13:54:04 +08:00
wangtao@espressif.com
e0bf41787b
fix(wifi): fix esp32c2 tx shake issue
2024-10-29 20:04:59 +08:00
Nachiket Kukade
dd049e2cda
fix(esp_wifi): Fix FTM issues in AP-STA mode
...
Add AP-STA mode support in FTM example
Update wifi libs with below changes -
- Use ex-AP's bandwidth in FTM request when connected
- Allow Bandwidth downgrade in FTM negotiation
- Use separate calibration when Initiator performs 20MHz FTM
while in-AP is in 40MHz
2024-10-29 10:58:11 +05:30
chenjianhua
0a93282fde
fix(bt/bluedroid): correct the readme links for BLE periodic examples
2024-10-24 18:04:10 +08:00
chenjianhua
d4dd65474e
refactor(bt/bluedroid): Refactor the print for BLE examples
2024-10-24 18:04:10 +08:00
chenjianhua
f4d50858e6
refactor(bt/bluedroid): Refactor the print for gatt_server and gatt_client example
2024-10-24 18:04:10 +08:00
Jiang Jiang Jian
795e2bbae1
Merge branch 'bugfix/backport_supplicant_fixes_v5.0' into 'release/v5.0'
...
fix(wifi): Backport some fixes(v5.0)
See merge request espressif/esp-idf!33978
2024-10-24 15:47:37 +08:00
hrushikesh.bhosale
01b0add0f3
fix(protocols): Erased the storage partition for http_server ci test
...
Added api to erase storage partition for http_server ci test
2024-10-14 16:00:07 +05:30
Kapil Gupta
7f9e2044df
fix(esp_wifi): Added prints in btm roam for error condition
2024-10-13 18:13:18 +08:00
Wang Meng Yang
050730e8c0
Merge branch 'feat/add_mode_chg_parem_v5.0' into 'release/v5.0'
...
feat(bt/bluedroid): Report sniff interval to application layer(v5.0)
See merge request espressif/esp-idf!33870
2024-10-10 11:13:17 +08:00
Wei Yu Han
33e673985a
docs(ble): Added BLE Get Started documentation link to README.md
...
(cherry picked from commit 5f008828d31149303d92cc269dbd9f45ca745e04)
Co-authored-by: Yuhan Wei <weiyuhan@espressif.com>
2024-09-30 12:04:35 +08:00
xiongweichao
6d2b9caaee
feat(bt/bluedroid): Report sniff interval to application layer
2024-09-29 19:25:53 +08:00
Rahul Tank
54e4297346
fix(nimble): Fixed deinit sequence in blufi
2024-09-24 12:21:47 +05:30
Rahul Tank
a27a2ddfad
Merge branch 'fix/added_a_change_to_print_address_of_advertising_instance_v5.0' into 'release/v5.0'
...
fix(nimble): Added a change to print address of an advertising instance (v5.0)
See merge request espressif/esp-idf!33564
2024-09-19 14:32:03 +08:00
shreeyash
3da3748e61
fix(nimble): Added a change to print address of an advertising instance
2024-09-17 12:19:15 +05:30
weiyuhan
2d018c5023
fix(ble): Added ble_get_started build rule in build-test-rules.yml
2024-09-13 09:50:39 +08:00
Wei Yu Han
e58b10b1f6
fix(ble): Increased the length of addr_str in ble_get_started nimble examples
2024-09-12 12:04:34 +08:00
Yuhan Wei
4ffd741232
fix(ble): Removed unsupported sdkconfig
2024-09-12 12:04:34 +08:00
Zhou Xiao
9a3ae21aa7
docs(ble): Replace advertising interval hex value with BLE_GAP_ADV_ITVL_MS
2024-09-12 12:04:34 +08:00