OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isUuidPresent
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothProfileManager.java
146
if (BluetoothUuid.
isUuidPresent
(uuids, BluetoothUuid.AudioSource)) {
158
if (BluetoothUuid.
isUuidPresent
(uuids, BluetoothUuid.Handsfree_AG) ||
159
BluetoothUuid.
isUuidPresent
(uuids, BluetoothUuid.HSP_AG)) {
172
if (BluetoothUuid.
isUuidPresent
(uuids, BluetoothUuid.ObexObjectPush)) {
335
if ((BluetoothUuid.
isUuidPresent
(localUuids, BluetoothUuid.HSP_AG) &&
336
BluetoothUuid.
isUuidPresent
(uuids, BluetoothUuid.HSP)) ||
337
(BluetoothUuid.
isUuidPresent
(localUuids, BluetoothUuid.Handsfree_AG) &&
338
BluetoothUuid.
isUuidPresent
(uuids, BluetoothUuid.Handsfree))) {
350
if (BluetoothUuid.
isUuidPresent
(uuids, BluetoothUuid.ObexObjectPush) &&
356
if ((BluetoothUuid.
isUuidPresent
(uuids, BluetoothUuid.Hid) |
[
all
...]
BluetoothDeviceFilter.java
133
if (BluetoothUuid.
isUuidPresent
(uuids, BluetoothUuid.ObexObjectPush)) {
147
if (BluetoothUuid.
isUuidPresent
(uuids, BluetoothUuid.PANU)) {
161
if (BluetoothUuid.
isUuidPresent
(uuids, BluetoothUuid.NAP)) {
/frameworks/base/core/java/android/bluetooth/
BluetoothUuid.java
143
public static boolean
isUuidPresent
(ParcelUuid[] uuidArray, ParcelUuid uuid) {
Completed in 35 milliseconds