BluetoothButtonSelector

fun BluetoothButtonSelector(modifier: Modifier = Modifier, devices: List<String> = emptyList(), notificationText: String = "", deviceListIsVisible: Boolean = false, onStartScanning: () -> Unit = {}, onSelectDevice: (String) -> Unit = {})