共用方式為


BluetoothDevice.CreateInsecureRfcommSocketToServiceRecord(UUID) 方法

定義

使用 Uuid 的 SDP 查閱,建立已準備好啟動此遠端裝置不安全的連出連線的 RFCOMM BluetoothSocket 套接字。

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

參數

uuid
UUID

服務記錄 uuid 以查閱 RFCOMM 通道

傳回

已準備好連出連線的 RFCOMM BluetoothServerSocket

屬性

例外狀況

發生錯誤時,例如藍牙無法使用或許可權不足

備註

android.bluetooth.BluetoothDevice.createInsecureRfcommSocketToServiceRecord(java.util.UUID)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於