|
esphome-api-client 0.5.0
Modern C++17 client for the ESPHome native API (plaintext + Noise)
|
A parsed BLE advertisement (api: BluetoothLEAdvertisementResponse).
More...
#include <bluetooth_proxy.hpp>

Public Attributes | |
| std::uint64_t | address = 0 |
| std::string | name |
| std::int32_t | rssi = 0 |
| std::uint32_t | address_type = 0 |
| std::vector< BleServiceData > | service_data |
| std::vector< std::string > | service_uuids |
| std::vector< BleManufacturerData > | manufacturer_data |
A parsed BLE advertisement (api: BluetoothLEAdvertisementResponse).
| std::uint64_t esphome::api::BleAdvertisement::address = 0 |
| std::uint32_t esphome::api::BleAdvertisement::address_type = 0 |
| std::vector<BleManufacturerData> esphome::api::BleAdvertisement::manufacturer_data |
| std::string esphome::api::BleAdvertisement::name |
| std::int32_t esphome::api::BleAdvertisement::rssi = 0 |
| std::vector<BleServiceData> esphome::api::BleAdvertisement::service_data |
| std::vector<std::string> esphome::api::BleAdvertisement::service_uuids |