AdvertiseCallback.OnStartSuccess(AdvertiseSettings) 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 BluetoothLeAdvertiser#startAdvertising
indicating
that the advertising has been started successfully.
[Android.Runtime.Register("onStartSuccess", "(Landroid/bluetooth/le/AdvertiseSettings;)V", "GetOnStartSuccess_Landroid_bluetooth_le_AdvertiseSettings_Handler")]
public virtual void OnStartSuccess (Android.Bluetooth.LE.AdvertiseSettings? settingsInEffect);
[<Android.Runtime.Register("onStartSuccess", "(Landroid/bluetooth/le/AdvertiseSettings;)V", "GetOnStartSuccess_Landroid_bluetooth_le_AdvertiseSettings_Handler")>]
abstract member OnStartSuccess : Android.Bluetooth.LE.AdvertiseSettings -> unit
override this.OnStartSuccess : Android.Bluetooth.LE.AdvertiseSettings -> unit
Parameters
- settingsInEffect
- AdvertiseSettings
The actual settings used for advertising, which may be different from what has been requested.
- 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.