Home | History | Annotate | Download | only in bluetooth

Lines Matching refs:BluetoothUuid

25 import android.bluetooth.BluetoothUuid;
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, BluetoothUuid.ObexObjectPush)) {
312 if ((BluetoothUuid.isUuidPresent(localUuids, BluetoothUuid.HSP_AG) &&
313 BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.HSP)) ||
314 (BluetoothUuid.isUuidPresent(localUuids, BluetoothUuid.Handsfree_AG) &&
315 BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.Handsfree))) {
321 if (BluetoothUuid.containsAnyUuid(uuids, A2dpProfile.SINK_UUIDS) &&
327 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.ObexObjectPush) &&
333 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.Hid) &&
339 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.NAP) &&