Searched defs:uuids (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothDeviceFilter.java100 abstract boolean matches(ParcelUuid[] uuids, BluetoothClass btClass); argument
110 boolean matches(ParcelUuid[] uuids, BluetoothClass btClass) { argument
111 if (uuids != null) {
112 if (BluetoothUuid.containsAnyUuid(uuids, A2dpProfile.SINK_UUIDS)) {
115 if (BluetoothUuid.containsAnyUuid(uuids, HeadsetProfile.UUIDS)) {
131 boolean matches(ParcelUuid[] uuids, BluetoothClass btClass) { argument
132 if (uuids != null) {
133 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.ObexObjectPush)) {
145 boolean matches(ParcelUuid[] uuids, BluetoothClass btClass) { argument
146 if (uuids !
159 matches(ParcelUuid[] uuids, BluetoothClass btClass) argument
[all...]
H A DLocalBluetoothProfileManager.java100 ParcelUuid[] uuids = adapter.getUuids();
102 // uuids may be null if Bluetooth is turned off
103 if (uuids != null) {
104 updateLocalProfiles(uuids);
124 * @param uuids
126 void updateLocalProfiles(ParcelUuid[] uuids) { argument
128 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.AudioSource)) {
140 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.Handsfree_AG) ||
141 BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.HSP_AG)) {
154 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUui
299 updateProfiles(ParcelUuid[] uuids, ParcelUuid[] localUuids, Collection<LocalBluetoothProfile> profiles, Collection<LocalBluetoothProfile> removedProfiles) argument
[all...]

Completed in 60 milliseconds