共用方式為


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

服務記錄 uuid 以查閱 RFCOMM 通道

傳回

已準備好連出連線的 RFCOMM BluetoothServerSocket

屬性

例外狀況

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

備註

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

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

適用於