Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DIBluetooth.aidl67 long getSupportedProfiles(); in getSupportedProfiles() method
DBluetoothAdapter.java1608 public List<Integer> getSupportedProfiles() { in getSupportedProfiles() method in BluetoothAdapter
1614 final long supportedProfilesBitMask = mService.getSupportedProfiles(); in getSupportedProfiles()