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

1 2 3 4 5 6 7 8 91011>>

  /external/bluetooth/bluez/scripts/
Makefile.am 5 rules_DATA = 97-bluetooth.rules
8 rules_DATA += 97-bluetooth-hid2hci.rules
12 rules_DATA += 97-bluetooth-serial.rules
24 EXTRA_DIST = bluetooth-hid2hci.rules bluetooth-serial.rules bluetooth_serial
28 97-bluetooth.rules: bluetooth.rules
31 97-bluetooth-hid2hci.rules: bluetooth-hid2hci.rules
34 97-bluetooth-serial.rules: bluetooth-serial.rule
    [all...]
bluetooth.rules.in 1 # Run helper every time a Bluetooth device appears
3 ACTION=="add", SUBSYSTEM=="bluetooth", RUN+="@prefix@/sbin/bluetoothd --udev"
bluetooth-serial.rules 1 # Brain Boxes BL-620 Bluetooth Adapter
2 SUBSYSTEM=="tty", SUBSYSTEMS=="pcmcia", ATTRS{prod_id1}=="Brain Boxes", ATTRS{prod_id2}=="Bluetooth PC Card", ENV{HCIOPTS}="bboxes", RUN+="bluetooth_serial"
4 # Xircom CreditCard Bluetooth Adapter
7 # Xircom RealPort2 Bluetooth Adapter
10 # IBM Bluetooth PC Card II
11 SUBSYSTEM=="tty", SUBSYSTEMS=="pcmcia", ATTRS{prod_id1}=="IBM", ATTRS{prod_id2}=="Bluetooth PC Card II", ENV{HCIOPTS}="tdk", RUN+="bluetooth_serial"
13 # TDK Bluetooth PC Card
14 SUBSYSTEM=="tty", SUBSYSTEMS=="pcmcia", ATTRS{prod_id1}=="TDK", ATTRS{prod_id2}=="Bluetooth PC Card II", ENV{HCIOPTS}="tdk", RUN+="bluetooth_serial"
16 # AmbiCom BT2000C Bluetooth PC/CF Card
17 SUBSYSTEM=="tty", SUBSYSTEMS=="pcmcia", ATTRS{prod_id1}=="AmbiCom BT2000C", ATTRS{prod_id2}=="Bluetooth PC/CF Card", ENV{HCIOPTS}="bt2000c", RUN+="bluetooth_serial
    [all...]
  /development/pdk/docs/porting/bluetooth/
bluetooth_process.jd 1 page.title=Bluetooth Process Diagram
6 <p>The diagram below offers a process-oriented architectural overview of Android's Bluetooth stack. Click <a href="../bluetooth.html">Bluetooth</a> to return to the Bluetooth overview page.</p>
  /external/bluetooth/bluez/include/bluetooth/
Makefile.am 2 includedir = @includedir@/bluetooth
5 bluetooth.h hci.h hci_lib.h sco.h l2cap.h \
11 @if [ ! -e bluetooth ] ; then $(LN_S) $(top_srcdir)/include bluetooth ; fi
14 @rm -f bluetooth
  /development/apps/BluetoothDebug/
AndroidManifest.xml 3 <uses-permission android:name="android.permission.BLUETOOTH" />
6 <application android:label="Bluetooth Debug" >
9 <action android:name="android.bluetooth.adapter.action.STATE_CHANGED" />
10 <action android:name="android.bluetooth.adapter.action.SCAN_MODE_CHANGED" />
11 <action android:name="android.bluetooth.adapter.action.DISCOVERY_STARTED" />
12 <action android:name="android.bluetooth.adapter.action.DISCOVERY_FINISHED" />
13 <action android:name="android.bluetooth.adapter.action.LOCAL_NAME_CHANGED" />
15 <action android:name="android.bluetooth.device.action.FOUND" />
16 <action android:name="android.bluetooth.device.action.DISAPPEARED" />
17 <action android:name="android.bluetooth.device.action.CLASS_CHANGED" /
    [all...]
  /development/samples/BluetoothChat/
_index.html 2 two-way text chat over Bluetooth. It demonstrates all the fundamental Bluetooth
5 <li>Scanning for other Bluetooth devices</li>
6 <li>Querying the local Bluetooth adapter for paired Bluetooth devices</li>
9 <li>Transfering data over Bluetooth</li>
  /external/bluetooth/bluez/audio/
bluetooth.conf 9 # "/etc/alsa/bluetooth.conf"
20 type bluetooth
24 pcm.bluetooth {
32 type bluetooth
  /frameworks/base/core/java/android/bluetooth/
package.html 3 Provides classes that manage Bluetooth functionality, such as scanning for
6 <p>The Bluetooth APIs let applications:</p>
8 <li>Scan for other Bluetooth devices</li>
9 <li>Query the local Bluetooth adapter for paired Bluetooth devices</li>
16 To perform Bluetooth communication using these APIs, an application must
17 declare the {@link android.Manifest.permission#BLUETOOTH} permission. Some
23 <p>For a detailed guide to using the Bluetooth APIs, see the <a
24 href="{@docRoot}guide/topics/wireless/bluetooth.html">Bluetooth Dev Guide topic</a>.</p
    [all...]
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...]
IBluetoothHeadset.aidl 17 package android.bluetooth;
19 import android.bluetooth.BluetoothDevice;
22 * System private API for Bluetooth Headset service
IBluetoothPbap.aidl 17 package android.bluetooth;
19 import android.bluetooth.BluetoothDevice;
22 * System private API for Bluetooth pbap service
BluetoothDevice.java 17 package android.bluetooth;
34 * Represents a remote Bluetooth device. A {@link BluetoothDevice} lets you
38 * <p>This class is really just a thin wrapper for a Bluetooth hardware
40 * are performed on the remote Bluetooth hardware address, using the
55 * Requires the {@link android.Manifest.permission#BLUETOOTH} permission.
78 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} to receive.
83 "android.bluetooth.device.action.FOUND";
90 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} to receive.
95 "android.bluetooth.device.action.DISAPPEARED";
98 * Broadcast Action: Bluetooth class of a remote device has changed
    [all...]
  /external/bluetooth/bluez/rfcomm/
