|
ESPHome 2026.3.0
|
Data Structures | |
| class | BluetoothConnection |
| class | BluetoothProxy |
Enumerations | |
| enum | BluetoothProxyFeature : uint32_t { FEATURE_PASSIVE_SCAN = 1 << 0 , FEATURE_ACTIVE_CONNECTIONS = 1 << 1 , FEATURE_REMOTE_CACHING = 1 << 2 , FEATURE_PAIRING = 1 << 3 , FEATURE_CACHE_CLEARING = 1 << 4 , FEATURE_RAW_ADVERTISEMENTS = 1 << 5 , FEATURE_STATE_AND_MODE = 1 << 6 , FEATURE_CONNECTION_PARAMS_SETTING = 1 << 7 } |
| enum | BluetoothProxySubscriptionFlag : uint32_t { SUBSCRIPTION_RAW_ADVERTISEMENTS = 1 << 0 } |
Variables | |
| BluetoothProxy * | global_bluetooth_proxy = nullptr |
Definition at line 41 of file bluetooth_proxy.h.
| Enumerator | |
|---|---|
| SUBSCRIPTION_RAW_ADVERTISEMENTS | |
Definition at line 52 of file bluetooth_proxy.h.
| BluetoothProxy * esphome::bluetooth_proxy::global_bluetooth_proxy = nullptr |
Definition at line 484 of file bluetooth_proxy.cpp.