Device List Section
fun List<DeviceListEntry>.DeviceListSection(title: String, connectionState: ConnectionState, selectedDevice: String, onSelect: (DeviceListEntry) -> Unit, modifier: Modifier = Modifier, onDelete: (DeviceListEntry) -> Unit? = null)(source)