Fix the remaining stale pool attribution in the rp2 schema docstring

This commit is contained in:
J. Nick Koston
2026-08-10 17:16:14 -05:00
parent ff3e14099c
commit 9d1506c9e0
@@ -152,8 +152,8 @@ def _validate_no_active(config: ConfigType) -> ConfigType:
def _rp2_config_schema() -> cv.All:
"""Full proxy on the rp2 BLE hub: active connections through the BTstack
GATT client backend in bluetooth_connection. Multi-slot builds replace the
prebuilt library's one-client BTstack pools via linker --wrap (emitted by
bluetooth_connection's backend registration)."""
prebuilt library's one-client BTstack pools via linker --wrap, owned by
rp2040_ble and requested when a second backend registers."""
connection_schema = bluetooth_connection.hub_connection_schema(PLATFORM_RP2)
def populate_connections(config: ConfigType) -> ConfigType: