mirror of
https://github.com/esphome/esphome.git
synced 2025-10-29 22:24:26 +00:00
Speed up BLE connections (#4093)
This commit is contained in:
@@ -23,6 +23,7 @@ class BluetoothConnection : public esp32_ble_client::BLEClientBase {
|
||||
|
||||
protected:
|
||||
friend class BluetoothProxy;
|
||||
bool seen_mtu_or_services_{false};
|
||||
|
||||
int16_t send_service_{-1};
|
||||
BluetoothProxy *proxy_;
|
||||
|
||||
Reference in New Issue
Block a user