Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DLocalBluetoothProfileManager.java395 synchronized void updateProfiles(ParcelUuid[] uuids, ParcelUuid[] localUuids, in updateProfiles() argument
412 if ((BluetoothUuid.isUuidPresent(localUuids, BluetoothUuid.HSP_AG) && in updateProfiles()
414 (BluetoothUuid.isUuidPresent(localUuids, BluetoothUuid.Handsfree_AG) && in updateProfiles()
423 BluetoothUuid.isUuidPresent(localUuids, BluetoothUuid.Handsfree)) { in updateProfiles()
DCachedBluetoothDevice.java487 ParcelUuid[] localUuids = mLocalAdapter.getUuids(); in updateProfiles()
488 if (localUuids == null) return false; in updateProfiles()
495 mProfileManager.updateProfiles(uuids, localUuids, mProfiles, mRemovedProfiles, in updateProfiles()