HomeSort by relevance Sort by last modified time
    Searched full:bluetoothdevice (Results 101 - 125 of 232) sorted by null

1 2 3 45 6 7 8 910

  /cts/tests/tests/bluetooth/src/android/bluetooth/cts/
BasicAdapterTest.java 20 import android.bluetooth.BluetoothDevice;
163 Set<BluetoothDevice> devices = adapter.getBondedDevices();
165 for (BluetoothDevice device : devices) {
198 BluetoothDevice device = adapter.getRemoteDevice("00:11:22:AA:BB:CC");
  /external/chromium_org/chrome/browser/metrics/
metrics_log.cc 331 enum device::BluetoothDevice::DeviceType device_type) {
333 case device::BluetoothDevice::DEVICE_UNKNOWN:
335 case device::BluetoothDevice::DEVICE_COMPUTER:
337 case device::BluetoothDevice::DEVICE_PHONE:
339 case device::BluetoothDevice::DEVICE_MODEM:
341 case device::BluetoothDevice::DEVICE_AUDIO:
343 case device::BluetoothDevice::DEVICE_CAR_AUDIO:
345 case device::BluetoothDevice::DEVICE_VIDEO:
347 case device::BluetoothDevice::DEVICE_PERIPHERAL:
349 case device::BluetoothDevice::DEVICE_JOYSTICK
    [all...]
  /external/chromium_org/device/bluetooth/
bluetooth_service_record.h 25 // The address of the BluetoothDevice providing this service.
bluetooth_profile_chromeos_unittest.cc 23 using device::BluetoothDevice;
86 void ConnectionCallback(const BluetoothDevice *device,
107 const BluetoothDevice* last_device_;
139 BluetoothDevice* device = adapter_->GetDevice(
265 BluetoothDevice* device = adapter_->GetDevice(
bluetooth_device_chromeos.cc 23 using device::BluetoothDevice;
93 void RecordPairingResult(BluetoothDevice::ConnectErrorCode error_code) {
96 case BluetoothDevice::ERROR_INPROGRESS:
99 case BluetoothDevice::ERROR_FAILED:
102 case BluetoothDevice::ERROR_AUTH_FAILED:
105 case BluetoothDevice::ERROR_AUTH_CANCELED:
108 case BluetoothDevice::ERROR_AUTH_REJECTED:
111 case BluetoothDevice::ERROR_AUTH_TIMEOUT:
114 case BluetoothDevice::ERROR_UNSUPPORTED_DEVICE:
263 BluetoothDevice::PairingDelegate* pairing_delegate
    [all...]
  /prebuilts/sdk/10/
framework.aidl 7 parcelable android.bluetooth.BluetoothDevice;
  /prebuilts/sdk/11/
framework.aidl 7 parcelable android.bluetooth.BluetoothDevice;
  /prebuilts/sdk/12/
framework.aidl 7 parcelable android.bluetooth.BluetoothDevice;
  /prebuilts/sdk/13/
framework.aidl 7 parcelable android.bluetooth.BluetoothDevice;
  /prebuilts/sdk/6/
framework.aidl 7 parcelable android.bluetooth.BluetoothDevice;
  /prebuilts/sdk/7/
framework.aidl 7 parcelable android.bluetooth.BluetoothDevice;
  /prebuilts/sdk/8/
framework.aidl 7 parcelable android.bluetooth.BluetoothDevice;
  /prebuilts/sdk/9/
framework.aidl 7 parcelable android.bluetooth.BluetoothDevice;
  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_api.h 22 class BluetoothDevice;
126 void DispatchDeviceSearchResult(const device::BluetoothDevice& device);
145 const device::BluetoothDevice::ServiceRecordList& records);
bluetooth_event_router.h 22 class BluetoothDevice;
95 const device::BluetoothDevice* device,
106 device::BluetoothDevice* device) OVERRIDE;
  /frameworks/base/core/java/android/bluetooth/
BluetoothProfile.java 142 public List<BluetoothDevice> getConnectedDevices();
158 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states);
170 public int getConnectionState(BluetoothDevice device);
BluetoothGatt.java 19 import android.bluetooth.BluetoothDevice;
46 * and call {@link BluetoothDevice#connectGatt} to get a instance of this class.
60 private BluetoothDevice mDevice;
566 /*package*/ BluetoothGatt(Context context, IBluetoothGatt iGatt, BluetoothDevice device) {
592 /*package*/ BluetoothGattService getService(BluetoothDevice device, UUID uuid,
803 public BluetoothDevice getDevice() {
    [all...]
BluetoothAdapter.java 48 * instantiate a {@link BluetoothDevice} using a known MAC address, and create
60 * {@link BluetoothDevice} objects representing all paired devices with
78 * {@see BluetoothDevice}
260 * <p>Register for {@link BluetoothDevice#ACTION_FOUND} to be notified as
316 * {@link BluetoothDevice#EXTRA_DEVICE} - The remote device.
406 * Get a {@link BluetoothDevice} object for the given Bluetooth hardware
411 * <p>A {@link BluetoothDevice} will always be returned for a valid
417 public BluetoothDevice getRemoteDevice(String address) {
418 return new BluetoothDevice(address);
422 * Get a {@link BluetoothDevice} object for the given Bluetooth hardwar
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/10/changes/
pkg_android.bluetooth.html 91 <A NAME="BluetoothDevice"></A>
92 <nobr><A HREF="android.bluetooth.BluetoothDevice.html">BluetoothDevice</A></nobr>
alldiffs_index_changes.html 79 <!-- Class BluetoothDevice -->
80 <A HREF="android.bluetooth.BluetoothDevice.html" class="hiddenlink" target="rightframe">BluetoothDevice</A><br>
  /frameworks/base/docs/html/sdk/api_diff/15/changes/
pkg_android.bluetooth.html 84 <A NAME="BluetoothDevice"></A>
85 <nobr><A HREF="android.bluetooth.BluetoothDevice.html">BluetoothDevice</A></nobr>
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
ProfileService.java 25 import android.bluetooth.BluetoothDevice;
201 public void notifyProfileConnectionStateChanged(BluetoothDevice device,
209 protected BluetoothDevice getDevice(byte[] address) {
  /packages/apps/Settings/src/com/android/settings/bluetooth/
DockEventReceiver.java 22 import android.bluetooth.BluetoothDevice;
53 BluetoothDevice device = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE);
  /development/samples/BluetoothHDP/src/com/example/bluetooth/health/
BluetoothHDPService.java 21 import android.bluetooth.BluetoothDevice;
95 private BluetoothDevice mDevice;
124 mDevice = (BluetoothDevice) msg.obj;
129 mDevice = (BluetoothDevice) msg.obj;
238 BluetoothDevice device, int prevState, int newState, ParcelFileDescriptor fd,
  /frameworks/base/docs/html/guide/topics/connectivity/
bluetooth.jd 2 page.tags="wireless","bluetoothadapter","bluetoothdevice"
34 <li>{@link android.bluetooth.BluetoothDevice}</li>
90 devices, instantiate a {@link android.bluetooth.BluetoothDevice} using a known
95 <dt>{@link android.bluetooth.BluetoothDevice}</dt>
333 will return a Set of {@link android.bluetooth.BluetoothDevice}s representing
337 Set&lt;BluetoothDevice> pairedDevices = mBluetoothAdapter.getBondedDevices();
341 for (BluetoothDevice device : pairedDevices) {
348 <p>All that's needed from the {@link android.bluetooth.BluetoothDevice} object
365 {@link android.bluetooth.BluetoothDevice#ACTION_FOUND} Intent in
368 {@link android.bluetooth.BluetoothDevice#ACTION_FOUND} Intent. Thi
    [all...]

Completed in 687 milliseconds

1 2 3 45 6 7 8 910