Rahul Tank
|
3182b8381f
|
Merge branch 'bugfix/fix_sscanf_usage_v5.3' into 'release/v5.3'
fix(nimble): Updated sscanf usage in examples to work for all versions (v5.3)
See merge request espressif/esp-idf!38022
|
2025-04-15 19:24:10 +08:00 |
|
Rahul Tank
|
84c416079f
|
Merge branch 'fix/periodic_adv_example_v5.3' into 'release/v5.3'
fix(nimble):Fix conversion for min-max itvl of periodic adv param (v5.3)
See merge request espressif/esp-idf!38092
|
2025-04-15 19:17:14 +08:00 |
|
Rahul Tank
|
002c737d39
|
Merge branch 'feat/added_change_to_ble_spp_client_v5.3' into 'release/v5.3'
feat(nimble): Allow BLE SPP Client to subscribe to the server (v5.3)
See merge request espressif/esp-idf!37456
|
2025-04-15 19:16:42 +08:00 |
|
Rahul Tank
|
70c9a757c7
|
Merge branch 'fix/ble_issue_10032025_v5.3' into 'release/v5.3'
fix(nimble): Fix some nimble issues ble_issue_10032025_v5.3
See merge request espressif/esp-idf!37623
|
2025-04-15 12:32:44 +08:00 |
|
Rahul Tank
|
517d3b1749
|
fix(nimble): Updated sscanf usage in examples to work for all versions
|
2025-04-09 18:29:44 +05:30 |
|
Abhinav Kudnar
|
3e4a0c2876
|
fix(nimble): Fix conversion for min-max itvl of periodic adv param
|
2025-03-28 14:19:40 +08:00 |
|
Shen Weilong
|
e45c7dadd1
|
feat(bt): added definitions for bluetooth hci vendor commands and events
|
2025-03-24 20:20:35 +08:00 |
|
Shreeyash
|
7a6f552df3
|
feat(nimble): support vendor event mask set and vendor HCI event on nimble host
|
2025-03-24 11:56:05 +05:30 |
|
zhiweijian
|
8c132bbbd8
|
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3 (86a4da5c)
- Remove unused functions in the controller
|
2025-03-21 19:48:44 +08:00 |
|
Shreeyash
|
5c4ff82aeb
|
feat(nimble): Allow BLE SPP Client to subscribe to the server
|
2025-03-05 11:40:11 +05:30 |
|
Island
|
42c78af828
|
Merge branch 'fix/optimize_ble_example_ci_build_rule_v5.3' into 'release/v5.3'
fix(ble): Optimizied the bluetooth build test rules (v5.3)
See merge request espressif/esp-idf!35326
|
2025-02-28 10:35:45 +08:00 |
|
Rahul Tank
|
e53eed0cd1
|
Merge branch 'bugfix/deprecate_link_estab_v5.3' into 'release/v5.3'
fix(nimble): Deprecate link_estab event (v5.3)
See merge request espressif/esp-idf!37058
|
2025-02-27 23:13:53 +08:00 |
|
Yuhan Wei
|
24aecbbc39
|
fix(ble): Fixed the bluetooth examples build rule
|
2025-02-26 16:52:03 +08:00 |
|
Rahul Tank
|
6515dc1d2e
|
fix(nimble): Keep only BLE_GAP_EVENT_CONNECT gap event
|
2025-02-23 15:11:27 +05:30 |
|
xiongweichao
|
b3521b51f1
|
fix(bt/bluedroid): fixed the format error of passkey printing
|
2025-02-21 18:02:02 +08:00 |
|
Zhang Hai Peng
|
61893e9fe5
|
docs(ble/bluedroid): Optimize doc for implementation of a characteristic with 128 bit UUID
(cherry picked from commit fa40d971a5 )
Co-authored-by: Erast <78802792+MatoiDev@users.noreply.github.com>
|
2025-02-17 11:15:19 +08:00 |
|
Zhang Hai Peng
|
f40aa9c587
|
fix(blufi): Enhance security in BLUFI example
(cherry picked from commit 3fc6c93936 )
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2025-02-11 15:13:42 +08:00 |
|
Astha Verma
|
c4a5d869eb
|
Updated README.md by removing unclear lines
|
2025-02-05 14:17:22 +05:30 |
|
Zhang Hai Peng
|
12b7a9e6d7
|
fix(blufi): Fixed some security issue in blufi example
(cherry picked from commit abc18e93eb )
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2025-01-22 16:34:36 +08:00 |
|
Rahul Tank
|
ce5ac95711
|
Merge branch 'bugfix/fix_few_nimble_issues_v5.3' into 'release/v5.3'
fix(nimble): Fix few nimble issues 11012025 (v5.3)
See merge request espressif/esp-idf!36311
|
2025-01-13 13:26:15 +08:00 |
|
Jiang Jiang Jian
|
8e54a6cc71
|
Merge branch 'bugfix/fix_some_wifi_bugs_20241221_v5.3' into 'release/v5.3'
fix some wifi bugs 20241221(Backport v5.3)
See merge request espressif/esp-idf!35862
|
2025-01-13 10:57:26 +08:00 |
|
Abhinav Kudnar
|
eb4ce28bfc
|
feat(nimble): Additional changes in PAWR IDF Examples/support for ESP IP
|
2025-01-10 17:13:32 +05:30 |
|
Zhang Hai Peng
|
ed51c0b6b2
|
docs(ble/bluedroid): Optimize doc for registering BLE callback functions
(cherry picked from commit d84ccadf90 )
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2025-01-06 11:13:53 +08:00 |
|
Island
|
4dd4435bc2
|
Merge branch 'feat/add_get_started_example_on_bluedroid_v5.3' into 'release/v5.3'
feat(bt/bluedroid): Added BLE get started examples for Bluedroid (v5.3)
See merge request espressif/esp-idf!35652
|
2024-12-26 14:24:51 +08:00 |
|
zwl
|
eb0c5ed331
|
feat(ble): add dtm configuration command in hci example
|
2024-12-24 19:30:30 +08:00 |
|
Astha Verma
|
c8d452638c
|
fix(nimble): fix memory leak issue in Blufi example
|
2024-12-21 16:31:45 +05:30 |
|
weiyuhan
|
8d37ce199a
|
fix(ble): removed c5 sdk config
|
2024-12-21 18:45:56 +08:00 |
|
Chen Jian Hua
|
5a9418a95c
|
feat(bt/bluedroid): Added BLE get started examples for Bluedroid
(cherry picked from commit d051a2a39d )
Co-authored-by: xuzhekai <xuzhekai@espressif.com>
|
2024-12-21 18:25:08 +08:00 |
|
muhaidong
|
8ba5b34a50
|
fix(wifi): fixed blufi connect wep or wpa ap fail issue
|
2024-12-21 09:59:40 +08:00 |
|
Rahul Tank
|
749d70e159
|
fix(nimble): Corrected link_estab event handling parameters
|
2024-12-19 16:04:25 +05:30 |
|
zhanghaipeng
|
a50df596ef
|
docs(ble/bluedroid): Optimize BLE example documentation
|
2024-12-17 11:16:16 +08:00 |
|
zhanghaipeng
|
6718fc73b1
|
feat(bt): Add support for converting BT HCI logs to btsnoop format
|
2024-12-09 17:55:37 +08:00 |
|
Zhang Hai Peng
|
a91f9b2395
|
fix(blufi): Fixed blufi init fail after deinit
(cherry picked from commit 7addb57ccd )
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2024-12-09 17:45:30 +08:00 |
|
Zhang Hai Peng
|
338b3744e6
|
fix(ble): Fixed crash in BLE HID host example during logging
(cherry picked from commit ab1e3c1ffd )
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2024-12-09 17:15:08 +08:00 |
|
Jiang Jiang Jian
|
e3940cb354
|
Merge branch 'feat/add_profile_state_event_v5.3' into 'release/v5.3'
feat(bt/bluedroid): added events to indicate the profile states of HFP (v5.3)
See merge request espressif/esp-idf!35149
|
2024-12-09 15:39:57 +08:00 |
|
Abhinav Kudnar
|
03655d6d67
|
feat(nimble): Added PAwR support for nimble with IDF examples
|
2024-12-06 21:09:04 +05:30 |
|
Sumeet Singh
|
5d8f076745
|
fix(nimble): fix and enable connection subrating
|
2024-12-06 21:08:47 +05:30 |
|
Sumeet Singh
|
9f1c2cad6e
|
fix(nimble): Fixed encrypted advertisement data example
|
2024-12-06 21:08:46 +05:30 |
|
Sumeet Singh
|
62265b90c0
|
feat(nimble): Added support for EATT Credit Based Flow Control Mode
|
2024-12-06 21:08:46 +05:30 |
|
Rahul Tank
|
63ca3b296d
|
Merge branch 'bugfix/change_hci_cb_logging_v5.3' into 'release/v5.3'
fix(nimble): Replace ESP_LOG* with esp_rom_printf in controller context callback (v5.3)
See merge request espressif/esp-idf!35028
|
2024-12-06 23:32:37 +08:00 |
|
Island
|
0a49e286df
|
Merge branch 'bugfix/fix_ble_creat_conn_fail_enh_v5.3' into 'release/v5.3'
fix(ble/bluedroid): Fixed BLE create connection fail because of invalid own address type (v5.3)
See merge request espressif/esp-idf!35018
|
2024-12-06 22:40:54 +08:00 |
|
Rahul Tank
|
40ce8d7f97
|
Merge branch 'bugfix/fix_esp_hid_host_compilation_v5.3' into 'release/v5.3'
fix(nimble): Fix compilation issue in esp_hid_host example (v5.3)
See merge request espressif/esp-idf!35308
|
2024-12-06 16:32:33 +08:00 |
|
chenjianhua
|
561307a6bf
|
feat(ble/bluedroid): Support setting connection params when creating connection
|
2024-12-06 15:51:33 +08:00 |
|
zhanghaipeng
|
3a85b1b6ce
|
fix(ble/bluedroid): Optimize BLE API "esp_ble_gattc_enh_open"
|
2024-12-06 15:50:50 +08:00 |
|
zhanghaipeng
|
2904494228
|
fix(ble/bluedroid): Fixed BLE create connection fail because of invalid own address type
|
2024-12-06 15:50:43 +08:00 |
|
Island
|
52066e6f46
|
Merge branch 'feat/optimize_cble50y24_110_v5.3' into 'release/v5.3'
feat(bt/bluedroid): Added BLE 5.0 throughput examples (v5.3)
See merge request espressif/esp-idf!35009
|
2024-12-06 15:32:50 +08:00 |
|
Rahul Tank
|
bdafa320c3
|
fix(nimble): Fix compilation issue in esp_hid_host example
|
2024-11-29 15:23:27 +05:30 |
|
Chen Jian Hua
|
6e6c97fde4
|
feat(bt/bluedroid): Added BLE 5.0 throughput examples
(cherry picked from commit 6d3a82eecf )
Co-authored-by: zhangbowen <zhangbowen@espressif.com>
|
2024-11-27 11:14:33 +08:00 |
|
Jin Cheng
|
c1324755aa
|
feat(bt/bluedroid): added events to indicate the profile states of HFP
|
2024-11-25 16:51:04 +08:00 |
|
Jin Cheng
|
c160316961
|
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-22 17:27:40 +08:00 |
|