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.java209 connectAllEnabledProfiles(); in connect()
233 private void connectAllEnabledProfiles() { in connectAllEnabledProfiles() method in CachedBluetoothDevice
248 mLocalAdapter.connectAllEnabledProfiles(mDevice); in connectAllEnabledProfiles()
617 connectAllEnabledProfiles(); in onUuidChanged()
/frameworks/base/core/java/android/bluetooth/
DBluetoothAdapter.java1859 public boolean connectAllEnabledProfiles(@NonNull BluetoothDevice device) { in connectAllEnabledProfiles() method in BluetoothAdapter
1863 return mService.connectAllEnabledProfiles(device); in connectAllEnabledProfiles()