Android.Bluetooth.BluetoothAdapter.BluetoothLeAdvertiser Property
Returns a Android.Bluetooth.LE.BluetoothLeAdvertiser object for Bluetooth LE Advertising operations, or null if Bluetooth LE Advertising is not support on this device.

Syntax

[get: Android.Runtime.Register("getBluetoothLeAdvertiser", "()Landroid/bluetooth/le/BluetoothLeAdvertiser;", "GetGetBluetoothLeAdvertiserHandler")]
public Android.Bluetooth.LE.BluetoothLeAdvertiser BluetoothLeAdvertiser { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns a Android.Bluetooth.LE.BluetoothLeAdvertiser object for Bluetooth LE Advertising operations, or null if Bluetooth LE Advertising is not support on this device.

Use BluetoothAdapter.IsMultipleAdvertisementSupported to check whether LE Advertising is supported on this device before calling this method.

[Android Documentation]

Requirements

Namespace: Android.Bluetooth
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 5