BluetoothDevice.CreateInsecureL2capChannel(Int32) 方法

定义

创建一个面向蓝牙 L2CAP 连接的通道(CoC), BluetoothSocket 该通道可用于启动与具有相同动态协议/服务多路复用器(PSM)值的远程设备的安全传出连接。

[Android.Runtime.Register("createInsecureL2capChannel", "(I)Landroid/bluetooth/BluetoothSocket;", "", ApiSince=29)]
[Android.Runtime.RequiresPermission("android.permission.BLUETOOTH_CONNECT")]
public Android.Bluetooth.BluetoothSocket CreateInsecureL2capChannel (int psm);
[<Android.Runtime.Register("createInsecureL2capChannel", "(I)Landroid/bluetooth/BluetoothSocket;", "", ApiSince=29)>]
[<Android.Runtime.RequiresPermission("android.permission.BLUETOOTH_CONNECT")>]
member this.CreateInsecureL2capChannel : int -> Android.Bluetooth.BluetoothSocket

参数

psm
Int32

来自远程设备的动态 PSM 值

返回

已准备好进行传出连接的 CoC #BluetoothSocket

属性

注解

适用于 . 的 android.bluetooth.BluetoothDevice.createInsecureL2capChannel(int)Java 文档

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

适用于