mirror of
https://github.com/esphome/esphome.git
synced 2025-03-15 07:08:20 +00:00
Debug disconnecting before connected
This commit is contained in:
parent
f11f7af957
commit
6ee10540f6
@ -145,6 +145,7 @@ void BLEClientBase::_unconditional_disconnect() {
|
|||||||
if (this->state_ == espbt::ClientState::SEARCHING || this->state_ == espbt::ClientState::READY_TO_CONNECT ||
|
if (this->state_ == espbt::ClientState::SEARCHING || this->state_ == espbt::ClientState::READY_TO_CONNECT ||
|
||||||
this->state_ == espbt::ClientState::DISCOVERED || this->state_ == espbt::ClientState::DISCONNECTING) {
|
this->state_ == espbt::ClientState::DISCOVERED || this->state_ == espbt::ClientState::DISCONNECTING) {
|
||||||
this->set_address(0);
|
this->set_address(0);
|
||||||
|
this->conn_id_ = UNSET_CONN_ID;
|
||||||
this->set_state(espbt::ClientState::IDLE);
|
this->set_state(espbt::ClientState::IDLE);
|
||||||
} else {
|
} else {
|
||||||
this->set_state(espbt::ClientState::DISCONNECTING);
|
this->set_state(espbt::ClientState::DISCONNECTING);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user