Home
last modified time | relevance | path

Searched defs:uuids (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothDeviceFilter.java100 abstract boolean matches(ParcelUuid[] uuids, BluetoothClass btClass); in matches()
110 boolean matches(ParcelUuid[] uuids, BluetoothClass btClass) { in matches()
131 boolean matches(ParcelUuid[] uuids, BluetoothClass btClass) { in matches()
145 boolean matches(ParcelUuid[] uuids, BluetoothClass btClass) { in matches()
159 boolean matches(ParcelUuid[] uuids, BluetoothClass btClass) { in matches()
DLocalBluetoothProfileManager.java111 ParcelUuid[] uuids = adapter.getUuids(); in LocalBluetoothProfileManager() local
147 void updateLocalProfiles(ParcelUuid[] uuids) { in updateLocalProfiles()
255 ParcelUuid[] uuids = mLocalAdapter.getUuids(); in setBluetoothStateOn() local
395 synchronized void updateProfiles(ParcelUuid[] uuids, ParcelUuid[] localUuids, in updateProfiles()
DCachedBluetoothDevice.java484 ParcelUuid[] uuids = mDevice.getUuids(); in updateProfiles() local
525 ParcelUuid[] uuids = mDevice.getUuids(); in onUuidChanged() local
/frameworks/base/core/java/android/bluetooth/
DBluetoothA2dp.java497 ParcelUuid[] uuids = device.getUuids(); in shouldSendVolumeKeys() local
/frameworks/base/core/java/android/bluetooth/le/
DScanFilter.java323 List<ParcelUuid> uuids) { in matchesServiceUuids()