Home
last modified time | relevance | path

Searched refs:getConnectionType (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/
DBluetoothObexTransport.java94 if (mSocket.getConnectionType() != BluetoothSocket.TYPE_L2CAP in getMaxTransmitPacketSize()
103 if (mSocket.getConnectionType() != BluetoothSocket.TYPE_L2CAP) { in getMaxReceivePacketSize()
117 return mSocket.getConnectionType() == BluetoothSocket.TYPE_RFCOMM in getRemoteAddress()
124 if (mSocket.getConnectionType() == BluetoothSocket.TYPE_L2CAP) { in isSrmSupported()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothServerSocket.java291 switch (mSocket.getConnectionType()) { in toString()
DBluetoothSocket.java787 public int getConnectionType() { in getConnectionType() method in BluetoothSocket
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt1075 method public int getConnectionType();