Home
last modified time | relevance | path

Searched refs:TYPE_RFCOMM (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothDevice.java1425 return new BluetoothSocket(BluetoothSocket.TYPE_RFCOMM, -1, true, true, this, channel, in createRfcommSocket()
1517 return new BluetoothSocket(BluetoothSocket.TYPE_RFCOMM, -1, true, true, this, -1, in createRfcommSocketToServiceRecord()
1554 return new BluetoothSocket(BluetoothSocket.TYPE_RFCOMM, -1, false, false, this, -1, in createInsecureRfcommSocketToServiceRecord()
1578 return new BluetoothSocket(BluetoothSocket.TYPE_RFCOMM, -1, false, false, this, port, in createInsecureRfcommSocket()
DBluetoothServerSocket.java216 case BluetoothSocket.TYPE_RFCOMM: in toString()
DBluetoothAdapter.java1722 BluetoothSocket.TYPE_RFCOMM, true, true, channel, mitm, min16DigitPin); in listenUsingRfcommOn()
1836 socket = new BluetoothServerSocket(BluetoothSocket.TYPE_RFCOMM, auth, in createNewRfcommSocketAndRecord()
1859 BluetoothSocket.TYPE_RFCOMM, false, false, port); in listenUsingInsecureRfcommOn()
1884 BluetoothSocket.TYPE_RFCOMM, false, true, port); in listenUsingEncryptedRfcommOn()
DBluetoothSocket.java96 public static final int TYPE_RFCOMM = 1; field in BluetoothSocket
187 if (type == BluetoothSocket.TYPE_RFCOMM && uuid == null && fd == -1 in BluetoothSocket()
/frameworks/base/api/
Dcurrent.txt7932 field public static final int TYPE_RFCOMM = 1; // 0x1
Dsystem-current.txt8411 field public static final int TYPE_RFCOMM = 1; // 0x1