Package-level declarations
Functions
Link copied to clipboard
Pretty DeviceConfig card
Link copied to clipboard
Link copied to clipboard
Pretty device card
Link copied to clipboard
fun DeviceList(title: String, deviceWithConfigList: List<BluetoothDeviceWithConfig>, onItemClicked: (BluetoothDeviceWithConfig) -> Unit)
Link copied to clipboard
fun EditableSection(title: String, fields: List<Cell>, additionalContent: @Composable () -> Unit = { }, onSave: () -> Unit)
Link copied to clipboard
@RequiresPermission(allOf = ["android.permission.BLUETOOTH_CONNECT", "android.permission.BLUETOOTH_SCAN" ] )
Link copied to clipboard