Home
last modified time | relevance | path

Searched refs:SOCKET_CHANNEL_AUTO_STATIC_NO_SDP (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothServerSocket.java89 if (port == BluetoothAdapter.SOCKET_CHANNEL_AUTO_STATIC_NO_SDP) { in BluetoothServerSocket()
111 if(port == BluetoothAdapter.SOCKET_CHANNEL_AUTO_STATIC_NO_SDP) { in BluetoothServerSocket()
DBluetoothAdapter.java465 public static final int SOCKET_CHANNEL_AUTO_STATIC_NO_SDP = -2; field in BluetoothAdapter
1516 if (channel == SOCKET_CHANNEL_AUTO_STATIC_NO_SDP) { in listenUsingRfcommOn()
1655 if(port == SOCKET_CHANNEL_AUTO_STATIC_NO_SDP) { in listenUsingInsecureRfcommOn()
1680 if(port == SOCKET_CHANNEL_AUTO_STATIC_NO_SDP) { in listenUsingEncryptedRfcommOn()
1730 if(port == SOCKET_CHANNEL_AUTO_STATIC_NO_SDP) { in listenUsingL2capOn()
DBluetoothSocket.java187 && port != BluetoothAdapter.SOCKET_CHANNEL_AUTO_STATIC_NO_SDP) { in BluetoothSocket()