HomeSort by relevance Sort by last modified time
    Searched full:bluetooth (Results 151 - 175 of 1267) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/bluetooth/bluez/tools/
hcisecfilter.c 3 * BlueZ - Bluetooth protocol stack for Linux
32 #include <bluetooth/bluetooth.h>
33 #include <bluetooth/hci.h>
34 #include <bluetooth/hci_lib.h>
parser.y 4 * BlueZ - Bluetooth protocol stack for Linux
37 #include <bluetooth/bluetooth.h>
38 #include <bluetooth/rfcomm.h>
156 snprintf(file, MAXPATHLEN, "%s/.bluetooth/rfcomm.conf", getenv("HOME"));
rfcomm.1 33 of the Bluetooth subsystem in the Linux kernel. If no
66 , which must be the name or the address of an installed Bluetooth
68 available Bluetooth device.
90 Connect the RFCOMM device to the remote Bluetooth device on the
92 channel number 1. If also the Bluetooth address is left out, it
114 This binds the RFCOMM device to a remote Bluetooth device. The
118 number is specified, it uses the channel number 1. If the Bluetooth
  /packages/apps/Settings/src/com/android/settings/bluetooth/
CachedBluetoothDeviceManager.java 17 package com.android.settings.bluetooth;
19 import android.bluetooth.BluetoothDevice;
28 * CachedBluetoothDeviceManager manages the set of remote Bluetooth devices.
64 * @param device the address of the Bluetooth device
80 * @param device the address of the new Bluetooth device
DeviceListPreferenceFragment.java 17 package com.android.settings.bluetooth;
19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.BluetoothDevice;
35 * Parent class for settings fragments that contain a list of Bluetooth
79 Log.e(TAG, "Bluetooth is not supported on this device");
RequestPermissionActivity.java 17 package com.android.settings.bluetooth;
23 import android.bluetooth.BluetoothAdapter;
24 import android.bluetooth.BluetoothDevice;
35 * usually started by an application wanted to start bluetooth and or discovery
40 // adb shell am start -a android.bluetooth.adapter.action.REQUEST_ENABLE
41 // adb shell am start -a android.bluetooth.adapter.action.REQUEST_DISCOVERABLE
58 * True if bluetooth wasn't enabled and RequestPermissionHelperActivity was
199 // If BT is not up yet, show "Turning on Bluetooth..."
258 Log.d(TAG, "Setting Bluetooth Discoverable Timeout = " + mTimeout);
273 Log.e(TAG, "Error: there's a problem starting Bluetooth");
    [all...]
DockEventReceiver.java 17 package com.android.settings.bluetooth;
20 import android.bluetooth.BluetoothA2dp;
21 import android.bluetooth.BluetoothAdapter;
22 import android.bluetooth.BluetoothDevice;
23 import android.bluetooth.BluetoothHeadset;
24 import android.bluetooth.BluetoothProfile;
38 "com.android.settings.bluetooth.action.DOCK_SHOW_UI";
HeadsetProfile.java 17 package com.android.settings.bluetooth;
19 import android.bluetooth.BluetoothClass;
20 import android.bluetooth.BluetoothDevice;
21 import android.bluetooth.BluetoothHeadset;
22 import android.bluetooth.BluetoothProfile;
23 import android.bluetooth.BluetoothUuid;
33 * HeadsetProfile handles Bluetooth HFP and Headset profiles.
  /frameworks/base/core/java/android/server/
BluetoothAdapterStateMachine.java 19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.IBluetoothStateChangeCallback;
37 * Bluetooth Adapter StateMachine
57 * | | AIRPLANE_MODE_OFF(when Bluetooth was on before)
80 // Turn on Bluetooth Module, Load firmware, and do all the preparation
81 // needed to get the Bluetooth Module ready but keep it not discoverable
82 // and not connectable. This way the Bluetooth Module can be quickly
90 // Event indicates all the remote Bluetooth devices has been disconnected
92 // Event indicates the Bluetooth scan mode has changed
107 // Unload firmware, turning off Bluetooth module powe
    [all...]
BluetoothInputProfileHandler.java 19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.BluetoothDevice;
21 import android.bluetooth.BluetoothDeviceProfileState;
22 import android.bluetooth.BluetoothInputDevice;
23 import android.bluetooth.BluetoothProfile;
24 import android.bluetooth.BluetoothProfileState;
37 * All functions are called by BluetoothService, as Bluetooth Service
  /system/core/include/private/
