Home
last modified time | relevance | path

Searched refs:PROFILE_NAP (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothClass.java285 public static final int PROFILE_NAP = 5; field in BluetoothClass
353 } else if (profile == PROFILE_PANU || profile == PROFILE_NAP){ in doesClassMatch()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothDeviceFilter.java166 && btClass.doesClassMatch(BluetoothClass.PROFILE_NAP); in matches()