1
0
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:
J. Nick Koston
2022-11-27 14:30:05 -10:00
committed by GitHub
parent 53e0af18fb
commit 9052947a71
3 changed files with 25 additions and 1 deletions

View File

@@ -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_;