Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Duuid.rs22 pub const OBEX_OBJECT_PUSH: &str = "00001105-0000-1000-8000-00805f9b34fb"; constant
130 (Uuid::from_string(OBEX_OBJECT_PUSH).unwrap(), Profile::ObexObjectPush),
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppTransfer.java175 Log.d(TAG, "expected UUID: " + BluetoothUuid.OBEX_OBJECT_PUSH.toString()); in onReceive()
176 if (uuid.equals(BluetoothUuid.OBEX_OBJECT_PUSH)) { in onReceive()
711 if (!mBatch.mDestination.sdpSearch(BluetoothUuid.OBEX_OBJECT_PUSH)) { in startConnectSession()
784 BluetoothUuid.OBEX_OBJECT_PUSH.getUuid()); in connectRfcommSocket()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothUuid.java142 public static final ParcelUuid OBEX_OBJECT_PUSH = field in BluetoothUuid
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppTransferTest.java436 intent.putExtra(BluetoothDevice.EXTRA_UUID, BluetoothUuid.OBEX_OBJECT_PUSH); in oppConnectionReceiver_onReceiveWithActionSdpRecord_withoutSdpRecord()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java1701 return Utils.arrayContains(remoteDeviceUuids, BluetoothUuid.OBEX_OBJECT_PUSH); in isProfileSupported()
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt1103 field @NonNull public static final android.os.ParcelUuid OBEX_OBJECT_PUSH;