Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCachedBluetoothDevice.java308 connectAllEnabledProfiles(); in connect()
329 private void connectAllEnabledProfiles() { in connectAllEnabledProfiles() method in CachedBluetoothDevice
344 mLocalAdapter.connectAllEnabledProfiles(mDevice); in connectAllEnabledProfiles()
728 connectAllEnabledProfiles(); in onUuidChanged()
/frameworks/base/core/java/android/bluetooth/
DBluetoothAdapter.java2025 public boolean connectAllEnabledProfiles(@NonNull BluetoothDevice device) { in connectAllEnabledProfiles() method in BluetoothAdapter
2029 return mService.connectAllEnabledProfiles(device, mAttributionSource); in connectAllEnabledProfiles()