Searched refs:SOCKET_CHANNEL_AUTO_STATIC_NO_SDP (Results 1 – 3 of 3) sorted by relevance
89 if (port == BluetoothAdapter.SOCKET_CHANNEL_AUTO_STATIC_NO_SDP) { in BluetoothServerSocket()111 if(port == BluetoothAdapter.SOCKET_CHANNEL_AUTO_STATIC_NO_SDP) { in BluetoothServerSocket()
471 public static final int SOCKET_CHANNEL_AUTO_STATIC_NO_SDP = -2; field in BluetoothAdapter1594 if (channel == SOCKET_CHANNEL_AUTO_STATIC_NO_SDP) { in listenUsingRfcommOn()1733 if(port == SOCKET_CHANNEL_AUTO_STATIC_NO_SDP) { in listenUsingInsecureRfcommOn()1758 if(port == SOCKET_CHANNEL_AUTO_STATIC_NO_SDP) { in listenUsingEncryptedRfcommOn()1808 if(port == SOCKET_CHANNEL_AUTO_STATIC_NO_SDP) { in listenUsingL2capOn()
188 && port != BluetoothAdapter.SOCKET_CHANNEL_AUTO_STATIC_NO_SDP) { in BluetoothSocket()