android_filesystem_config.h 38 #define AID_BLUETOOTH 1002 /* bluetooth subsystem */
71 #define AID_NET_BT_ADMIN 3001 /* bluetooth: create any socket */
72 #define AID_NET_BT 3002 /* bluetooth: create sco, rfcomm or l2cap sockets */
94 { "bluetooth", AID_BLUETOOTH, },
184 { 00440, AID_BLUETOOTH, AID_BLUETOOTH, "system/etc/bluetooth/main.conf" },
185 { 00440, AID_BLUETOOTH, AID_BLUETOOTH, "system/etc/bluetooth/input.conf" },
186 { 00440, AID_BLUETOOTH, AID_BLUETOOTH, "system/etc/bluetooth/audio.conf" },
187 { 00440, AID_BLUETOOTH, AID_BLUETOOTH, "system/etc/bluetooth/network.conf" },
188 { 00444, AID_NET_BT, AID_NET_BT, "system/etc/bluetooth/blacklist.conf" },
189 { 00640, AID_SYSTEM, AID_SYSTEM, "system/etc/bluetooth/auto_pairing.conf" }
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothA2dp.java 17 package android.bluetooth;
34 * This class provides the public APIs to control the Bluetooth A2DP
37 *<p>BluetoothA2dp is a proxy object for controlling the Bluetooth A2DP
41 * <p> Android only supports one connected Bluetooth A2dp device at a time.
63 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission to
68 "android.bluetooth.a2dp.profile.action.CONNECTION_STATE_CHANGED";
84 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission to
89 "android.bluetooth.a2dp.profile.action.PLAYING_STATE_CHANGED";
111 * Bluetooth A2DP service.
124 Log.w(TAG, "Bluetooth A2DP service not available!")
    [all...]
  /external/qemu/
