Searched
full:bluetooth (Results
276 -
300 of
758) sorted by null
<<11121314151617181920>>
/external/bluetooth/hcidump/parser/ |
avctp.c | 3 * BlueZ - Bluetooth protocol stack for Linux
|
ericsson.c | 3 * BlueZ - Bluetooth protocol stack for Linux
|
sdp.h | 3 * BlueZ - Bluetooth protocol stack for Linux 28 /* Bluetooth assigned UUIDs for protocols */ 51 /* Bluetooth assigned UUIDs for Service Classes */ 119 /* Bluetooth assigned numbers for Attribute IDs */
|
/packages/apps/Bluetooth/res/values-el/ |
strings_pbap.xml | 7 <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"?????????? ?????? ???????? ???????? Bluetooth"</string>
|
/packages/apps/Bluetooth/res/values-ja/ |
strings_pbap.xml | 7 <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"Bluetooth????????????"</string>
|
/packages/apps/Bluetooth/res/values-ko/ |
strings_pbap.xml | 7 <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"Bluetooth ?? ? ??"</string>
|
/packages/apps/Bluetooth/res/values-ru/ |
strings_pbap.xml | 7 <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"????????? ???? ?????? Bluetooth."</string>
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppRfcommListener.java | 33 package com.android.bluetooth.opp; 39 import android.bluetooth.BluetoothAdapter; 40 import android.bluetooth.BluetoothServerSocket; 41 import android.bluetooth.BluetoothSocket;
|
BluetoothOppTransferAdapter.java | 33 package com.android.bluetooth.opp; 35 import com.android.bluetooth.R; 37 import android.bluetooth.BluetoothAdapter; 38 import android.bluetooth.BluetoothDevice;
|
Constants.java | 33 package com.android.bluetooth.opp; 47 * Bluetooth OPP internal constants definition 89 public static final String THIS_PACKAGE_NAME = "com.android.bluetooth"; 147 /** Where we store Bluetooth received files on the external storage */ 148 public static final String DEFAULT_STORE_SUBDIR = "/bluetooth";
|
/packages/apps/Phone/res/drawable-finger/ |
btn_dial_blue.xml | 18 DTMF dialpad (see non_drawer_dialpad.xml) when bluetooth is used.
|
/system/bluetooth/data/ |
Android.mk | 19 dest_dir := $(TARGET_OUT)/etc/bluetooth
|
/external/bluetooth/bluez/src/ |
main.c | 3 * BlueZ - Bluetooth protocol stack for Linux 41 #include <bluetooth/bluetooth.h> 42 #include <bluetooth/hci.h> 43 #include <bluetooth/hci_lib.h> 421 start_logging("bluetoothd", "Bluetooth daemon %s", VERSION); 462 * best order of how to init various subsystems of the Bluetooth
|
/external/bluetooth/bluez/common/ |
glib-helper.c | 3 * BlueZ - Bluetooth protocol stack for Linux 35 #include <bluetooth/bluetooth.h> 36 #include <bluetooth/hci.h> 37 #include <bluetooth/hci_lib.h> 38 #include <bluetooth/rfcomm.h> 39 #include <bluetooth/l2cap.h> 40 #include <bluetooth/sco.h> 41 #include <bluetooth/sdp.h> 42 #include <bluetooth/sdp_lib.h [all...] |
/external/bluetooth/bluez/cups/ |
main.c | 3 * BlueZ - Bluetooth protocol stack for Linux 38 #include <bluetooth/bluetooth.h> 39 #include <bluetooth/sdp.h> 40 #include <bluetooth/sdp_lib.h> 222 uri = g_strdup_printf("bluetooth://%c%c%c%c%c%c%c%c%c%c%c%c", 229 printf("network %s \"Unknown\" \"%s (Bluetooth)\"", uri, escaped); 657 fprintf(stderr, "Usage: bluetooth job-id user title copies options [file]\n"); 676 if (strncasecmp(uri, "bluetooth://", 12)) { 718 fprintf(stderr, "ERROR: Can't open Bluetooth connection\n") [all...] |
/frameworks/base/core/java/android/bluetooth/ |
AtParser.java | 17 package android.bluetooth; 19 import android.bluetooth.AtCommandHandler; 20 import android.bluetooth.AtCommandResult; 29 * Bluetooth Headset and Handsfree Profiles, as per Bluetooth SIP 31 * Bluetooth - such as chained commands.<p> 57 * they are used heavily in Bluetooth.<p> 59 * Basic commands cannot be chained in this implementation. For Bluetooth 84 * <li>Bluetooth Headset Profile Spec (K6) 85 * <li>Bluetooth Handsfree Profile Spec (HFP 1.5 [all...] |
/external/bluetooth/bluez/compat/ |
dun.c | 3 * BlueZ - Bluetooth protocol stack for Linux 47 #include <bluetooth/bluetooth.h> 48 #include <bluetooth/rfcomm.h> 212 snprintf(tty, size, "/dev/bluetooth/rfcomm/%d", id);
|
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);
|
/external/bluetooth/bluez/network/ |
common.c | 3 * BlueZ - Bluetooth protocol stack for Linux 38 #include <bluetooth/bluetooth.h> 39 #include <bluetooth/l2cap.h> 40 #include <bluetooth/bnep.h>
|
/external/bluetooth/bluez/tools/ |
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>
|
/system/bluetooth/tools/ |
sock_shutdown_test.c | 36 #include <bluetooth/bluetooth.h> 37 #include <bluetooth/rfcomm.h> 38 #include <bluetooth/sco.h> 39 #include <bluetooth/l2cap.h>
|
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/ |
BluetoothChatService.java | 24 import android.bluetooth.BluetoothAdapter; 25 import android.bluetooth.BluetoothDevice; 26 import android.bluetooth.BluetoothServerSocket; 27 import android.bluetooth.BluetoothSocket; 35 * This class does all the work for setting up and managing Bluetooth 136 * Start the ConnectedThread to begin managing a Bluetooth connection
|
/external/bluetooth/bluez/input/ |
fakehid.c | 3 * BlueZ - Bluetooth protocol stack for Linux 35 #include <bluetooth/bluetooth.h> 36 #include <bluetooth/l2cap.h> 37 #include <bluetooth/hidp.h> 38 #include <bluetooth/sdp.h>
|
/external/bluetooth/bluez/lib/ |
bluetooth.c | 3 * BlueZ - Bluetooth protocol stack for Linux 38 #include <bluetooth/bluetooth.h> 39 #include <bluetooth/hci.h> 211 /* Bluetooth error codes to Unix errno mapping */ 416 return "Bluetooth SIG, Inc";
|
/external/bluetooth/bluez/test/ |
bdaddr.c | 3 * BlueZ - Bluetooth protocol stack for Linux 35 #include <bluetooth/bluetooth.h> 36 #include <bluetooth/hci.h> 37 #include <bluetooth/hci_lib.h> 303 printf("bdaddr - Utility for changing the Bluetooth device address\n\n");
|
Completed in 1124 milliseconds
<<11121314151617181920>>