mirror of
https://github.com/esphome/esphome.git
synced 2025-09-06 13:22:19 +01:00
Update bluetooth proxy limit as soon as connection requested (#3935)
This commit is contained in:
@@ -145,6 +145,8 @@ class ESPBTDeviceListener {
|
||||
enum class ClientState {
|
||||
// Connection is idle, no device detected.
|
||||
IDLE,
|
||||
// Searching for device.
|
||||
SEARCHING,
|
||||
// Device advertisement found.
|
||||
DISCOVERED,
|
||||
// Connection in progress.
|
||||
|
Reference in New Issue
Block a user