AdvertisingSetCallback.OnPeriodicAdvertisingDataSet Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Callback triggered in response to AdvertisingSet#setPeriodicAdvertisingData
indicating result of the operation.
[Android.Runtime.Register("onPeriodicAdvertisingDataSet", "(Landroid/bluetooth/le/AdvertisingSet;I)V", "GetOnPeriodicAdvertisingDataSet_Landroid_bluetooth_le_AdvertisingSet_IHandler", ApiSince=26)]
public virtual void OnPeriodicAdvertisingDataSet (Android.Bluetooth.LE.AdvertisingSet? advertisingSet, Android.Bluetooth.LE.AdvertiseResult status);
[<Android.Runtime.Register("onPeriodicAdvertisingDataSet", "(Landroid/bluetooth/le/AdvertisingSet;I)V", "GetOnPeriodicAdvertisingDataSet_Landroid_bluetooth_le_AdvertisingSet_IHandler", ApiSince=26)>]
abstract member OnPeriodicAdvertisingDataSet : Android.Bluetooth.LE.AdvertisingSet * Android.Bluetooth.LE.AdvertiseResult -> unit
override this.OnPeriodicAdvertisingDataSet : Android.Bluetooth.LE.AdvertisingSet * Android.Bluetooth.LE.AdvertiseResult -> unit
Parameters
- advertisingSet
- AdvertisingSet
The advertising set.
- status
- AdvertiseResult
Status of the operation.
- Attributes
Remarks
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.