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::BleRawAdvertisement Struct Reference

A single raw, unparsed BLE advertisement (api: BluetoothLERawAdvertisement). More...

#include <bluetooth_proxy.hpp>

Collaboration diagram for esphome::api::BleRawAdvertisement:
Collaboration graph
[legend]

Public Attributes

std::uint64_t address = 0
 
std::int32_t rssi = 0
 
std::uint32_t address_type = 0
 
std::string data
 

Detailed Description

A single raw, unparsed BLE advertisement (api: BluetoothLERawAdvertisement).

Member Data Documentation

◆ address

std::uint64_t esphome::api::BleRawAdvertisement::address = 0

◆ address_type

std::uint32_t esphome::api::BleRawAdvertisement::address_type = 0

◆ data

std::string esphome::api::BleRawAdvertisement::data

◆ rssi

std::int32_t esphome::api::BleRawAdvertisement::rssi = 0

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