Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothAdapter.java2961 final long supportedProfilesBitMask = in getSupportedProfiles() local
2965 if ((supportedProfilesBitMask & (1 << i)) != 0) { in getSupportedProfiles()
/packages/modules/Bluetooth/service/java/com/android/server/bluetooth/
DBluetoothManagerService.java939 final long supportedProfilesBitMask = in synchronousGetSupportedProfiles() local
943 if ((supportedProfilesBitMask & (1 << i)) != 0) { in synchronousGetSupportedProfiles()