Share via


BluetoothSocketSettings.RfcommServiceName Property

Definition

Returns the RFCOMM service name used for a BluetoothSocket#TYPE_RFCOMM socket.

public string? RfcommServiceName { [Android.Runtime.Register("getRfcommServiceName", "()Ljava/lang/String;", "", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getRfcommServiceName", "()Ljava/lang/String;", "", ApiSince=36)>]
member this.RfcommServiceName : string

Property Value

Attributes

Remarks

Returns the RFCOMM service name used for a BluetoothSocket#TYPE_RFCOMM socket.

Defaults to null.

Java documentation for android.bluetooth.BluetoothSocketSettings.getRfcommServiceName().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to