BluetoothAdapter.IsMultipleAdvertisementSupported Property

Definition

Return true if the multi advertisement is supported by the chipset

public bool IsMultipleAdvertisementSupported { [Android.Runtime.Register("isMultipleAdvertisementSupported", "()Z", "")] get; }
[<get: Android.Runtime.Register("isMultipleAdvertisementSupported", "()Z", "")>]
member this.IsMultipleAdvertisementSupported : bool

Property Value

true if Multiple Advertisement feature is supported

Attributes

Remarks

Java documentation for android.bluetooth.BluetoothAdapter.isMultipleAdvertisementSupported().

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.

Applies to