ESPHome
2024.10.2
|
Go to the source code of this file.
Namespaces | |
esphome | |
Implementation of SPI Controller mode. | |
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) |