Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothServerSocket.java246 case BluetoothSocket.TYPE_RFCOMM: { in toString()
DBluetoothDevice.java2189 return new BluetoothSocket(BluetoothSocket.TYPE_RFCOMM, -1, true, true, this, channel, in createRfcommSocket()
2290 return new BluetoothSocket(BluetoothSocket.TYPE_RFCOMM, -1, true, true, this, -1, in createRfcommSocketToServiceRecord()
2330 return new BluetoothSocket(BluetoothSocket.TYPE_RFCOMM, -1, false, false, this, -1, in createInsecureRfcommSocketToServiceRecord()
2358 return new BluetoothSocket(BluetoothSocket.TYPE_RFCOMM, -1, false, false, this, port, in createInsecureRfcommSocket()
DBluetoothSocket.java97 public static final int TYPE_RFCOMM = 1; field in BluetoothSocket
207 if (type == BluetoothSocket.TYPE_RFCOMM && uuid == null && fd == -1 in BluetoothSocket()
DBluetoothAdapter.java2717 new BluetoothServerSocket(BluetoothSocket.TYPE_RFCOMM, true, true, channel, mitm, in listenUsingRfcommOn()
2843 socket = new BluetoothServerSocket(BluetoothSocket.TYPE_RFCOMM, auth, encrypt, in createNewRfcommSocketAndRecord()
2869 new BluetoothServerSocket(BluetoothSocket.TYPE_RFCOMM, false, false, port); in listenUsingInsecureRfcommOn()
/frameworks/base/core/api/
Dcurrent.txt9486 field public static final int TYPE_RFCOMM = 1; // 0x1