Settings.System.BluetoothDiscoverabilityTimeout Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Bluetooth discoverability timeout.
[Android.Runtime.Register("BLUETOOTH_DISCOVERABILITY_TIMEOUT")]
public const string BluetoothDiscoverabilityTimeout;
[<Android.Runtime.Register("BLUETOOTH_DISCOVERABILITY_TIMEOUT")>]
val mutable BluetoothDiscoverabilityTimeout : string
Field Value
- Attributes
Remarks
Bluetooth discoverability timeout. If this value is nonzero, then Bluetooth becomes discoverable for a certain number of seconds, after which is becomes simply connectable. The value is in seconds.
Java documentation for android.provider.Settings.System.BLUETOOTH_DISCOVERABILITY_TIMEOUT
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.