次の方法で共有


BluetoothAdapter.IsLeExtendedAdvertisingSupported プロパティ

定義

LE 拡張広告機能がサポートされている場合は true を返します。

public bool IsLeExtendedAdvertisingSupported { [Android.Runtime.Register("isLeExtendedAdvertisingSupported", "()Z", "", ApiSince=26)] get; }
[<get: Android.Runtime.Register("isLeExtendedAdvertisingSupported", "()Z", "", ApiSince=26)>]
member this.IsLeExtendedAdvertisingSupported : bool

プロパティ値

チップセットが LE 拡張広告機能をサポートしている場合は true

属性

注釈

の Java ドキュメントandroid.bluetooth.BluetoothAdapter.isLeExtendedAdvertisingSupported()

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象