HomeSort by relevance Sort by last modified time
    Searched refs:bluetooth (Results 226 - 250 of 264) sorted by null

1 2 3 4 5 6 7 8 91011

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
TestActivity.java 33 package com.android.bluetooth.opp;
35 import com.android.bluetooth.R;
104 * Other application is trying to share a file via Bluetooth,
BluetoothOppService.java 33 package com.android.bluetooth.opp;
39 import android.bluetooth.BluetoothAdapter;
40 import android.bluetooth.BluetoothDevice;
66 * Performs the background Bluetooth OPP transfer. It also starts thread to
144 throw new UnsupportedOperationException("Cannot bind to Bluetooth OPP Service");
372 super("Bluetooth Share Service");
    [all...]
BluetoothOppProvider.java 33 package com.android.bluetooth.opp;
52 * 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);
96 sURIMatcher.addURI("com.android.bluetooth.opp", "live_folders/received",
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapVcardManager.java 33 package com.android.bluetooth.pbap;
51 import com.android.bluetooth.R;
  /packages/apps/Settings/src/com/android/settings/widget/
SettingsAppWidgetProvider.java 22 import android.bluetooth.BluetoothAdapter;
41 import com.android.settings.bluetooth.LocalBluetoothManager;
83 * The state machine for Wifi and Bluetooth toggling, tracking
289 * Wifi/Bluetooth-common state values.
308 * Subclass of StateTracker to get/set Bluetooth state.
329 // Actually request the Bluetooth change and persistent
353 * Wifi/Bluetooth-common state values.
  /external/bluetooth/bluez/audio/
a2dp.c 3 * BlueZ - Bluetooth protocol stack for Linux
35 #include <bluetooth/bluetooth.h>
36 #include <bluetooth/sdp.h>
37 #include <bluetooth/sdp_lib.h>
    [all...]
liba2dp.c 3 * BlueZ - Bluetooth protocol stack for Linux
42 #include <bluetooth/bluetooth.h>
43 #include <bluetooth/l2cap.h>
274 /* close bluetooth connection to force reinit and reconfiguration */
sink.c 3 * BlueZ - Bluetooth protocol stack for Linux
32 #include <bluetooth/bluetooth.h>
33 #include <bluetooth/sdp.h>
pcm_bluetooth.c 3 * BlueZ - Bluetooth protocol stack for Linux
1719 SND_PCM_PLUGIN_DEFINE_FUNC(bluetooth); variable
1778 SND_PCM_PLUGIN_SYMBOL(bluetooth); variable
    [all...]
unix.c 3 * BlueZ - Bluetooth protocol stack for Linux
37 #include <bluetooth/bluetooth.h>
38 #include <bluetooth/sdp.h>
    [all...]
  /external/bluetooth/bluez/test/
hciemu.c 3 * BlueZ - Bluetooth protocol stack for Linux
48 #include <bluetooth/bluetooth.h>
49 #include <bluetooth/hci.h>
50 #include <bluetooth/hci_lib.h>
  /external/bluetooth/bluez/tools/
hciconfig.c 3 * BlueZ - Bluetooth protocol stack for Linux
41 #include <bluetooth/bluetooth.h>
42 #include <bluetooth/hci.h>
43 #include <bluetooth/hci_lib.h>
457 * see http://www.bluetooth.org/assigned-numbers/baseband.htm --- all
    [all...]
hcitool.c 3 * BlueZ - Bluetooth protocol stack for Linux
42 #include <bluetooth/bluetooth.h>
43 #include <bluetooth/hci.h>
44 #include <bluetooth/hci_lib.h>
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java 17 package android.bluetooth;
39 * Represents the local device Bluetooth adapter. The {@link BluetoothAdapter}
40 * lets you perform fundamental Bluetooth tasks, such as initiate
46 * <p>To get a {@link BluetoothAdapter} representing the local Bluetooth
49 * Bluetooth actions. Once you have the local adapter, you can get a set of
57 * Most methods require the {@link android.Manifest.permission#BLUETOOTH}
78 * Broadcast Action: The state of the local Bluetooth adapter has been
80 * <p>For example, Bluetooth has been turned on or off.
84 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} to receive.
88 "android.bluetooth.adapter.action.STATE_CHANGED"
    [all...]
  /external/bluetooth/bluez/rfcomm/
lexer.c 464 * BlueZ - Bluetooth protocol stack for Linux
496 #include <bluetooth/bluetooth.h>
497 #include <bluetooth/rfcomm.h>
    [all...]
  /external/bluetooth/bluez/src/
adapter.c 3 * BlueZ - Bluetooth protocol stack for Linux
37 #include <bluetooth/bluetooth.h>
38 #include <bluetooth/hci.h>
39 #include <bluetooth/hci_lib.h>
40 #include <bluetooth/l2cap.h>
41 #include <bluetooth/sdp.h>
42 #include <bluetooth/sdp_lib.h>
99 bdaddr_t bdaddr; /* adapter Bluetooth Address */
    [all...]
device.c 3 * BlueZ - Bluetooth protocol stack for Linux
36 #include <bluetooth/bluetooth.h>
37 #include <bluetooth/hci.h>
38 #include <bluetooth/hci_lib.h>
39 #include <bluetooth/l2cap.h>
40 #include <bluetooth/sdp.h>
41 #include <bluetooth/sdp_lib.h>
1006 /* Delete the link key from the Bluetooth chip */
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiStateTracker.java 48 import android.bluetooth.BluetoothDevice;
49 import android.bluetooth.BluetoothHeadset;
50 import android.bluetooth.BluetoothA2dp;
    [all...]
  /frameworks/base/core/java/android/view/
VolumePanel.java 19 import android.bluetooth.HeadsetBase;
  /frameworks/base/media/java/android/media/
AudioService.java 26 import android.bluetooth.BluetoothA2dp;
27 import android.bluetooth.BluetoothClass;
28 import android.bluetooth.BluetoothDevice;
29 import android.bluetooth.BluetoothHeadset;
257 // Bluetooth headset connection state
    [all...]
  /frameworks/base/services/java/com/android/server/status/
StatusBarPolicy.java 20 import android.bluetooth.BluetoothA2dp;
21 import android.bluetooth.BluetoothAdapter;
22 import android.bluetooth.BluetoothHeadset;
23 import android.bluetooth.BluetoothPbap;
297 // bluetooth device status
471 // bluetooth status
472 mBluetoothData = IconData.makeIcon("bluetooth",
    [all...]
  /packages/apps/Phone/src/com/android/phone/
PhoneApp.java 24 import android.bluetooth.BluetoothAdapter;
25 import android.bluetooth.BluetoothHeadset;
265 // Currently, this is triggered by a bluetooth headset
267 // turn blue when bluetooth is active.)
288 // Since the presence of a wired headset or bluetooth affects the
416 // Device is not bluetooth capable
    [all...]
  /external/bluetooth/bluez/lib/
sdp.c 3 * BlueZ - Bluetooth protocol stack for Linux
44 #include <bluetooth/bluetooth.h>
45 #include <bluetooth/hci.h>
46 #include <bluetooth/hci_lib.h>
47 #include <bluetooth/l2cap.h>
48 #include <bluetooth/sdp.h>
49 #include <bluetooth/sdp_lib.h>
    [all...]
hci.c 3 * BlueZ - Bluetooth protocol stack for Linux
44 #include <bluetooth/bluetooth.h>
45 #include <bluetooth/hci.h>
46 #include <bluetooth/hci_lib.h>
    [all...]
  /external/bluetooth/hcidump/parser/
hci.c 3 * BlueZ - Bluetooth protocol stack for Linux
40 #include <bluetooth/bluetooth.h>
41 #include <bluetooth/hci.h>
42 #include <bluetooth/hci_lib.h>
    [all...]

Completed in 412 milliseconds

1 2 3 4 5 6 7 8 91011