esphome-api-client 0.5.0
Modern C++17 client for the ESPHome native API (plaintext + Noise)
Loading...
Searching...
No Matches
Public Attributes | List of all members
esphome::api::BleScannerState Struct Reference

State of the device's BLE scanner (api: BluetoothScannerStateResponse). More...

#include <bluetooth_proxy.hpp>

Public Attributes

BluetoothScannerState state = BluetoothScannerState::Idle
 
BluetoothScannerMode mode = BluetoothScannerMode::Passive
 
BluetoothScannerMode configured_mode = BluetoothScannerMode::Passive
 

Detailed Description

State of the device's BLE scanner (api: BluetoothScannerStateResponse).

Member Data Documentation

◆ configured_mode

BluetoothScannerMode esphome::api::BleScannerState::configured_mode = BluetoothScannerMode::Passive

◆ mode

BluetoothScannerMode esphome::api::BleScannerState::mode = BluetoothScannerMode::Passive

◆ state

BluetoothScannerState esphome::api::BleScannerState::state = BluetoothScannerState::Idle

The documentation for this struct was generated from the following file: