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.java540 public static final int SOCKET_CHANNEL_AUTO_STATIC_NO_SDP = -2; field in BluetoothAdapter
1725 if (channel == SOCKET_CHANNEL_AUTO_STATIC_NO_SDP) { in listenUsingRfcommOn()
1862 if(port == SOCKET_CHANNEL_AUTO_STATIC_NO_SDP) { in listenUsingInsecureRfcommOn()
1887 if(port == SOCKET_CHANNEL_AUTO_STATIC_NO_SDP) { in listenUsingEncryptedRfcommOn()
1937 if(port == SOCKET_CHANNEL_AUTO_STATIC_NO_SDP) { in listenUsingL2capOn()
1980 if(port == SOCKET_CHANNEL_AUTO_STATIC_NO_SDP) { in listenUsingInsecureL2capOn()
DBluetoothSocket.java188 && port != BluetoothAdapter.SOCKET_CHANNEL_AUTO_STATIC_NO_SDP) { in BluetoothSocket()