Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothServerSocket.java100 if (port == BluetoothAdapter.SOCKET_CHANNEL_AUTO_STATIC_NO_SDP) { in BluetoothServerSocket()
123 if (port == BluetoothAdapter.SOCKET_CHANNEL_AUTO_STATIC_NO_SDP) { in BluetoothServerSocket()
DBluetoothAdapter.java703 public static final int SOCKET_CHANNEL_AUTO_STATIC_NO_SDP = -2; field in BluetoothAdapter
2720 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()
DBluetoothSocket.java208 && port != BluetoothAdapter.SOCKET_CHANNEL_AUTO_STATIC_NO_SDP) { in BluetoothSocket()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt9927 Landroid/bluetooth/BluetoothAdapter;->SOCKET_CHANNEL_AUTO_STATIC_NO_SDP:I