1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-08 21:03:49 +01:00

Merge branch 'esp32_ble_server_early_bail' into integration

This commit is contained in:
J. Nick Koston
2025-10-06 12:00:21 -05:00

View File

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