HomeSort by relevance Sort by last modified time
    Searched full:bluetooth (Results 201 - 225 of 758) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/base/core/java/android/server/
BluetoothService.java 27 import android.bluetooth.BluetoothAdapter;
28 import android.bluetooth.BluetoothClass;
29 import android.bluetooth.BluetoothDevice;
30 import android.bluetooth.BluetoothHeadset;
31 import android.bluetooth.BluetoothSocket;
32 import android.bluetooth.BluetoothUuid;
33 import android.bluetooth.IBluetooth;
34 import android.bluetooth.IBluetoothCallback;
92 private static final String BLUETOOTH_PERM = android.Manifest.permission.BLUETOOTH;
169 Log.w(TAG, "Bluetooth daemons already running - runtime restart? ")
    [all...]
BluetoothA2dpService.java 25 import android.bluetooth.BluetoothA2dp;
26 import android.bluetooth.BluetoothAdapter;
27 import android.bluetooth.BluetoothDevice;
28 import android.bluetooth.BluetoothUuid;
29 import android.bluetooth.IBluetoothA2dp;
54 private static final String BLUETOOTH_PERM = android.Manifest.permission.BLUETOOTH;
169 throw new RuntimeException("Platform does not support Bluetooth");
207 // check bluetooth is still on, device is still preferred, and
418 mContext.enforceCallingOrSelfPermission(BLUETOOTH_PERM, "Need BLUETOOTH permission");
425 mContext.enforceCallingOrSelfPermission(BLUETOOTH_PERM, "Need BLUETOOTH permission")
    [all...]
  /build/core/
pathmap.mk 30 bluedroid:system/bluetooth/bluedroid/include \
31 bluez:external/bluetooth/bluez \
32 glib:external/bluetooth/glib \
  /external/bluetooth/bluez/audio/
Makefile.am 5 plugindir = $(libdir)/bluetooth/plugins
40 alsaconf_DATA = bluetooth.conf
82 bluetooth.conf
  /external/bluetooth/bluez/include/bluetooth/
bnep.h 3 * BlueZ - Bluetooth protocol stack for Linux
32 #include <bluetooth/bluetooth.h>
  /external/bluetooth/bluez/src/
bluetoothd.8.in 2 .TH "BLUETOOTHD" "8" "March 2004" "Bluetooth daemon" "System management commands"
4 bluetoothd \- Bluetooth daemon
15 daemon, which manages all the Bluetooth devices.
  /frameworks/base/services/java/com/android/server/
SystemServer.java 28 import android.bluetooth.BluetoothAdapter;
96 BluetoothService bluetooth = null; local
179 // Skip Bluetooth if we have an emulator kernel
181 // support Bluetooth - see bug 988521
183 Slog.i(TAG, "Registering null Bluetooth Service (emulator)");
186 Slog.i(TAG, "Registering null Bluetooth Service (factory test)");
189 Slog.i(TAG, "Bluetooth Service");
190 bluetooth = new BluetoothService(context);
191 ServiceManager.addService(BluetoothAdapter.BLUETOOTH_SERVICE, bluetooth);
192 bluetooth.initAfterRegistration()
    [all...]
  /packages/apps/Settings/src/com/android/settings/
DockSettings.java 21 import android.bluetooth.BluetoothDevice;
34 import com.android.settings.bluetooth.DockEventReceiver;
99 // No dock audio if not on Bluetooth.
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDiscoverableEnabler.java 17 package com.android.settings.bluetooth;
21 import android.bluetooth.BluetoothAdapter;
81 // Bluetooth not supported
  /external/bluetooth/bluez/cups/
hcrp.c 3 * BlueZ - Bluetooth protocol stack for Linux
35 #include <bluetooth/bluetooth.h>
36 #include <bluetooth/l2cap.h>
37 #include <bluetooth/sdp.h>
38 #include <bluetooth/sdp_lib.h>
  /external/bluetooth/bluez/network/
manager.c 3 * BlueZ - Bluetooth protocol stack for Linux
28 #include <bluetooth/bluetooth.h>
29 #include <bluetooth/hci.h>
30 #include <bluetooth/bnep.h>
31 #include <bluetooth/sdp.h>
  /external/bluetooth/bluez/tools/
l2ping.c 3 * BlueZ - Bluetooth protocol stack for Linux
41 #include <bluetooth/bluetooth.h>
42 #include <bluetooth/hci.h>
43 #include <bluetooth/hci_lib.h>
44 #include <bluetooth/l2cap.h>
  /external/bluetooth/hcidump/src/
csrsniff.c 3 * BlueZ - Bluetooth protocol stack for Linux
37 #include <bluetooth/bluetooth.h>
38 #include <bluetooth/hci.h>
39 #include <bluetooth/hci_lib.h>
271 printf("CSR sniffer - Bluetooth packet analyzer ver %s\n", VERSION);
  /frameworks/base/core/java/com/android/internal/os/
PowerProfile.java 75 * Power consumption when Bluetooth driver is on.
77 public static final String POWER_BLUETOOTH_ON = "bluetooth.on";
80 * Power consumption when Bluetooth driver is transmitting/receiving.
82 public static final String POWER_BLUETOOTH_ACTIVE = "bluetooth.active";
85 * Power consumption when Bluetooth driver gets an AT command.
87 public static final String POWER_BLUETOOTH_AT_CMD = "bluetooth.at";
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppLauncherActivity.java 33 package com.android.bluetooth.opp;
35 import com.android.bluetooth.R;
44 import android.bluetooth.BluetoothDevicePicker;
54 * via BT from other APPs. and also make "Bluetooth" available in sharing method
71 * Other application is trying to share a file via Bluetooth,
134 // and let DevicePickerActivity to handle Bluetooth Enable.
BluetoothOppTransferHistory.java 33 package com.android.bluetooth.opp;
35 import com.android.bluetooth.R;
39 import android.bluetooth.BluetoothAdapter;
57 * View showing the user's finished bluetooth opp transfers that the user does
280 * When Bluetooth is disabled, notification can not be updated by
286 if (V) Log.v(TAG, "Bluetooth is not enabled, update notification manually.");
BluetoothOppBtErrorActivity.java 33 package com.android.bluetooth.opp;
35 import com.android.bluetooth.R;
BluetoothOppRfcommTransport.java 33 package com.android.bluetooth.opp;
41 import android.bluetooth.BluetoothSocket;
  /external/bluetooth/bluez/doc/
network-api.txt 78 The Bluetooth network server name.
86 The Bluetooth network server UUID 128 identification.
  /external/bluetooth/bluez/test/
bdaddr.8 3 bdaddr \- Utility for changing the Bluetooth device address
15 is used to query or set the local Bluetooth device address (BD_ADDR). If run
  /frameworks/base/core/java/android/bluetooth/
BluetoothOutputStream.java 17 package android.bluetooth;
25 * Used to read from a Bluetooth socket.
  /frameworks/base/core/res/res/xml/
power_profile.xml 23 <item name="bluetooth.active">0.1</item>
24 <item name="bluetooth.on">0.1</item>
  /hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
SoftGemini.h 35 * \brief BlueTooth-Wlan coexistence module internal header file
43 /* PURPOSE: BlueTooth-Wlan coexistence module internal header file */
SoftGeminiApi.h 35 * \brief BlueTooth-Wlan coexistence module interface header file
43 /* PURPOSE: BlueTooth-Wlan coexistence module interface header file */
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapReceiver.java 33 package com.android.bluetooth.pbap;
35 import android.bluetooth.BluetoothAdapter;

Completed in 386 milliseconds

1 2 3 4 5 6 7 891011>>