BluetoothDevice.ActionFound 字段

定义

广播操作:发现远程设备。

[Android.Runtime.Register("ACTION_FOUND")]
[Android.Runtime.RequiresPermission("android.permission.BLUETOOTH_SCAN")]
public const string ActionFound;
[<Android.Runtime.Register("ACTION_FOUND")>]
[<Android.Runtime.RequiresPermission("android.permission.BLUETOOTH_SCAN")>]
val mutable ActionFound : string

字段值

实现

属性

注解

广播操作:发现远程设备。

在发现过程中发现远程设备时发送。

始终包含额外的字段 #EXTRA_DEVICE#EXTRA_CLASS。 可以包含额外的字段 #EXTRA_NAME 和/或/或 #EXTRA_RSSI /或 #EXTRA_IS_COORDINATED_SET_MEMBER 它们是否可用。

Java文档android.bluetooth.BluetoothDevice.ACTION_FOUND

本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。

适用于