mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
b9a1756202
fix(nt/bluedroid): Split the device name set functions feat(bt/bluedroid): added APIs to get/set device name on BT GAP side change(bt/common): Marked some APIs in device module as deprecated 1. esp_bt_dev_set_device_name 2. esp_bt_dev_get_device_name change(bt/bluedroid): use BT GAP APIs to set/get device name in bluetooth classic examples change(bt/bluedroid): use BT/BLE GAP APIs to set/get device name in coexist examples |
||
---|---|---|
.. | ||
main | ||
server_certs | ||
test_certs | ||
anti_rollback_partition.csv | ||
CMakeLists.txt | ||
partitions_example_with_ble.csv | ||
pytest_advanced_ota.py | ||
README.md | ||
sdkconfig.ci | ||
sdkconfig.ci.anti_rollback | ||
sdkconfig.ci.bluedroid | ||
sdkconfig.ci.nimble | ||
sdkconfig.ci.partial_download | ||
sdkconfig.defaults |
Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C6 | ESP32-S2 | ESP32-S3 |
---|
Advanced HTTPS OTA example
This example is based on esp_https_ota
component's APIs.
Configuration
Refer README.md in the parent directory for setup details