HomeSort by relevance Sort by last modified time
    Searched refs:bluetooth (Results 526 - 550 of 611) sorted by null

<<2122232425

  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java 18 * Bluetooth Handset StateMachine
33 package com.android.bluetooth.hfp;
35 import android.bluetooth.BluetoothAdapter;
36 import android.bluetooth.BluetoothAssignedNumbers;
37 import android.bluetooth.BluetoothDevice;
38 import android.bluetooth.BluetoothHeadset;
39 import android.bluetooth.BluetoothProfile;
40 import android.bluetooth.BluetoothUuid;
41 import android.bluetooth.IBluetooth;
42 import android.bluetooth.IBluetoothHeadsetPhone
    [all...]
  /packages/services/Telephony/src/com/android/phone/
CallNotifier.java 33 import android.bluetooth.BluetoothAdapter;
34 import android.bluetooth.BluetoothHeadset;
35 import android.bluetooth.BluetoothProfile;
547 // Don't reset the audio mode or bluetooth/speakerphone state
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapObexServer.java 15 package com.android.bluetooth.map;
30 import com.android.bluetooth.SignedLongLong;
31 import com.android.bluetooth.map.BluetoothMapUtils.TYPE;
32 import com.android.bluetooth.map.BluetoothMapMasInstance;
33 import com.android.bluetooth.mapapi.BluetoothMapContract;
    [all...]
BluetoothMapAppParams.java 15 package com.android.bluetooth.map;
28 import com.android.bluetooth.SignedLongLong;
    [all...]
BluetoothMapbMessage.java 15 package com.android.bluetooth.map;
31 import com.android.bluetooth.map.BluetoothMapUtils.TYPE;
338 * implement as the Bluetooth MAP spec. illustrates vCards using tab alignment,
494 File dir = new File (sdCard.getAbsolutePath() + "/bluetooth/log/");
745 * Since errata ???(bluetooth.org is down at the moment) introduced escaping of
    [all...]
  /prebuilts/sdk/21/
android.jar 
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java 17 package android.bluetooth;
19 import android.bluetooth.BluetoothPan;
20 import android.bluetooth.BluetoothProfile;
367 * Creates a utility instance for testing Bluetooth.
377 * Creates a utility instance for testing Bluetooth.
420 * Enables Bluetooth and checks to make sure that Bluetooth was turned on and that the correct
480 * Disables Bluetooth and checks to make sure that Bluetooth was turned off and that the correct
549 fail("discoverable() bluetooth not enabled")
    [all...]
BluetoothStressTest.java 17 package android.bluetooth;
23 * Stress test suite for Bluetooth related functions.
25 * Includes tests for enabling/disabling bluetooth, enabling/disabling discoverable mode,
29 * This test suite uses {@link android.bluetooth.BluetoothTestRunner} to for parameters such as the
30 * number of iterations and the addresses of remote Bluetooth devices.
56 * Stress test for enabling and disabling Bluetooth.
98 * Stress test for starting and stopping Bluetooth scans.
  /cts/tests/tests/app/src/android/app/cts/
SystemFeaturesTest.java 22 import android.bluetooth.BluetoothAdapter;
  /frameworks/base/core/java/android/bluetooth/
BluetoothInputDevice.java 17 package android.bluetooth;
34 * This class provides the public APIs to control the Bluetooth Input
37 *<p>BluetoothInputDevice is a proxy object for controlling the Bluetooth
64 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission to
69 "android.bluetooth.input.profile.action.CONNECTION_STATE_CHANGED";
76 "android.bluetooth.input.profile.action.PROTOCOL_MODE_CHANGED";
83 "android.bluetooth.input.profile.action.HANDSHAKE";
90 "android.bluetooth.input.profile.action.REPORT";
97 "android.bluetooth.input.profile.action.VIRTUAL_UNPLUG_STATUS";
170 public static final String EXTRA_PROTOCOL_MODE = "android.bluetooth.BluetoothInputDevice.extra.PROTOCOL_MODE"
    [all...]
BluetoothDevice.java 17 package android.bluetooth;
36 * Represents a remote Bluetooth device. A {@link BluetoothDevice} lets you
40 * <p>This class is really just a thin wrapper for a Bluetooth hardware
42 * are performed on the remote Bluetooth hardware address, using the
57 * Requires the {@link android.Manifest.permission#BLUETOOTH} permission.
61 * <p>For more information about using Bluetooth, read the
62 * <a href="{@docRoot}guide/topics/wireless/bluetooth.html">Bluetooth</a> developer guide.</p>
95 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} and
101 "android.bluetooth.device.action.FOUND"
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppProvider.java 33 package com.android.bluetooth.opp;
54 * This provider allows application to interact with Bluetooth OPP manager
94 sURIMatcher.addURI("com.android.bluetooth.opp", "btopp", SHARES);
95 sURIMatcher.addURI("com.android.bluetooth.opp", "btopp/#", SHARES_ID);
BluetoothOppService.java 33 package com.android.bluetooth.opp;
39 import android.bluetooth.BluetoothAdapter;
65 * Performs the background Bluetooth OPP transfer. It also starts thread to
143 throw new UnsupportedOperationException("Cannot bind to Bluetooth OPP Service");
412 super("Bluetooth Share Service");
    [all...]
  /packages/apps/Settings/src/com/android/settings/search/
SearchIndexableResources.java 38 import com.android.settings.bluetooth.BluetoothSettings;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
BluetoothPairingDialog.java 20 import android.bluetooth.BluetoothDevice;
53 * confirmation for pairing with a remote Bluetooth device.
  /system/bt/test/bluedroidtest/
bluedroidtest.c 47 #include <hardware/bluetooth.h>
560 bdt_log("Bluetooth is already enabled");
572 bdt_log("Bluetooth is already disabled");
585 bdt_log("Bluetooth must be enabled for test_mode to work.");
610 bdt_log("Bluetooth must be enabled for le_test to work.");
737 { "enable", do_enable, ":: enables bluetooth", 0 },
738 { "disable", do_disable, ":: disables bluetooth", 0 },
  /frameworks/base/services/core/java/com/android/server/am/
BatteryStatsService.java 19 import android.bluetooth.BluetoothActivityEnergyInfo;
20 import android.bluetooth.BluetoothAdapter;
    [all...]
  /packages/apps/MusicFX/src/com/android/musicfx/
ActivityMusic.java 25 import android.bluetooth.BluetoothClass;
26 import android.bluetooth.BluetoothDevice;
171 // Broadcast receiver to handle wired and Bluetooth A2dp headset events
473 // Check if wired or Bluetooth headset is connected/on
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/
BrowseInfo.java 22 import android.bluetooth.BluetoothAdapter;
23 import android.bluetooth.BluetoothDevice;
  /system/bt/btif/src/
btif_sock_l2cap.c 18 #include <hardware/bluetooth.h>
52 #include <hardware/bluetooth.h>
    [all...]
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /device/moto/shamu/
device.mk 108 device/moto/shamu/bluetooth/BCM4356A2_001.003.015.0077.0214_ORC.hcd:$(TARGET_COPY_OUT_VENDOR)/firmware/bcm4354A2.hcd
  /external/libnl/lib/
addr.c 913 __ADD(AF_BLUETOOTH,bluetooth)

Completed in 2195 milliseconds

<<2122232425