AdvertisingSetCallback.OnPeriodicAdvertisingParametersUpdated Method

Definition

Callback triggered in response to AdvertisingSet#setPeriodicAdvertisingParameters indicating result of the operation.

[Android.Runtime.Register("onPeriodicAdvertisingParametersUpdated", "(Landroid/bluetooth/le/AdvertisingSet;I)V", "GetOnPeriodicAdvertisingParametersUpdated_Landroid_bluetooth_le_AdvertisingSet_IHandler", ApiSince=26)]
public virtual void OnPeriodicAdvertisingParametersUpdated (Android.Bluetooth.LE.AdvertisingSet? advertisingSet, Android.Bluetooth.LE.AdvertiseResult status);
[<Android.Runtime.Register("onPeriodicAdvertisingParametersUpdated", "(Landroid/bluetooth/le/AdvertisingSet;I)V", "GetOnPeriodicAdvertisingParametersUpdated_Landroid_bluetooth_le_AdvertisingSet_IHandler", ApiSince=26)>]
abstract member OnPeriodicAdvertisingParametersUpdated : Android.Bluetooth.LE.AdvertisingSet * Android.Bluetooth.LE.AdvertiseResult -> unit
override this.OnPeriodicAdvertisingParametersUpdated : Android.Bluetooth.LE.AdvertisingSet * Android.Bluetooth.LE.AdvertiseResult -> unit

Parameters

advertisingSet
AdvertisingSet

The advertising set.

status
AdvertiseResult

Status of the operation.

Attributes

Remarks

Java documentation for android.bluetooth.le.AdvertisingSetCallback.onPeriodicAdvertisingParametersUpdated(android.bluetooth.le.AdvertisingSet, int).

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