|
ESPHome 2026.10.0-dev
|
Go to the source code of this file.
Data Structures | |
| class | esphome::bluetooth_proxy::PendingReply |
| One owed address-keyed reply in a single word: 48-bit address low, 16-bit error on top. More... | |
| class | esphome::bluetooth_proxy::BluetoothProxy |
Namespaces | |
| namespace | esphome |
| namespace | esphome::bluetooth_proxy |
Typedefs | |
| using | esphome::bluetooth_proxy::BluetoothConnection = bluetooth_connection::BluetoothConnection |
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 , esphome::bluetooth_proxy::FEATURE_STATE_AND_MODE = 1 << 6 , esphome::bluetooth_proxy::FEATURE_CONNECTION_PARAMS_SETTING = 1 << 7 } |
| enum | esphome::bluetooth_proxy::BluetoothProxySubscriptionFlag : uint32_t { esphome::bluetooth_proxy::SUBSCRIPTION_RAW_ADVERTISEMENTS = 1 << 0 } |
Functions | |
| constexpr bool | esphome::bluetooth_proxy::pending_reply_round_trips (uint64_t address, uint64_t expected_address, conn_err_t error) |