HomeSort by relevance Sort by last modified time
    Searched defs:bluetooth (Results 101 - 125 of 318) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMapMessagesListing.java 17 package android.bluetooth.client.map;
BluetoothMasRequestGetMessage.java 17 package android.bluetooth.client.map;
22 import android.bluetooth.client.map.BluetoothMasClient.CharsetType;
23 import android.bluetooth.client.map.utils.ObexAppParameters;
BluetoothMasRequestGetMessagesListing.java 17 package android.bluetooth.client.map;
19 import android.bluetooth.client.map.BluetoothMasClient.MessagesFilter;
20 import android.bluetooth.client.map.utils.ObexAppParameters;
21 import android.bluetooth.client.map.utils.ObexTime;
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/utils/
BmsgTokenizer.java 17 package android.bluetooth.client.map.utils;
  /frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
BluetoothPbapObexAuthenticator.java 17 package android.bluetooth.client.pbap;
BluetoothPbapRequestPullPhoneBook.java 17 package android.bluetooth.client.pbap;
22 import android.bluetooth.client.pbap.utils.ObexAppParameters;
BluetoothPbapVcardList.java 17 package android.bluetooth.client.pbap;
  /frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/utils/
BmsgTokenizer.java 17 package android.bluetooth.client.pbap.utils;
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
SearchQueue.java 17 package com.android.bluetooth.gatt;
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
BluetoothCmeError.java 17 package com.android.bluetooth.hfp;
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppShareInfo.java 33 package com.android.bluetooth.opp;
BluetoothOppTransferAdapter.java 33 package com.android.bluetooth.opp;
35 import com.android.bluetooth.R;
37 import android.bluetooth.BluetoothAdapter;
38 import android.bluetooth.BluetoothDevice;
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapAuthenticator.java 33 package com.android.bluetooth.pbap;
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
BluetoothMapContentTest.java 1 package com.android.bluetooth.tests;
12 import com.android.bluetooth.map.BluetoothMapContent;
13 import com.android.bluetooth.map.BluetoothMapContentObserver;
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDeviceFilter.java 17 package com.android.settings.bluetooth;
19 import android.bluetooth.BluetoothClass;
20 import android.bluetooth.BluetoothDevice;
21 import android.bluetooth.BluetoothUuid;
29 * {@link android.bluetooth.BluetoothDevicePicker}.
98 /** Parent class of filters based on UUID and/or Bluetooth class. */
BluetoothDiscoverableTimeoutReceiver.java 17 package com.android.settings.bluetooth;
23 import android.bluetooth.BluetoothAdapter;
35 "android.bluetooth.intent.DISCOVERABLE_TIMEOUT";
BluetoothPairingRequest.java 17 package com.android.settings.bluetooth;
24 import android.bluetooth.BluetoothDevice;
33 * BluetoothPairingRequest is a receiver for any Bluetooth pairing request. It
34 * checks if the Bluetooth Settings is currently visible and brings up the PIN, the passkey or a
OppProfile.java 17 package com.android.settings.bluetooth;
21 import android.bluetooth.BluetoothClass;
22 import android.bluetooth.BluetoothDevice;
23 import android.bluetooth.BluetoothProfile;
26 * OppProfile handles Bluetooth OPP.
Utils.java 17 package com.android.settings.bluetooth;
20 import android.bluetooth.BluetoothClass;
21 import android.bluetooth.BluetoothProfile;
  /packages/apps/Settings/tests/src/com/android/settings/bluetooth/
Utf8ByteLengthFilterTest.java 17 package com.android.settings.bluetooth;
23 import com.android.settings.bluetooth.Utf8ByteLengthFilter;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/bluetooth/
LedConfiguration.java 17 package com.android.tv.settings.util.bluetooth;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
ConnectionAccessClientActivity.java 17 package com.android.cts.verifier.bluetooth;
22 import android.bluetooth.BluetoothAdapter;
23 import android.bluetooth.BluetoothDevice;
  /external/chromium_org/chrome/browser/metrics/
chromeos_metrics_provider.cc 19 #include "device/bluetooth/bluetooth_adapter.h"
20 #include "device/bluetooth/bluetooth_adapter_factory.h"
21 #include "device/bluetooth/bluetooth_device.h"
32 typedef SystemProfileProto::Hardware::Bluetooth::PairedDevice PairedDevice;
219 SystemProfileProto::Hardware::Bluetooth* bluetooth = local
222 bluetooth->set_is_present(adapter_->IsPresent());
223 bluetooth->set_is_enabled(adapter_->IsPowered());
234 PairedDevice* paired_device = bluetooth->add_paired_device();
  /frameworks/base/core/java/android/bluetooth/
BluetoothAvrcpController.java 17 package android.bluetooth;
31 * This class provides the public APIs to control the Bluetooth AVRCP Controller
34 *<p>BluetoothAvrcpController is a proxy object for controlling the Bluetooth AVRCP
60 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission to
64 "android.bluetooth.acrcp-controller.profile.action.CONNECTION_STATE_CHANGED";
102 * Bluetooth AVRCP service.
127 Log.e(TAG, "Could not bind to Bluetooth AVRCP Controller Service with " + intent);
BluetoothGattService.java 16 package android.bluetooth;
23 * Represents a Bluetooth GATT Service
89 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission.
129 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission.
141 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission.

Completed in 619 milliseconds

1 2 3 45 6 7 8 91011>>