bt-host.c 2 * Wrap a host Bluetooth HCI socket in a struct HCIInfo.
30 # include <bluetooth/bluetooth.h>
31 # include <bluetooth/hci.h>
32 # include <bluetooth/hci_lib.h>
60 fprintf(stderr, "qemu: error %i writing bluetooth packet.\n",
194 fprintf(stderr, "qemu: bluetooth passthrough not supported (yet)\n");
  /packages/apps/Bluetooth/
AndroidManifest_test.xml 3 package="com.android.bluetooth"
5 <!-- Allows access to the Bluetooth Share Manager -->
13 <uses-permission android:name="android.permission.BLUETOOTH" />
31 android:authorities="com.android.bluetooth.opp"
43 <action android:name="android.bluetooth.adapter.action.STATE_CHANGED" />
103 <action android:name="android.bluetooth.IBluetoothPbap"/>
108 <action android:name="android.bluetooth.adapter.action.STATE_CHANGED"/>
AndroidManifest.xml 3 package="com.android.bluetooth"
6 <original-package android:name="com.android.bluetooth" />
8 <!-- Allows access to the Bluetooth Share Manager -->
16 <uses-permission android:name="android.permission.BLUETOOTH" />
28 android:authorities="com.android.bluetooth.opp"
42 <action android:name="android.bluetooth.adapter.action.STATE_CHANGED" />
131 <action android:name="android.bluetooth.IBluetoothPbap" />
138 <action android:name="android.bluetooth.adapter.action.STATE_CHANGED"/>
139 <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_REPLY" />
  /system/bluetooth/bluedroid/
bluetooth.c 29 #include <bluetooth/bluetooth.h>
30 #include <bluetooth/hci.h>
31 #include <bluetooth/hci_lib.h>
33 #include <bluedroid/bluetooth.h>
63 if (sz >= 9 && memcmp(buf, "bluetooth", 9) == 0) {
142 LOGE("Failed to create bluetooth hci socket: %s (%d)",
  /external/bluetooth/bluez/input/
sixpair.c 2 * gcc -g -Wall -I../src -I../lib/ -I../include -DSTORAGEDIR=\"/var/lib/bluetooth\" -o sixpair sixpair.c ../src/storage.c ../common/libhelper.a -I../common `pkg-config --libs --cflags glib-2.0 libusb-1.0` -lbluetooth
10 #include <bluetooth/bluetooth.h>
11 #include <bluetooth/sdp_lib.h>
51 g_warning ("Getting the master Bluetooth address failed");
54 g_print ("Current Bluetooth master: %02X:%02X:%02X:%02X:%02X:%02X\n",
74 g_warning ("Getting the device Bluetooth address failed");
82 g_print ("Device Bluetooth address: %s\n", address);
116 g_warning ("Setting the master Bluetooth address failed");
  /frameworks/base/docs/html/sdk/api_diff/11/changes/
pkg_android.bluetooth.html 10 android.bluetooth
74 Package <A HREF="../../../../reference/android/bluetooth/package-summary.html" target="_top"><font size="+1"><code>android.bluetooth</code></font></A>
85 <nobr><A HREF="../../../../reference/android/bluetooth/BluetoothA2dp.html" target="_top"><code>BluetoothA2dp</code></A></nobr>
92 <nobr><A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html" target="_top"><code>BluetoothAssignedNumbers</code></A></nobr>
99 <nobr><A HREF="../../../../reference/android/bluetooth/BluetoothHeadset.html" target="_top"><code>BluetoothHeadset</code></A></nobr>
106 <nobr><A HREF="../../../../reference/android/bluetooth/BluetoothProfile.html" target="_top"><code><I>BluetoothProfile</I></code></A></nobr>
113 <nobr><A HREF="../../../../reference/android/bluetooth/BluetoothProfile.ServiceListener.html" target="_top"><code><I>BluetoothProfile.ServiceListener</I></code></A></nobr>
128 <nobr><A HREF="android.bluetooth.BluetoothAdapter.html">BluetoothAdapter</A></nobr>
  /frameworks/base/docs/html/sdk/api_diff/14/changes/
pkg_android.bluetooth.html 10 android.bluetooth
74 Package <A HREF="../../../../reference/android/bluetooth/package-summary.html" target="_top"><font size="+1"><code>android.bluetooth</code></font></A>
85 <nobr><A HREF="../../../../reference/android/bluetooth/BluetoothHealth.html" target="_top"><code>BluetoothHealth</code></A></nobr>
92 <nobr><A HREF="../../../../reference/android/bluetooth/BluetoothHealthAppConfiguration.html" target="_top"><code>BluetoothHealthAppConfiguration</code></A></nobr>
99 <nobr><A HREF="../../../../reference/android/bluetooth/BluetoothHealthCallback.html" target="_top"><code>BluetoothHealthCallback</code></A></nobr>
114 <nobr><A HREF="android.bluetooth.BluetoothAdapter.html">BluetoothAdapter</A></nobr>
121 <nobr><A HREF="android.bluetooth.BluetoothProfile.html"><I>BluetoothProfile</I></A></nobr>
128 <nobr><A HREF="android.bluetooth.BluetoothSocket.html">BluetoothSocket</A></nobr>
  /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;
55 * via BT from other APPs. and also make "Bluetooth" available in sharing method
72 * Other application is trying to share a file via Bluetooth,
135 // and let DevicePickerActivity to handle Bluetooth Enable.
168 /* Returns true if Bluetooth is allowed given current airplane mode settings. */
188 // Check if Bluetooth may be enabled in airplane mode
197 // If we get here we're not allowed to use Bluetooth right now
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChat.java 21 import android.bluetooth.BluetoothAdapter;
22 import android.bluetooth.BluetoothDevice;
78 // Local Bluetooth adapter
92 // Get local Bluetooth adapter
95 // If the adapter is null, then Bluetooth is not supported
97 Toast.makeText(this, "Bluetooth is not available", Toast.LENGTH_LONG).show();
130 // Start the Bluetooth chat services
159 // Initialize the BluetoothChatService to perform bluetooth connections
181 // Stop the Bluetooth chat services
306 // When the request to enable Bluetooth return
    [all...]
  /development/samples/BluetoothHDP/src/com/example/bluetooth/health/
BluetoothHDPActivity.java 17 package com.example.bluetooth.health;
23 import android.bluetooth.BluetoothAdapter;
24 import android.bluetooth.BluetoothDevice;
47 * Main user interface for the Sample application. All Bluetooth health-related
55 // Below are some examples. Refer to relevant Bluetooth HDP specifications for detail.
130 // Check for Bluetooth availability on the Android platform.
232 // If Bluetooth is not on, request that it be enabled.
242 * Ensures user has turned on Bluetooth on the Android device.
258 * Used by {@link SelectDeviceDialogFragment} to record the bonded Bluetooth device selected
261 * @param position Position of the bonded Bluetooth device in the array
    [all...]
  /device/samsung/maguro/overlay/frameworks/base/core/res/res/xml/
power_profile.xml 24 <item name="bluetooth.active">150</item>
25 <item name="bluetooth.on">1</item>
26 <item name="bluetooth.at">1</item> <!-- TBD -->
  /device/samsung/toro/overlay/frameworks/base/core/res/res/xml/
power_profile.xml 24 <item name="bluetooth.active">150</item>
25 <item name="bluetooth.on">1</item>
26 <item name="bluetooth.at">1</item> <!-- TBD -->
  /external/bluetooth/bluez/health/
hdp_manager.c 3 * BlueZ - Bluetooth protocol stack for Linux
30 #include <bluetooth/sdp.h>
31 #include <bluetooth/sdp_lib.h>

Completed in 359 milliseconds

1 2 3 4 5 67 8 91011>>