Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCachedBluetoothDevice.java267 mLocalAdapter.disconnectAllEnabledProfiles(mDevice); in disconnect()
/frameworks/base/core/java/android/bluetooth/
DBluetoothAdapter.java2057 public boolean disconnectAllEnabledProfiles(@NonNull BluetoothDevice device) { in disconnectAllEnabledProfiles() method in BluetoothAdapter
2061 return mService.disconnectAllEnabledProfiles(device, mAttributionSource); in disconnectAllEnabledProfiles()