Searched refs:OBEX_OBJECT_PUSH (Results 1 – 6 of 6) sorted by relevance
22 pub const OBEX_OBJECT_PUSH: &str = "00001105-0000-1000-8000-00805f9b34fb"; constant130 (Uuid::from_string(OBEX_OBJECT_PUSH).unwrap(), Profile::ObexObjectPush),
175 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()
142 public static final ParcelUuid OBEX_OBJECT_PUSH = field in BluetoothUuid
436 intent.putExtra(BluetoothDevice.EXTRA_UUID, BluetoothUuid.OBEX_OBJECT_PUSH); in oppConnectionReceiver_onReceiveWithActionSdpRecord_withoutSdpRecord()
1701 return Utils.arrayContains(remoteDeviceUuids, BluetoothUuid.OBEX_OBJECT_PUSH); in isProfileSupported()
1103 field @NonNull public static final android.os.ParcelUuid OBEX_OBJECT_PUSH;