BluetoothLeAdvertiser.StopAdvertisingSet(AdvertisingSetCallback) Method

Definition

Used to dispose of a AdvertisingSet object, obtained with BluetoothLeAdvertiser#startAdvertisingSet.

[Android.Runtime.Register("stopAdvertisingSet", "(Landroid/bluetooth/le/AdvertisingSetCallback;)V", "", ApiSince=26)]
[Android.Runtime.RequiresPermission("android.permission.BLUETOOTH_ADVERTISE")]
public void StopAdvertisingSet (Android.Bluetooth.LE.AdvertisingSetCallback? callback);
[<Android.Runtime.Register("stopAdvertisingSet", "(Landroid/bluetooth/le/AdvertisingSetCallback;)V", "", ApiSince=26)>]
[<Android.Runtime.RequiresPermission("android.permission.BLUETOOTH_ADVERTISE")>]
member this.StopAdvertisingSet : Android.Bluetooth.LE.AdvertisingSetCallback -> unit

Parameters

Attributes

Remarks

Java documentation for android.bluetooth.le.BluetoothLeAdvertiser.stopAdvertisingSet(android.bluetooth.le.AdvertisingSetCallback).

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