Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothAdapter.java2064 final long supportedProfilesBitMask = mService.getSupportedProfiles(); in getSupportedProfiles() local
2067 if ((supportedProfilesBitMask & (1 << i)) != 0) { in getSupportedProfiles()