Home
last modified time | relevance | path

Searched refs:NAP (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothUuid.java75 public static final ParcelUuid NAP = field in BluetoothUuid
108 ObexObjectPush, PANU, NAP, MAP, MNS, MAS, SAP};
150 return uuid.equals(NAP); in isNap()
/frameworks/native/include/powermanager/
DIPowerManager.h44 NAP = IBinder::FIRST_CALL_TRANSACTION + 10, enumerator
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothDeviceFilter.java161 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.NAP)) { in matches()
DLocalBluetoothProfileManager.java523 if ((BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.NAP) && in updateProfiles()