Searched refs:TYPE_RFCOMM (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/ |
D | BluetoothObexTransport.java | 117 return mSocket.getConnectionType() == BluetoothSocket.TYPE_RFCOMM in getRemoteAddress()
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | SocketMetrics.java | 76 } else if (connType == BluetoothSocket.TYPE_RFCOMM) { in logSocketConnect()
|
D | BluetoothSocket.java | 99 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()
|
D | BluetoothServerSocket.java | 292 case BluetoothSocket.TYPE_RFCOMM: in toString()
|
D | BluetoothDevice.java | 2870 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()
|
D | BluetoothAdapter.java | 3060 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/ |
D | current.txt | 1083 field public static final int TYPE_RFCOMM = 1; // 0x1
|