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

  /frameworks/base/core/java/android/bluetooth/
BluetoothUuid.java 61 public static final ParcelUuid NAP =
70 ObexObjectPush, PANU, NAP};
109 return uuid.equals(NAP);
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDeviceFilter.java 156 /** Filter that matches devices that support NAP profile. */
161 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.NAP)) {
LocalBluetoothProfileManager.java 237 /** State change handler for NAP and PANU profiles. */
356 Log.d(TAG, "Valid PAN-NAP connection exists.");
357 if ((BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.NAP) &&
  /packages/apps/Settings/src/com/android/settings/applications/
RunningState.java     [all...]

Completed in 229 milliseconds