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

1 2 3 4 5 6 78 91011>>

  /packages/apps/Bluetooth/res/values-zh-rCN/
test_strings.xml 5 <string name="app_name" msgid="1203877025577761792">"Bluetooth Share"</string>
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDevicePreference.java 17 package com.android.settings.bluetooth;
29 * Bluetooth device in the Bluetooth Settings screen.
107 // Disable this view if the bluetooth enable/disable preference view is off
BluetoothNamePreference.java 17 package com.android.settings.bluetooth;
22 import android.bluetooth.BluetoothAdapter;
38 * Bluetooth name. It asks the user for a name, and persists it via the
39 * Bluetooth API.
BluetoothPairingRequest.java 17 package com.android.settings.bluetooth;
24 import android.bluetooth.BluetoothDevice;
32 * BluetoothPairingRequest is a receiver for any Bluetooth pairing request. It
33 * checks if the Bluetooth Settings is currently visible and brings up the PIN, the passkey or a
LocalBluetoothManager.java 17 package com.android.settings.bluetooth;
23 import android.bluetooth.BluetoothA2dp;
24 import android.bluetooth.BluetoothAdapter;
25 import android.bluetooth.BluetoothDevice;
39 * the Bluetooth API.
266 // TODO: have it be a callback (once we switch bluetooth state changed to callback)
314 // If Bluetooth Settings is visible
  /system/core/
README 12 Currently system/bluetooth/... and system/extra/... have some pieces
  /frameworks/base/core/java/android/bluetooth/
