ESPHome
2024.10.2
|
Go to the source code of this file.
Data Structures | |
class | esphome::bluetooth_proxy::BluetoothProxy |
Namespaces | |
esphome | |
Implementation of SPI Controller mode. | |
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 } |