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.java101 if (port == BluetoothAdapter.SOCKET_CHANNEL_AUTO_STATIC_NO_SDP) { in BluetoothServerSocket()
124 if (port == BluetoothAdapter.SOCKET_CHANNEL_AUTO_STATIC_NO_SDP) { in BluetoothServerSocket()
DBluetoothAdapter.java663 public static final int SOCKET_CHANNEL_AUTO_STATIC_NO_SDP = -2; field in BluetoothAdapter
2411 if (channel == SOCKET_CHANNEL_AUTO_STATIC_NO_SDP) { in listenUsingRfcommOn()
2553 if (port == SOCKET_CHANNEL_AUTO_STATIC_NO_SDP) { in listenUsingInsecureRfcommOn()
2578 if (port == SOCKET_CHANNEL_AUTO_STATIC_NO_SDP) { in listenUsingEncryptedRfcommOn()
2632 if (port == SOCKET_CHANNEL_AUTO_STATIC_NO_SDP) { in listenUsingL2capOn()
2681 if (port == SOCKET_CHANNEL_AUTO_STATIC_NO_SDP) { in listenUsingInsecureL2capOn()
3295 SOCKET_CHANNEL_AUTO_STATIC_NO_SDP, false, false); in listenUsingL2capChannel()
3341 SOCKET_CHANNEL_AUTO_STATIC_NO_SDP, false, false); in listenUsingInsecureL2capChannel()
DBluetoothSocket.java203 && port != BluetoothAdapter.SOCKET_CHANNEL_AUTO_STATIC_NO_SDP) { in BluetoothSocket()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt9936 Landroid/bluetooth/BluetoothAdapter;->SOCKET_CHANNEL_AUTO_STATIC_NO_SDP:I