ESPHome  2024.4.0
Data Structures | Namespaces | Enumerations
bluetooth_proxy.h File Reference

Go to the source code of this file.

Data Structures

class  esphome::bluetooth_proxy::BluetoothProxy
 

Namespaces

 esphome
 This is a workaround until we can figure out a way to get the tflite-micro idf component code available in CI.
 
 esphome::bluetooth_proxy
 

Enumerations

enum  esphome::bluetooth_proxy::BluetoothProxyFeature : uint32_t {
  esphome::bluetooth_proxy::FEATURE_PASSIVE_SCAN = 1 << 0, esphome::bluetooth_proxy::FEATURE_ACTIVE_CONNECTIONS = 1 << 1, esphome::bluetooth_proxy::FEATURE_REMOTE_CACHING = 1 << 2, esphome::bluetooth_proxy::FEATURE_PAIRING = 1 << 3,
  esphome::bluetooth_proxy::FEATURE_CACHE_CLEARING = 1 << 4, esphome::bluetooth_proxy::FEATURE_RAW_ADVERTISEMENTS = 1 << 5
}
 
enum  esphome::bluetooth_proxy::BluetoothProxySubscriptionFlag : uint32_t { esphome::bluetooth_proxy::SUBSCRIPTION_RAW_ADVERTISEMENTS = 1 << 0 }