Settings.System.BluetoothDiscoverability フィールド

定義

リモート デバイスがこのデバイスを検出または接続できるかどうかを決定します。

[Android.Runtime.Register("BLUETOOTH_DISCOVERABILITY")]
public const string BluetoothDiscoverability;
[<Android.Runtime.Register("BLUETOOTH_DISCOVERABILITY")>]
val mutable BluetoothDiscoverability : string

フィールド値

属性

注釈

リモート デバイスがこのデバイスを検出または接続できるかどうかを決定します。

型: INT

2 -- discoverable and connectable 1 -- connectable but not discoverable 0 -- not connectable and discoverable

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象