CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
Loading...
Searching...
No Matches
BluetoothController.cpp File Reference
#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.

Classes

class  cdc::hal::BluetoothControllerStub

Namespaces

namespace  cdc
namespace  cdc::hal

Functions

IBluetoothControllercdc::hal::getBluetoothControllerInstance ()
 Returns singleton Bluetooth stub when NimBLE is unavailable.

Variables

static const char * TAG = "BT-Ctrl"
static BluetoothControllerStub cdc::hal::g_bluetoothController

Variable Documentation

◆ 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.