ProfileConfiguration

data class ProfileConfiguration(val intervalMs: Int, val txPowerLevel: Int, val useExtendedAdvertising: Boolean, val legacyMode: Boolean, val scannable: Boolean, val anonymous: Boolean, val includeTxPower: Boolean, val description: String, val batteryImpact: AdvancedBluetoothConfig.BatteryImpact, val visibilityRange: AdvancedBluetoothConfig.VisibilityRange, val recommendedDuration: Long? = null)

Configuración para un perfil específico

Constructors

Link copied to clipboard
constructor(intervalMs: Int, txPowerLevel: Int, useExtendedAdvertising: Boolean, legacyMode: Boolean, scannable: Boolean, anonymous: Boolean, includeTxPower: Boolean, description: String, batteryImpact: AdvancedBluetoothConfig.BatteryImpact, visibilityRange: AdvancedBluetoothConfig.VisibilityRange, recommendedDuration: Long? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard