BluetoothDevice.ExtraDiscoveryResultType Field

Definition

Used as an integer field in #ACTION_FOUND intents.

[Android.Runtime.Register("EXTRA_DISCOVERY_RESULT_TYPE", ApiSince=36)]
public const string ExtraDiscoveryResultType;
[<Android.Runtime.Register("EXTRA_DISCOVERY_RESULT_TYPE", ApiSince=36)>]
val mutable ExtraDiscoveryResultType : string

Field Value

Implements

Attributes

Remarks

Used as an integer field in #ACTION_FOUND intents. It contains the discovery type for how the device is found:

<ul> <li>If BR/EDR inquiry result is received, #DEVICE_TYPE_CLASSIC. <li>If BLE advertising data is received, #DEVICE_TYPE_LE. <li>If both are received, #DEVICE_TYPE_DUAL. </ul>

Java documentation for android.bluetooth.BluetoothDevice.EXTRA_DISCOVERY_RESULT_TYPE.

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