BluetoothGatt.GattConnectionTimeout フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Bluetooth.GattStatus enum directly instead of this field.

リモート デバイスが範囲外であるか、接続可能としてアドバタイズされていないことが原因で、GATT 接続がタイムアウトしました。

[Android.Runtime.Register("GATT_CONNECTION_TIMEOUT", ApiSince=35)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.GattStatus enum directly instead of this field.", true)]
public const Android.Bluetooth.GattStatus GattConnectionTimeout = 147;
[<Android.Runtime.Register("GATT_CONNECTION_TIMEOUT", ApiSince=35)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.GattStatus enum directly instead of this field.", true)>]
val mutable GattConnectionTimeout : Android.Bluetooth.GattStatus

フィールド値

Value = 147

実装

属性

注釈

リモート デバイスが範囲外であるか、接続可能としてアドバタイズされていないことが原因で、GATT 接続がタイムアウトしました。

Javaドキュメント。

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

適用対象