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

<<11121314151617181920>>

  /development/pdk/docs/source/
overview-1.5.jd 177 <ul><li>Bluetooth</li>
178 <ul><li>Stereo Bluetooth support (A2DP and AVCRP profiles)
  /external/bluetooth/bluez/audio/
control.c 3 * BlueZ - Bluetooth protocol stack for Linux
40 #include <bluetooth/bluetooth.h>
41 #include <bluetooth/sdp.h>
42 #include <bluetooth/sdp_lib.h>
43 #include <bluetooth/l2cap.h>
239 /* Bluetooth Profile Descriptor List */
302 /* Bluetooth Profile Descriptor List */
gstsbcdec.c 3 * BlueZ - Bluetooth protocol stack for Linux
39 GST_ELEMENT_DETAILS("Bluetooth SBC decoder",
gstsbcparse.c 3 * BlueZ - Bluetooth protocol stack for Linux
39 GST_ELEMENT_DETAILS("Bluetooth SBC parser",
manager.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/sdp.h>
46 #include <bluetooth/sdp_lib.h>
  /external/bluetooth/bluez/common/
btio.c 3 * BlueZ - Bluetooth protocol stack for Linux
32 #include <bluetooth/bluetooth.h>
33 #include <bluetooth/l2cap.h>
34 #include <bluetooth/rfcomm.h>
35 #include <bluetooth/sco.h>
36 #include <bluetooth/hci.h>
37 #include <bluetooth/hci_lib.h>
  /external/bluetooth/bluez/include/bluetooth/
sdp_lib.h 3 * BlueZ - Bluetooth protocol stack for Linux
31 #include <bluetooth/bluetooth.h>
32 #include <bluetooth/hci.h>
111 * Bluetooth SPEC. If the status is 0xffff, call sdp_get_error function
120 * create an L2CAP connection to a Bluetooth device
304 * Bluetooth profile that this service conforms to.
533 * Extract the Bluetooth profile descriptor sequence from a record.
  /external/bluetooth/bluez/rfcomm/
main.c 3 * BlueZ - Bluetooth protocol stack for Linux
44 #include <bluetooth/bluetooth.h>
45 #include <bluetooth/hci.h>
46 #include <bluetooth/hci_lib.h>
47 #include <bluetooth/rfcomm.h>
409 snprintf(devname, MAXPATHLEN - 1, "/dev/bluetooth/rfcomm/%d", dev);
567 snprintf(devname, MAXPATHLEN - 1, "/dev/bluetooth/rfcomm/%d", dev);
  /external/bluetooth/bluez/serial/
proxy.c 3 * BlueZ - Bluetooth protocol stack for Linux
44 #include <bluetooth/bluetooth.h>
45 #include <bluetooth/hci.h>
46 #include <bluetooth/hci_lib.h>
47 #include <bluetooth/sdp.h>
48 #include <bluetooth/sdp_lib.h>
49 #include <bluetooth/rfcomm.h>
  /external/bluetooth/bluez/tools/
avctrl.c 3 * BlueZ - Bluetooth protocol stack for Linux
169 printf("avctrl - Bluetooth Audio/Video control utility\n\n");
  /external/qemu/
bt-vhci.c 108 fprintf(stderr, "qemu: error %i writing bluetooth packet.\n",
121 fprintf(stderr, "qemu: error %i writing bluetooth packet.\n",
  /frameworks/base/core/java/android/bluetooth/
BluetoothUuid.java 17 package android.bluetooth;
30 /* See Bluetooth Assigned Numbers document - SDP section, to get the values of UUIDs
  /frameworks/base/core/java/android/server/
BluetoothEventLoop.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.BluetoothUuid;
72 private static final String BLUETOOTH_PERM = android.Manifest.permission.BLUETOOTH;
378 // for bluetooth docks.
633 "restarting Bluetooth ***");
  /frameworks/base/docs/html/guide/samples/
index.jd 48 <dt><a href="{@docRoot}resources/samples/BluetoothChat/index.html">Bluetooth Chat</a></dt>
49 <dd>An application for two-way text messaging over Bluetooth.</dd>
  /frameworks/base/docs/html/resources/samples/
index.jd 29 <dt><a href="BluetoothChat/index.html">Bluetooth Chat</a></dt>
30 <dd>An application for two-way text messaging over Bluetooth.</dd>
  /frameworks/base/docs/html/sdk/
android-1.5-highlights.jd 81 <li>Bluetooth&nbsp;
83 <li>Stereo Bluetooth support (A2DP and AVCRP profiles)</li>
  /frameworks/base/obex/javax/obex/
SessionNotifier.java 58 * <H4>Additional Note for OBEX over Bluetooth</H4> If this method is called
95 * <H4>Additional Note for OBEX over Bluetooth</H4> If this method is called
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppIncomingFileConfirmActivity.java 33 package com.android.bluetooth.opp;
35 import com.android.bluetooth.R;
BluetoothOppSendFileInfo.java 33 package com.android.bluetooth.opp;
110 // bluetooth
BluetoothOppProvider.java 33 package com.android.bluetooth.opp;
52 * This provider allows application to interact with Bluetooth OPP manager
94 sURIMatcher.addURI("com.android.bluetooth.opp", "btopp", SHARES);
95 sURIMatcher.addURI("com.android.bluetooth.opp", "btopp/#", SHARES_ID);
96 sURIMatcher.addURI("com.android.bluetooth.opp", "live_folders/received",
  /packages/apps/VoiceDialer/res/values/
strings.xml 52 <string name="bluetooth_title">Bluetooth Voice Dialer</string>
74 <!-- displayed when the connection tot he bluetooth headset is lost -->
  /external/bluetooth/bluez/plugins/
hciops.c 3 * BlueZ - Bluetooth protocol stack for Linux
40 #include <bluetooth/bluetooth.h>
41 #include <bluetooth/hci.h>
42 #include <bluetooth/hci_lib.h>
  /external/bluetooth/bluez/src/
sdpd-service.c 3 * BlueZ - Bluetooth protocol stack for Linux
38 #include <bluetooth/bluetooth.h>
39 #include <bluetooth/sdp.h>
40 #include <bluetooth/sdp_lib.h>
  /frameworks/base/core/jni/
android_bluetooth_BluetoothAudioGateway.cpp 51 #include <bluetooth/bluetooth.h>
52 #include <bluetooth/rfcomm.h>
53 #include <bluetooth/sco.h>
547 "android/bluetooth/BluetoothAudioGateway", sMethods,
  /packages/apps/Phone/src/com/android/phone/
BluetoothAtPhonebook.java 19 import android.bluetooth.AtCommandHandler;
20 import android.bluetooth.AtCommandResult;
21 import android.bluetooth.AtParser;
361 // Pass in the package name of the Bluetooth PBAB support so that this
365 "com.android.bluetooth")

Completed in 522 milliseconds

<<11121314151617181920>>