mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
fix(nimble): Replace ESP_LOG* with esp_rom_printf in controller context callback Closes BLERP-1203 and BLERP-1250 See merge request espressif/esp-idf!34701
Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C5 | ESP32-C6 | ESP32-C61 | ESP32-H2 | ESP32-S3 |
---|
ESP-IDF Combined Bluetooth advertising and scanning
This is a Bluetooth advertising and scanning demo with virtual HCI interface. Send Reset, ADV_PARAM, ADV_DATA and HCI_ADV_ENABLE command for BLE advertising. And SET_EVENT_MASK, SCAN_PARAMS and SCAN_START commands for BLE scanning. Scanned advertising reports from other devices are also displayed.
In this example no host is used. But some of the functionalities of a host are implemented.