Home
last modified time | relevance | path

Searched refs:isUuidPresent (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DLocalBluetoothProfileManager.java159 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.AudioSource)) { in updateLocalProfiles()
171 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.AudioSink)) { in updateLocalProfiles()
183 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.Handsfree_AG) || in updateLocalProfiles()
184 BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.HSP_AG)) { in updateLocalProfiles()
197 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.Handsfree)) { in updateLocalProfiles()
213 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.MNS)) { in updateLocalProfiles()
229 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.ObexObjectPush)) { in updateLocalProfiles()
442 if ((BluetoothUuid.isUuidPresent(localUuids, BluetoothUuid.HSP_AG) && in updateProfiles()
443 BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.HSP)) || in updateProfiles()
444 (BluetoothUuid.isUuidPresent(localUuids, BluetoothUuid.Handsfree_AG) && in updateProfiles()
[all …]
DBluetoothDeviceFilter.java133 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.ObexObjectPush)) { in matches()
147 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.PANU)) { in matches()
161 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.NAP)) { in matches()
DCachedBluetoothDevice.java524 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.Hogp)) { in onUuidChanged()
/frameworks/base/core/java/android/bluetooth/
DBluetoothUuid.java158 public static boolean isUuidPresent(ParcelUuid[] uuidArray, ParcelUuid uuid) { in isUuidPresent() method in BluetoothUuid