1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-26 20:53:50 +00:00

[bluetooth_proxy] Implement dynamic service batching based on MTU constraints (#10001)

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
J. Nick Koston
2025-07-31 14:15:12 -10:00
committed by GitHub
parent 161f51e1f4
commit d4ff1bcf5c
2 changed files with 152 additions and 83 deletions

View File

@@ -22,7 +22,6 @@ namespace esphome::bluetooth_proxy {
static const esp_err_t ESP_GATT_NOT_CONNECTED = -1;
static const int DONE_SENDING_SERVICES = -2;
static const uint8_t MAX_SERVICES_PER_BATCH = 3;
using namespace esp32_ble_client;