Lingua

BluetoothConnectionType Enum

Definition

public enum BluetoothConnectionType
type BluetoothConnectionType = 
Inheritance
BluetoothConnectionType

Fields

Name Value Description
Rfcomm 1

RFCOMM socket

Android reference for android.bluetooth.BluetoothSocket.TYPE_RFCOMM.

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.

Sco 2

SCO socket

Android reference for android.bluetooth.BluetoothSocket.TYPE_SCO.

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.

L2cap 3

L2CAP socket

Android reference for android.bluetooth.BluetoothSocket.TYPE_L2CAP.

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.

Le 4

L2CAP socket on LE transport

Android reference for android.bluetooth.BluetoothSocket.TYPE_LE.

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.

Remarks

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