AdvertisingSetCallback.OnScanResponseDataSet Method

Definition

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

[Android.Runtime.Register("onScanResponseDataSet", "(Landroid/bluetooth/le/AdvertisingSet;I)V", "GetOnScanResponseDataSet_Landroid_bluetooth_le_AdvertisingSet_IHandler", ApiSince=26)]
public virtual void OnScanResponseDataSet (Android.Bluetooth.LE.AdvertisingSet? advertisingSet, Android.Bluetooth.LE.AdvertiseResult status);
[<Android.Runtime.Register("onScanResponseDataSet", "(Landroid/bluetooth/le/AdvertisingSet;I)V", "GetOnScanResponseDataSet_Landroid_bluetooth_le_AdvertisingSet_IHandler", ApiSince=26)>]
abstract member OnScanResponseDataSet : Android.Bluetooth.LE.AdvertisingSet * Android.Bluetooth.LE.AdvertiseResult -> unit
override this.OnScanResponseDataSet : 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.onScanResponseDataSet(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