Lingua

ScanSettings.Builder.SetCallbackType(ScanCallbackType) Method

Definition

Set callback type for Bluetooth LE scan.

[Android.Runtime.Register("setCallbackType", "(I)Landroid/bluetooth/le/ScanSettings$Builder;", "", ApiSince=23)]
public Android.Bluetooth.LE.ScanSettings.Builder? SetCallbackType(Android.Bluetooth.LE.ScanCallbackType callbackType);
[<Android.Runtime.Register("setCallbackType", "(I)Landroid/bluetooth/le/ScanSettings$Builder;", "", ApiSince=23)>]
member this.SetCallbackType : Android.Bluetooth.LE.ScanCallbackType -> Android.Bluetooth.LE.ScanSettings.Builder

Parameters

callbackType
ScanCallbackType

The callback type flags for the scan.

Returns

Attributes

Remarks

Set callback type for Bluetooth LE scan.

Android reference for android.bluetooth.le.ScanSettings.Builder.setCallbackType.

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