BluetoothDevice.CreateRfcommSocketToServiceRecord(UUID) 方法

定义

使用 Uuid 的 SDP 查找创建一个 RFCOMM BluetoothSocket ,以便启动到此远程设备的安全传出连接。

[Android.Runtime.Register("createRfcommSocketToServiceRecord", "(Ljava/util/UUID;)Landroid/bluetooth/BluetoothSocket;", "")]
[Android.Runtime.RequiresPermission("android.permission.BLUETOOTH_CONNECT")]
public Android.Bluetooth.BluetoothSocket? CreateRfcommSocketToServiceRecord (Java.Util.UUID? uuid);
[<Android.Runtime.Register("createRfcommSocketToServiceRecord", "(Ljava/util/UUID;)Landroid/bluetooth/BluetoothSocket;", "")>]
[<Android.Runtime.RequiresPermission("android.permission.BLUETOOTH_CONNECT")>]
member this.CreateRfcommSocketToServiceRecord : Java.Util.UUID -> Android.Bluetooth.BluetoothSocket

参数

uuid
UUID

用于查找 RFCOMM 通道的服务记录 uuid

返回

用于传出连接的 RFCOMM BluetoothServerSocket

属性

例外

出错时,例如蓝牙不可用或权限不足

注解

适用于 . 的 android.bluetooth.BluetoothDevice.createRfcommSocketToServiceRecord(java.util.UUID)Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于