mirror of
https://github.com/esphome/esphome.git
synced 2025-10-08 12:53:45 +01:00
Merge branch 'esp32_ble_server_early_bail' into integration
This commit is contained in:
@@ -129,6 +129,7 @@ bool BLECharacteristic::is_created() {
|
||||
if (!descriptor->is_created())
|
||||
return false;
|
||||
}
|
||||
// All descriptors are created if we reach here
|
||||
this->state_ = CREATED;
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user