ESPHome 2025.5.0
|
Go to the source code of this file.
Namespaces | |
namespace | esphome |
Providing packet encoding functions for exchanging data with a remote host. | |
namespace | esphome::esp32_ble |
Enumerations | |
enum | esphome::esp32_ble::IoCapability { esphome::esp32_ble::IO_CAP_OUT = ESP_IO_CAP_OUT , esphome::esp32_ble::IO_CAP_IO = ESP_IO_CAP_IO , esphome::esp32_ble::IO_CAP_IN = ESP_IO_CAP_IN , esphome::esp32_ble::IO_CAP_NONE = ESP_IO_CAP_NONE , esphome::esp32_ble::IO_CAP_KBDISP = ESP_IO_CAP_KBDISP } |
enum | esphome::esp32_ble::BLEComponentState { esphome::esp32_ble::BLE_COMPONENT_STATE_OFF = 0 , esphome::esp32_ble::BLE_COMPONENT_STATE_DISABLE , esphome::esp32_ble::BLE_COMPONENT_STATE_DISABLED , esphome::esp32_ble::BLE_COMPONENT_STATE_ENABLE , esphome::esp32_ble::BLE_COMPONENT_STATE_ACTIVE } |
Functions | |
uint64_t | esphome::esp32_ble::ble_addr_to_uint64 (const esp_bd_addr_t address) |