#include "cdc_hal/IBluetoothController.h"
#include "cdc_hal/hw_config.h"
#include "cdc_core/Raii.h"
#include "cdc_log.h"
#include "sdkconfig.h"
#include "esp_attr.h"
#include "esp_mac.h"
#include <cstring>
Go to the source code of this file.
◆ TAG
| const char* TAG = "BT-Ctrl" |
|
static |
ESP32 Bluetooth (BLE) Controller Implementation Full BLE stack management with NimBLE (when available)
Requires CONFIG_BT_ENABLED and CONFIG_BT_NIMBLE_ENABLED in sdkconfig
Definition at line 15 of file BluetoothController.cpp.