TransportFilterChips

fun TransportFilterChips(showBle: Boolean, showNetwork: Boolean, showUsb: Boolean, onToggleBle: () -> Unit, onToggleNetwork: () -> Unit, onToggleUsb: () -> Unit, modifier: Modifier = Modifier)(source)

Inclusive transport-visibility filter chips rendered below the connection card. Each chip independently toggles the visibility of its corresponding section (showBle → BLE, showNetwork → Network/TCP, showUsb → USB) in the device list. Selections are persisted by the caller (defaults to all-on).