Share via


BluetoothSocketSettings.L2capPsm Property

Definition

Returns the L2CAP PSM value used for a BluetoothSocket#TYPE_LE socket.

public int L2capPsm { [Android.Runtime.Register("getL2capPsm", "()I", "", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getL2capPsm", "()I", "", ApiSince=36)>]
member this.L2capPsm : int

Property Value

Attributes

Remarks

Returns the L2CAP PSM value used for a BluetoothSocket#TYPE_LE socket.

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

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