HomeSort by relevance Sort by last modified time
    Searched refs:SOCKET_CHANNEL_AUTO_STATIC_NO_SDP (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/android/bluetooth/
BluetoothServerSocket.java 89 if (port == BluetoothAdapter.SOCKET_CHANNEL_AUTO_STATIC_NO_SDP) {
111 if(port == BluetoothAdapter.SOCKET_CHANNEL_AUTO_STATIC_NO_SDP) {
BluetoothAdapter.java 465 public static final int SOCKET_CHANNEL_AUTO_STATIC_NO_SDP = -2;
    [all...]
BluetoothSocket.java 187 && port != BluetoothAdapter.SOCKET_CHANNEL_AUTO_STATIC_NO_SDP) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/
ObexServerSockets.java 84 return create(validator, BluetoothAdapter.SOCKET_CHANNEL_AUTO_STATIC_NO_SDP,
85 BluetoothAdapter.SOCKET_CHANNEL_AUTO_STATIC_NO_SDP);
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
ObexTest.java 445 BluetoothAdapter.SOCKET_CHANNEL_AUTO_STATIC_NO_SDP);
454 BluetoothAdapter.SOCKET_CHANNEL_AUTO_STATIC_NO_SDP);
  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapService.java 149 BluetoothAdapter.SOCKET_CHANNEL_AUTO_STATIC_NO_SDP, true, true);
    [all...]

Completed in 369 milliseconds