OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BluetoothUuid
(Results
1 - 8
of
8
) sorted by null
/packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothProfileManager.java
24
import android.bluetooth.
BluetoothUuid
;
43
BluetoothUuid
.HSP,
44
BluetoothUuid
.Handsfree,
48
BluetoothUuid
.AudioSink,
49
BluetoothUuid
.AdvAudioDist,
53
BluetoothUuid
.ObexObjectPush
108
if (
BluetoothUuid
.containsAnyUuid(uuids, HEADSET_PROFILE_UUIDS)) {
112
if (
BluetoothUuid
.containsAnyUuid(uuids, A2DP_PROFILE_UUIDS)) {
116
if (
BluetoothUuid
.containsAnyUuid(uuids, OPP_PROFILE_UUIDS)) {
BluetoothSettings.java
26
import android.bluetooth.
BluetoothUuid
;
304
if (
BluetoothUuid
.containsAnyUuid(uuids,
313
if (
BluetoothUuid
.containsAnyUuid(uuids,
316
if (
BluetoothUuid
.containsAnyUuid(uuids,
/frameworks/base/core/java/android/server/
BluetoothA2dpService.java
28
import android.bluetooth.
BluetoothUuid
;
238
if (uuids != null &&
BluetoothUuid
.isUuidPresent(uuids,
BluetoothUuid
.AudioSink)) {
274
if (
BluetoothUuid
.containsAnyUuid(remoteUuids,
275
new ParcelUuid[] {
BluetoothUuid
.AudioSink,
276
BluetoothUuid
.AdvAudioDist})) {
BluetoothEventLoop.java
23
import android.bluetooth.
BluetoothUuid
;
562
(
BluetoothUuid
.isAudioSource(uuid) ||
BluetoothUuid
.isAvrcpTarget(uuid)
563
||
BluetoothUuid
.isAdvAudioDist(uuid)) &&
BluetoothService.java
32
import android.bluetooth.
BluetoothUuid
;
111
BluetoothUuid
.Handsfree,
112
BluetoothUuid
.HSP,
113
BluetoothUuid
.ObexObjectPush };
[
all
...]
/frameworks/base/core/java/android/bluetooth/
BluetoothUuid.java
28
public final class
BluetoothUuid
{
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransfer.java
41
import android.bluetooth.
BluetoothUuid
;
527
channel = mBatch.mDestination.getServiceChannel(
BluetoothUuid
.ObexObjectPush);
567
if (
BluetoothUuid
.isUuidPresent(uuids,
BluetoothUuid
.ObexObjectPush)) {
570
.getServiceChannel(
BluetoothUuid
.ObexObjectPush);
/packages/apps/Phone/src/com/android/phone/
BluetoothHeadsetService.java
24
import android.bluetooth.
BluetoothUuid
;
496
if (
BluetoothUuid
.isUuidPresent(uuids,
BluetoothUuid
.Handsfree)) {
499
int channel = mRemoteDevice.getServiceChannel(
BluetoothUuid
.Handsfree);
503
} else if (
BluetoothUuid
.isUuidPresent(uuids,
BluetoothUuid
.HSP)) {
506
int channel = mRemoteDevice.getServiceChannel(
BluetoothUuid
.HSP);
[
all
...]
Completed in 164 milliseconds