Searched refs:TYPE_RFCOMM (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothDevice.java | 1358 return new BluetoothSocket(BluetoothSocket.TYPE_RFCOMM, -1, true, true, this, channel, in createRfcommSocket() 1430 return new BluetoothSocket(BluetoothSocket.TYPE_RFCOMM, -1, true, true, this, -1, in createRfcommSocketToServiceRecord() 1468 return new BluetoothSocket(BluetoothSocket.TYPE_RFCOMM, -1, false, false, this, -1, in createInsecureRfcommSocketToServiceRecord() 1492 return new BluetoothSocket(BluetoothSocket.TYPE_RFCOMM, -1, false, false, this, port, in createInsecureRfcommSocket()
|
D | BluetoothServerSocket.java | 216 case BluetoothSocket.TYPE_RFCOMM: in toString()
|
D | BluetoothAdapter.java | 1514 BluetoothSocket.TYPE_RFCOMM, true, true, channel, mitm, min16DigitPin); in listenUsingRfcommOn() 1630 socket = new BluetoothServerSocket(BluetoothSocket.TYPE_RFCOMM, auth, in createNewRfcommSocketAndRecord() 1653 BluetoothSocket.TYPE_RFCOMM, false, false, port); in listenUsingInsecureRfcommOn() 1678 BluetoothSocket.TYPE_RFCOMM, false, true, port); in listenUsingEncryptedRfcommOn()
|
D | BluetoothSocket.java | 95 public static final int TYPE_RFCOMM = 1; field in BluetoothSocket 186 if (type == BluetoothSocket.TYPE_RFCOMM && uuid == null && fd == -1 in BluetoothSocket()
|
/frameworks/base/api/ |
D | current.txt | 6986 field public static final int TYPE_RFCOMM = 1; // 0x1
|
D | system-current.txt | 7206 field public static final int TYPE_RFCOMM = 1; // 0x1
|