Home
last modified time | relevance | path

Searched refs:OBEX_OBJECT_PUSH (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppTransfer.java145 Log.d(TAG, "expected UUID: " + BluetoothUuid.OBEX_OBJECT_PUSH.toString()); in onReceive()
147 if (uuid.equals(BluetoothUuid.OBEX_OBJECT_PUSH)) { in onReceive()
645 if (!mBatch.mDestination.sdpSearch(BluetoothUuid.OBEX_OBJECT_PUSH)) { in startConnectSession()
730 BluetoothUuid.OBEX_OBJECT_PUSH.getUuid()); in connectRfcommSocket()
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DBluetoothDeviceFilter.java135 if (ArrayUtils.contains(uuids, BluetoothUuid.OBEX_OBJECT_PUSH)) { in matches()
H A DLocalBluetoothProfileManager.java511 if (ArrayUtils.contains(uuids, BluetoothUuid.OBEX_OBJECT_PUSH) && mOppProfile != null) { in updateProfiles()
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothUuid.java96 public static final ParcelUuid OBEX_OBJECT_PUSH = field in BluetoothUuid
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterService.java1000 return ArrayUtils.contains(remoteDeviceUuids, BluetoothUuid.OBEX_OBJECT_PUSH); in isSupported()
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt2125 field @NonNull public static final android.os.ParcelUuid OBEX_OBJECT_PUSH;