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

1 2 34 5 6 7 8 91011

  /system/bluetooth/tools/
bttest.c 25 #include <bluedroid/bluetooth.h>
sock_shutdown_test.c 36 #include <bluetooth/bluetooth.h>
37 #include <bluetooth/rfcomm.h>
38 #include <bluetooth/sco.h>
39 #include <bluetooth/l2cap.h>
  /external/bluetooth/bluez/include/bluetooth/
bnep.h 3 * BlueZ - Bluetooth protocol stack for Linux
32 #include <bluetooth/bluetooth.h>
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppBtEnableActivity.java 33 package com.android.bluetooth.opp;
35 import com.android.bluetooth.R;
BluetoothOppShareInfo.java 33 package com.android.bluetooth.opp;
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>
attest.c 3 * BlueZ - Bluetooth protocol stack for Linux
38 #include <bluetooth/bluetooth.h>
39 #include <bluetooth/rfcomm.h>
  /packages/apps/Settings/src/com/android/settings/bluetooth/
CachedBluetoothDeviceManager.java 17 package com.android.settings.bluetooth;
19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.BluetoothClass;
21 import android.bluetooth.BluetoothDevice;
25 import com.android.settings.bluetooth.LocalBluetoothManager.Callback;
26 import com.android.settings.bluetooth.LocalBluetoothProfileManager.Profile;
33 * CachedBluetoothDeviceManager manages the set of remote Bluetooth devices.
BluetoothSettings.java 17 package com.android.settings.bluetooth;
22 import android.bluetooth.BluetoothAdapter;
23 import android.bluetooth.BluetoothClass;
24 import android.bluetooth.BluetoothDevice;
25 import android.bluetooth.BluetoothDevicePicker;
26 import android.bluetooth.BluetoothUuid;
47 * BluetoothSettings is the Settings screen for Bluetooth configuration and
163 // bluetooth manager
348 // When bluetooth is enabled (and we are in the activity, which we are),
BluetoothEnabler.java 17 package com.android.settings.bluetooth;
22 import android.bluetooth.BluetoothAdapter;
34 * BluetoothEnabler is a helper to manage the Bluetooth on/off checkbox
35 * preference. It is turns on/off Bluetooth and ensures the summary of the
61 // Bluetooth is not supported
72 // Bluetooth state is not sticky, so set it manually
91 // Show toast message if Bluetooth is not allowed in airplane mode
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
RequestPermissionHelperActivity.java 17 package com.android.settings.bluetooth;
24 import android.bluetooth.BluetoothAdapter;
41 "com.android.settings.bluetooth.ACTION_INTERNAL_REQUEST_BT_ON";
44 "com.android.settings.bluetooth.ACTION_INTERNAL_REQUEST_BT_ON_AND_DISCOVERABLE";
141 Log.e(TAG, "Error: there's a problem starting bluetooth");
  /frameworks/base/core/java/com/android/internal/app/
ShutdownThread.java 24 import android.bluetooth.BluetoothAdapter;
25 import android.bluetooth.IBluetooth;
182 * Shuts off power regardless of radio and bluetooth state if the alloted time has passed.
230 final IBluetooth bluetooth = local
239 bluetoothOff = bluetooth == null ||
240 bluetooth.getBluetoothState() == BluetoothAdapter.STATE_OFF;
242 Log.w(TAG, "Disabling Bluetooth...");
243 bluetooth.disable(false); // disable but don't persist new state
246 Log.e(TAG, "RemoteException during bluetooth shutdown", ex);
261 Log.i(TAG, "Waiting for Bluetooth and Radio...")
    [all...]
  /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>
sdpd-server.c 3 * BlueZ - Bluetooth protocol stack for Linux
39 #include <bluetooth/bluetooth.h>
40 #include <bluetooth/l2cap.h>
41 #include <bluetooth/sdp.h>
42 #include <bluetooth/sdp_lib.h>
146 unix_sock = android_get_control_socket("bluetooth");
148 error("Unable to get the control socket for 'bluetooth'");
Android.mk 30 -DCONFIGDIR=\"/etc/bluetooth\" \
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>
  /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>
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...]
hciattach_tialt.c 3 * BlueZ - Bluetooth protocol stack for Linux
45 #include <bluetooth/bluetooth.h>
46 #include <bluetooth/hci.h>
47 #include <bluetooth/hci_lib.h>
  /external/bluetooth/bluez/common/
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,
  /external/bluetooth/bluez/compat/
dund.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/rfcomm.h>
45 #include <bluetooth/hidp.h>
409 "Bluetooth LAP (LAN Access over PPP) daemon version %s\n"
609 syslog(LOG_INFO, "Bluetooth DUN daemon version %s", VERSION);
bnep.c 3 * BlueZ - Bluetooth protocol stack for Linux
36 #include <bluetooth/bluetooth.h>
37 #include <bluetooth/l2cap.h>
38 #include <bluetooth/bnep.h>

Completed in 2180 milliseconds

1 2 34 5 6 7 8 91011