Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/
DBluetoothObexTransport.java117 return mSocket.getConnectionType() == BluetoothSocket.TYPE_RFCOMM in getRemoteAddress()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DSocketMetrics.java76 } else if (connType == BluetoothSocket.TYPE_RFCOMM) { in logSocketConnect()
DBluetoothSocket.java99 public static final int TYPE_RFCOMM = 1; field in BluetoothSocket
229 if (type == BluetoothSocket.TYPE_RFCOMM in BluetoothSocket()
279 new BluetoothSocket(TYPE_RFCOMM, true, true, device, -1, uuid); in createSocketFromOpenFd()
DBluetoothServerSocket.java292 case BluetoothSocket.TYPE_RFCOMM: in toString()
DBluetoothDevice.java2870 return new BluetoothSocket(BluetoothSocket.TYPE_RFCOMM, true, true, this, channel, null); in createRfcommSocket()
2971 BluetoothSocket.TYPE_RFCOMM, true, true, this, -1, new ParcelUuid(uuid)); in createRfcommSocketToServiceRecord()
3013 BluetoothSocket.TYPE_RFCOMM, false, false, this, -1, new ParcelUuid(uuid)); in createInsecureRfcommSocketToServiceRecord()
3039 return new BluetoothSocket(BluetoothSocket.TYPE_RFCOMM, false, false, this, port, null); in createInsecureRfcommSocket()
DBluetoothAdapter.java3060 BluetoothSocket.TYPE_RFCOMM, true, true, channel, mitm, min16DigitPin); in listenUsingRfcommOn()
3347 BluetoothSocket.TYPE_RFCOMM, auth, encrypt, new ParcelUuid(uuid)); in createNewRfcommSocketAndRecord()
3372 new BluetoothServerSocket(BluetoothSocket.TYPE_RFCOMM, false, false, port); in listenUsingInsecureRfcommOn()
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt1083 field public static final int TYPE_RFCOMM = 1; // 0x1