Searched refs:SOCKET_CHANNEL_AUTO_STATIC_NO_SDP (Results 1 – 4 of 4) sorted by relevance
100 if (port == BluetoothAdapter.SOCKET_CHANNEL_AUTO_STATIC_NO_SDP) { in BluetoothServerSocket()123 if (port == BluetoothAdapter.SOCKET_CHANNEL_AUTO_STATIC_NO_SDP) { in BluetoothServerSocket()
703 public static final int SOCKET_CHANNEL_AUTO_STATIC_NO_SDP = -2; field in BluetoothAdapter2720 if (channel == SOCKET_CHANNEL_AUTO_STATIC_NO_SDP) { in listenUsingRfcommOn()2871 if (port == SOCKET_CHANNEL_AUTO_STATIC_NO_SDP) { in listenUsingInsecureRfcommOn()2906 if (port == SOCKET_CHANNEL_AUTO_STATIC_NO_SDP) { in listenUsingL2capOn()2958 if (port == SOCKET_CHANNEL_AUTO_STATIC_NO_SDP) { in listenUsingInsecureL2capOn()3896 SOCKET_CHANNEL_AUTO_STATIC_NO_SDP, false, false); in listenUsingL2capChannel()3944 SOCKET_CHANNEL_AUTO_STATIC_NO_SDP, false, false); in listenUsingInsecureL2capChannel()
208 && port != BluetoothAdapter.SOCKET_CHANNEL_AUTO_STATIC_NO_SDP) { in BluetoothSocket()
9927 Landroid/bluetooth/BluetoothAdapter;->SOCKET_CHANNEL_AUTO_STATIC_NO_SDP:I