OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UUIDS
(Results
1 - 11
of
11
) sorted by null
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothPanFacade.java
36
static final ParcelUuid[]
UUIDS
= {
BluetoothConnectionFacade.java
402
if (BluetoothUuid.containsAnyUuid(BluetoothHidFacade.
UUIDS
, deviceUuids)) {
405
if (BluetoothUuid.containsAnyUuid(BluetoothHspFacade.
UUIDS
, deviceUuids)) {
408
if (BluetoothUuid.containsAnyUuid(BluetoothHfpClientFacade.
UUIDS
, deviceUuids)) {
414
if (BluetoothUuid.containsAnyUuid(BluetoothPanFacade.
UUIDS
, deviceUuids)) {
417
if (BluetoothUuid.containsAnyUuid(BluetoothPbapClientFacade.
UUIDS
, deviceUuids)) {
BluetoothHfpClientFacade.java
37
static final ParcelUuid[]
UUIDS
= {
BluetoothHspFacade.java
36
static final ParcelUuid[]
UUIDS
= {
BluetoothPbapClientFacade.java
37
static final ParcelUuid[]
UUIDS
= {
BluetoothHidFacade.java
37
public final static ParcelUuid[]
UUIDS
= { BluetoothUuid.Hid };
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
BluetoothDeviceFilter.java
100
abstract boolean matches(ParcelUuid[]
uuids
, BluetoothClass btClass);
110
boolean matches(ParcelUuid[]
uuids
, BluetoothClass btClass) {
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) {
132
if (
uuids
!= null) {
133
if (BluetoothUuid.isUuidPresent(
uuids
, BluetoothUuid.ObexObjectPush)) {
145
boolean matches(ParcelUuid[]
uuids
, BluetoothClass btClass)
[
all
...]
MapClientProfile.java
48
static final ParcelUuid[]
UUIDS
= {
HeadsetProfile.java
48
static final ParcelUuid[]
UUIDS
= {
MapProfile.java
48
static final ParcelUuid[]
UUIDS
= {
SapProfile.java
48
static final ParcelUuid[]
UUIDS
= {
Completed in 734 milliseconds