Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothProfile.java156 public static final int MAX_PROFILE_ID = 19; field
DBluetoothAdapter.java1616 for (int i = 0; i <= BluetoothProfile.MAX_PROFILE_ID; i++) { in getSupportedProfiles()