BluetoothSocket.java 17 package android.bluetooth;
19 import android.bluetooth.IBluetoothCallback;
31 * A connected or connecting Bluetooth socket.
33 * <p>The interface for Bluetooth Sockets is similar to that of TCP sockets:
41 * <p>The most common type of Bluetooth socket is RFCOMM, which is the type
43 * transport over Bluetooth. It is also known as the Serial Port Profile (SPP).
66 * Requires the {@link android.Manifest.permission#BLUETOOTH} permission.
115 * @throws IOException On error, for example Bluetooth not available, or
160 * @throws IOException On error, for example Bluetooth not available, or
184 * remote Bluetooth devices should not be attempted while device discover
    [all...]
BluetoothA2dp.java 17 package android.bluetooth;
34 * Public API for controlling the Bluetooth A2DP Profile Service.
36 * BluetoothA2dp is a proxy object for controlling the Bluetooth A2DP
56 "android.bluetooth.a2dp.extra.SINK_STATE";
59 "android.bluetooth.a2dp.extra.PREVIOUS_SINK_STATE";
68 "android.bluetooth.a2dp.action.SINK_STATE_CHANGED";
94 * Bluetooth A2DP service.
104 Log.w(TAG, "Bluetooth A2DP service not available!");
BluetoothClass.java 17 package android.bluetooth;
23 * Represents a Bluetooth class, which describes general characteristics
24 * and capabilities of a device. For example, a Bluetooth class will
28 * <p>Every Bluetooth class is composed of zero or more service classes, and
34 * Bluetooth profiles or services are actually supported by a device. Accurate
44 * The Bluetooth class is a 32 bit field. The format of these bits is defined at
45 * http://www.bluetooth.org/Technical/AssignedNumbers/baseband.htm
235 * which major class is encoded in this Bluetooth class.
248 * device class is encoded in this Bluetooth class.
264 * Check class bits for possible bluetooth profile support
    [all...]
  /external/bluetooth/bluez/common/
sdp-xml.h 3 * BlueZ - Bluetooth protocol stack for Linux
28 #include <bluetooth/sdp.h>
android_bluez.c 3 * BlueZ - Bluetooth protocol stack for Linux
34 #include <bluetooth/bluetooth.h>
35 #include <bluetooth/hci.h>
37 /* Set UID to bluetooth w/ CAP_NET_RAW, CAP_NET_ADMIN and CAP_NET_BIND_SERVICE
170 /* Request that the ACL link to a given Bluetooth connection be high priority,
  /frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPerms/src/com/android/framework/externalsharedpermstestapp/
ExternalSharedPermsTest.java 18 import android.bluetooth.BluetoothAdapter;
33 /** The use of location manager and bluetooth below are simply to simulate an app that
  /frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsDiffKey/src/com/android/framework/externalsharedpermsdiffkeytestapp/
ExternalSharedPermsDiffKeyTest.java 18 import android.bluetooth.BluetoothAdapter;
31 /** The use of location manager and bluetooth below are simply to simulate an app that
  /packages/apps/Settings/res/xml/
bluetooth_settings.xml 23 android:title="@string/bluetooth"
26 <com.android.settings.bluetooth.BluetoothNamePreference
  /external/bluetooth/bluez/src/
sdpd-database.c 3 * BlueZ - Bluetooth protocol stack for Linux
36 #include <bluetooth/bluetooth.h>
37 #include <bluetooth/l2cap.h>
38 #include <bluetooth/sdp.h>
39 #include <bluetooth/sdp_lib.h>
dbus-common.c 3 * BlueZ - Bluetooth protocol stack for Linux
37 #include <bluetooth/bluetooth.h>
38 #include <bluetooth/hci.h>
39 #include <bluetooth/l2cap.h>
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 33 package com.android.bluetooth.pbap;
35 import com.android.bluetooth.R;
44 import android.bluetooth.BluetoothAdapter;
45 import android.bluetooth.BluetoothDevice;
46 import android.bluetooth.BluetoothPbap;
47 import android.bluetooth.BluetoothSocket;
48 import android.bluetooth.BluetoothServerSocket;
49 import android.bluetooth.IBluetoothPbap;
69 * restart com.android.bluetooth process. only enable DEBUG log:
82 public static final String ACCESS_REQUEST_ACTION = "com.android.bluetooth.pbap.accessrequest"
    [all...]
  /external/bluetooth/bluez/tools/
ciptool.c 3 * BlueZ - Bluetooth protocol stack for Linux
40 #include <bluetooth/bluetooth.h>
41 #include <bluetooth/hci.h>
42 #include <bluetooth/hci_lib.h>
43 #include <bluetooth/l2cap.h>
44 #include <bluetooth/sdp.h>
45 #include <bluetooth/sdp_lib.h>
46 #include <bluetooth/cmtp.h>
423 printf("ciptool - Bluetooth Common ISDN Access Profile (CIP)\n\n")
    [all...]
hciconfig.8 3 hciconfig \- configure Bluetooth devices
19 is used to configure Bluetooth devices.
21 is the name of a Bluetooth device installed in the system. If
25 prints name and basic information about all the Bluetooth devices installed in
119 1.2 of the Bluetooth Assigned Numers document.
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppManager.java 33 package com.android.bluetooth.opp;
35 import com.android.bluetooth.R;
37 import android.bluetooth.BluetoothAdapter;
38 import android.bluetooth.BluetoothDevice;
52 * This class provides a simplified interface on top of other Bluetooth service
222 * Get the current status of Bluetooth hardware.
223 * @return true if Bluetooth enabled, false otherwise.
235 * Enable Bluetooth hardware.
244 * Disable Bluetooth hardware.
253 * Get device name per bluetooth address
    [all...]
BluetoothShare.java 33 package com.android.bluetooth.opp;
39 * Exposes constants used to interact with the Bluetooth Share manager's content
49 * The permission to access the Bluetooth Share Manager
56 public static final Uri CONTENT_URI = Uri.parse("content://com.android.bluetooth.opp/btopp");
59 * Broadcast Action: this is sent by the Bluetooth Share component to
66 * This is sent by the Bluetooth Share component to indicate there is an
72 * This is sent by the Bluetooth Share component to indicate there is an
91 * request recommends. When possible, the Bluetooth Share manager will
139 * The name of the column containing Bluetooth Device Address that the
  /external/bluetooth/bluez/test/
hstest.c 3 * BlueZ - Bluetooth protocol stack for Linux
40 #include <bluetooth/bluetooth.h>
41 #include <bluetooth/hci.h>
42 #include <bluetooth/hci_lib.h>
43 #include <bluetooth/sco.h>
44 #include <bluetooth/rfcomm.h>
  /external/bluetooth/bluez/
acinclude.m4 92 plugindir="${libdir}/bluetooth/plugins"
95 configdir="${prefix}/etc/bluetooth"
97 configdir="${sysconfdir}/bluetooth"
101 storagedir="${prefix}/var/lib/bluetooth"
103 storagedir="${localstatedir}/lib/bluetooth"
264 AC_ARG_ENABLE(tools, AC_HELP_STRING([--enable-tools], [install Bluetooth utilities]), [
304 AC_ARG_ENABLE(manpages, AC_HELP_STRING([--enable-manpages], [install Bluetooth manual pages]), [
308 AC_ARG_ENABLE(udevrules, AC_HELP_STRING([--enable-udevrules], [install Bluetooth udev rules]), [
312 AC_ARG_ENABLE(configfiles, AC_HELP_STRING([--enable-configfiles], [install Bluetooth configuration files]), [
  /external/bluetooth/bluez/compat/
bnep.c 3 * BlueZ - Bluetooth protocol stack for Linux
36 #include <bluetooth/bluetooth.h>
37 #include <bluetooth/l2cap.h>
38 #include <bluetooth/bnep.h>
  /packages/apps/Settings/src/com/android/settings/
WirelessSettings.java 19 import android.bluetooth.BluetoothAdapter;
36 import com.android.settings.bluetooth.BluetoothEnabler;
110 // Manually set dependencies for Bluetooth when not toggleable.
116 // Disable Bluetooth Settings if Bluetooth service is not available.

Completed in 330 milliseconds

1 2 3 4 5 6 78 91011>>