Settings.System.BluetoothDiscoverability 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.
Determines whether remote devices may discover and/or connect to this device.
[Android.Runtime.Register("BLUETOOTH_DISCOVERABILITY")]
public const string BluetoothDiscoverability;
[<Android.Runtime.Register("BLUETOOTH_DISCOVERABILITY")>]
val mutable BluetoothDiscoverability : string
Field Value
- Attributes
Remarks
Determines whether remote devices may discover and/or connect to this device.
Type: INT
2 -- discoverable and connectable 1 -- connectable but not discoverable 0 -- neither connectable nor discoverable
Java documentation for android.provider.Settings.System.BLUETOOTH_DISCOVERABILITY
.
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.