ESPHome  2024.3.1
Data Fields
esphome::esp32_ble::conn_status_t Struct Reference

#include <ble.h>

Data Fields

void * peer_device
 
bool connected
 
uint16_t mtu
 

Detailed Description

Definition at line 26 of file ble.h.

Field Documentation

◆ connected

bool esphome::esp32_ble::conn_status_t::connected

Definition at line 28 of file ble.h.

◆ mtu

uint16_t esphome::esp32_ble::conn_status_t::mtu

Definition at line 29 of file ble.h.

◆ peer_device

void* esphome::esp32_ble::conn_status_t::peer_device

Definition at line 27 of file ble.h.


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