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 |
|
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 7addb57ccd53576b40d3cfeb24c185036053f4b4)
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 ab1e3c1ffd6076d46aed747220ff0c3d0fe0a3f5)
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 6d3a82eecfc0d86d699ccb7cc499f27863ab5616)
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 |
|
Rahul Tank
|
a76ecf7384
|
fix(nimble): Replace ESP_LOG* with esp_rom_printf in controller context callback
|
2024-11-19 17:40:46 +05:30 |
|
chenjianhua
|
994568e387
|
fix(bt/bluedroid): correct the readme links for BLE periodic examples
|
2024-10-24 12:03:56 +08:00 |
|
chenjianhua
|
0b8bec3fa5
|
refactor(bt/bluedroid): Refactor the print for BLE examples
|
2024-10-24 12:03:56 +08:00 |
|
chenjianhua
|
f6bedd65b6
|
refactor(bt/bluedroid): Refactor the print for gatt_server and gatt_client example
|
2024-10-24 12:03:56 +08:00 |
|
Shen Wei Long
|
9617e728e7
|
update(ble): Modified the ble multi_conn example's readme
(cherry picked from commit 28ffd5fc04b58119d754941b7095d10a0378cddc)
Co-authored-by: Shen Weilong <shenweilong@espressif.com>
|
2024-10-08 12:53:49 +08:00 |
|
xiongweichao
|
93f862d6fd
|
feat(bt/bluedroid): Report sniff interval to application layer
|
2024-09-27 14:11:26 +08:00 |
|
Wei Yu Han
|
072d872fc6
|
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-26 09:38:23 +08:00 |
|
Rahul Tank
|
887c116f44
|
fix(nimble): Fixed deinit sequence in blufi
|
2024-09-24 12:20:07 +05:30 |
|
shreeyash
|
fd98cf0594
|
fix(nimble): Added a change to print address of an advertising instance
|
2024-09-17 12:18:42 +05:30 |
|
Shen Weilong
|
dfead07789
|
fix(ble): fiexed the crash issue of examples/bluetooth/nimble/ble_multi_conn
|
2024-09-12 20:53:20 +08:00 |
|
Astha Verma
|
c6f9d1b4cd
|
fix(nimble): Added support for bidirectional data trasfer
|
2024-09-09 18:41:06 +05:30 |
|
Island
|
0593e04dee
|
Merge branch 'docs/optimized_ble_adv_data_type_v5.3' into 'release/v5.3'
docs(ble/bluedroid): Optimize BLE example for setting advertising data (v5.3)
See merge request espressif/esp-idf!32755
|
2024-09-09 10:35:05 +08:00 |
|
zhanghaipeng
|
ca5db5aef0
|
docs(blufi): Optimize documentation for Blufi example
|
2024-09-07 12:25:30 +08:00 |
|
zhanghaipeng
|
af9ebecc1d
|
fix(ble/bluedroid): Fixed memory out-of-bounds issue when parsing adv data
|
2024-09-07 12:25:10 +08:00 |
|
Wang Meng Yang
|
4ac395b1b7
|
Merge branch 'bugfix/fix_hid_cod_setting_v5.3' into 'release/v5.3'
Bugfix/fix hid cod setting[backport 5.3]
See merge request espressif/esp-idf!33337
|
2024-09-06 16:52:22 +08:00 |
|
Island
|
bba6bd35f1
|
Merge branch 'docs/optimized_ble_gattc_multi_connect_example_v5.3' into 'release/v5.3'
docs(ble/bluedroid): Optimize BLE example documentation for getting characteristic (v5.3)
See merge request espressif/esp-idf!33194
|
2024-09-06 10:31:55 +08:00 |
|
Island
|
dfbbbabfbc
|
Merge branch 'bugfix/fix_ble_channel_map_update_v5.3' into 'release/v5.3'
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(f583012) (v5.3)
See merge request espressif/esp-idf!32581
|
2024-09-06 10:31:52 +08:00 |
|
liqigan
|
e38b425011
|
feat(bt/bluedroid): Added definition of minor class of COD for peripheral major class
Closes https://github.com/espressif/esp-idf/issues/13622
|
2024-09-05 11:47:36 +08:00 |
|
Island
|
b1f6f331dc
|
Merge branch 'docs/add_nimble_get_started_v5.3' into 'release/v5.3'
feat(ble/example): Added NimBLE Get started examples (v5.3)
See merge request espressif/esp-idf!33028
|
2024-09-05 11:45:34 +08:00 |
|
Island
|
1720dc7795
|
Merge branch 'bugfix/fix_some_ble_bugs_cjh_v5.3' into 'release/v5.3'
Fixed some BLE bugs 240812 (backport v5.3)
See merge request espressif/esp-idf!32792
|
2024-09-05 11:34:24 +08:00 |
|
Wei Yu Han
|
ade6f459cd
|
fix(ble): Increased the length of addr_str in ble_get_started nimble examples
|
2024-09-05 10:09:45 +08:00 |
|
Yuhan Wei
|
20e360e68e
|
fix(ble): Removed unsupported sdkconfig
|
2024-09-05 10:09:45 +08:00 |
|
Zhou Xiao
|
3bb1e9be45
|
docs(ble): Replace advertising interval hex value with BLE_GAP_ADV_ITVL_MS
|
2024-09-05 10:09:45 +08:00 |
|
Zhou Xiao
|
ad345aaf60
|
docs(ble): Improved as Weilong and Shenhang requested
|
2024-09-05 10:09:45 +08:00 |
|
zhouxiao
|
9c0976d89e
|
docs(ble): Added BLE Get Started
|
2024-09-05 10:09:45 +08:00 |
|
Rahul Tank
|
bbc5658f6b
|
feat(nimble): BLE_GAP_EVENT_LINK_ESTAB event to ensure link established
|
2024-09-04 20:07:50 +05:30 |
|
Rahul Tank
|
7506432083
|
Merge branch 'feat/allow_connect_during_scan_v5.3' into 'release/v5.3'
feat(nimble): Add support to allow connection during scanning (v5.3)
See merge request espressif/esp-idf!32821
|
2024-09-04 22:29:07 +08:00 |
|