ESPHome 2025.5.0
Loading...
Searching...
No Matches
bluetooth_proxy.h File Reference

Go to the source code of this file.

Data Structures

class  esphome::bluetooth_proxy::BluetoothProxy
 

Namespaces

namespace  esphome
 Providing packet encoding functions for exchanging data with a remote host.
 
namespace  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 , esphome::bluetooth_proxy::FEATURE_STATE_AND_MODE = 1 << 6
}
 
enum  esphome::bluetooth_proxy::BluetoothProxySubscriptionFlag : uint32_t { esphome::bluetooth_proxy::SUBSCRIPTION_RAW_ADVERTISEMENTS = 1 << 0 }