rfcomm.conf 9 # # Bluetooth address of the device
16 # comment "Example Bluetooth device";
  /system/bluetooth/bluedroid/
Android.mk 10 bluetooth.c
14 system/bluetooth/bluez-clean-headers
  /frameworks/base/docs/html/guide/topics/wireless/
bluetooth.jd 1 page.title=Bluetooth
8 <li>{@link android.bluetooth.BluetoothAdapter}</li>
9 <li>{@link android.bluetooth.BluetoothDevice}</li>
10 <li>{@link android.bluetooth.BluetoothSocket}</li>
11 <li>{@link android.bluetooth.BluetoothServerSocket}</li>
17 <li><a href="#Permissions">Bluetooth Permissions</a></li>
18 <li><a href="#SettingUp">Setting Up Bluetooth</a></li>
39 <li><a href="{@docRoot}resources/samples/BluetoothChat/index.html">Bluetooth Chat sample
47 <p>The Android platform includes support for the Bluetooth network stack,
48 which allows a device to wirelessly exchange data with other Bluetooth devices
    [all...]
index.jd 15 <h2>Bluetooth</h2>
16 <p>The Android platform includes support for the Bluetooth network stack, which allows a device to
17 wirelessly exchange data with other Bluetooth devices. The application framework provides access to
18 the Bluetooth functionality through the Android Bluetooth APIs. These APIs let applications
19 wirelessly connect to other Bluetooth devices, enabling point-to-point and multipoint wireless
  /external/bluetooth/bluez/lib/
Makefile.am 4 libbluetooth_la_SOURCES = bluetooth.c hci.c sdp.c
  /external/bluetooth/bluez/
bluez.m4 21 AC_CHECK_HEADER(bluetooth/bluetooth.h,, AC_MSG_ERROR(Bluetooth header files not found))
32 AC_CHECK_LIB(bluetooth, hci_open_dev, BLUEZ_LIBS="$BLUEZ_LIBS -lbluetooth", AC_MSG_ERROR(Bluetooth library not found))
33 AC_CHECK_LIB(bluetooth, sdp_connect,, AC_CHECK_LIB(sdp, sdp_connect, BLUEZ_LIBS="$BLUEZ_LIBS -lsdp"))
  /external/bluetooth/bluez/tools/
hcitool.1 3 hcitool \- configure Bluetooth connections
13 is used to configure Bluetooth connections and send some special command to
14 Bluetooth devices. If no
33 , which must be the name of an installed Bluetooth device. If not specified,
34 the command will be sent to the first available Bluetooth device.
41 Inquire remote devices. For each discovered device, Bluetooth device address,
48 Print device name of remote device with Bluetooth address
53 Bluetooth address
74 Create baseband connection to remote device with Bluetooth address
105 Delete baseband connection from remote device with Bluetooth addres
    [all...]
  /development/apps/BluetoothDebug/src/com/android/bluetoothdebug/
DebugReceiver.java 19 import android.bluetooth.BluetoothA2dp;
20 import android.bluetooth.BluetoothAdapter;
21 import android.bluetooth.BluetoothClass;
22 import android.bluetooth.BluetoothDevice;
23 import android.bluetooth.BluetoothDevicePicker;
24 import android.bluetooth.BluetoothHeadset;
32 * Prints Bluetooth intents to logcat. For example:
57 // android.bluetooth.device.extra.DEVICE -> a.b.device.e.DEVICE
60 .replace("bluetooth", "b")
  /external/bluetooth/bluez/src/
Makefile.am 5 dbus_DATA = bluetooth.conf
7 confdir = $(sysconfdir)/bluetooth
11 statedir = $(localstatedir)/lib/bluetooth
33 plugindir = $(libdir)/bluetooth/plugins
45 EXTRA_DIST = bluetooth.conf bluetoothd.8 main.conf
  /system/bluetooth/bluedroid/include/bluedroid/
bluetooth.h 22 #include <bluetooth/bluetooth.h>
24 /* Enable the bluetooth interface.
27 * Will block until the HCI interface and bluetooth daemons are ready to
33 /* Disable the bluetooth interface.
  /external/bluetooth/bluez/compat/
hidd.1 2 .TH HIDD "1" "May 2004" "hidd - Bluetooth HID daemon" "User Commands"
4 hidd \- Bluetooth HID daemon
6 hidd - Bluetooth HID daemon
  /device/htc/passion/
init.mahimahi.rc 12 # bluetooth power up/down interface
13 chown bluetooth bluetooth /sys/class/rfkill/rfkill0/type
14 chown bluetooth bluetooth /sys/class/rfkill/rfkill0/state
17 # bluetooth MAC address programming
18 chown bluetooth bluetooth /sys/module/board_mahimahi/parameters/bdaddr
21 # bluetooth car dock pin
91 user bluetooth
    [all...]

Completed in 779 milliseconds

1 2 3 4 5 6 7 8 91011>>