1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-08 22:32:21 +01:00

Include Bluetooth connection slot allocations in connections free message (#8148)

This commit is contained in:
J. Nick Koston
2025-01-27 16:57:52 -10:00
committed by GitHub
parent dbf4c2c4da
commit dd18a219db
4 changed files with 21 additions and 0 deletions

View File

@@ -1624,6 +1624,7 @@ class BluetoothConnectionsFreeResponse : public ProtoMessage {
public:
uint32_t free{0};
uint32_t limit{0};
std::vector<uint64_t> allocated{};
void encode(ProtoWriteBuffer buffer) const override;
#ifdef HAS_PROTO_MESSAGE_DUMP
void dump_to(std::string &out) const override;