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

  /frameworks/base/core/java/android/bluetooth/
BluetoothUuid.java 55 public static final ParcelUuid ObexObjectPush =
70 ObexObjectPush, PANU, NAP};
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDeviceFilter.java 133 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.ObexObjectPush)) {
LocalBluetoothProfileManager.java 154 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.ObexObjectPush)) {
327 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.ObexObjectPush) &&
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransfer.java 533 channel = mBatch.mDestination.getServiceChannel(BluetoothUuid.ObexObjectPush);
573 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.ObexObjectPush)) {
576 .getServiceChannel(BluetoothUuid.ObexObjectPush);
    [all...]
  /frameworks/base/core/java/android/server/
BluetoothService.java 140 BluetoothUuid.ObexObjectPush };
591 uuids.add(BluetoothUuid.ObexObjectPush);
    [all...]

Completed in 647 milliseconds