Searched
full:bluetooth (Results
501 -
525 of
1267) sorted by null
<<21222324252627282930>>
/prebuilt/sdk/12/ |
framework.aidl | 7 parcelable android.bluetooth.BluetoothDevice;
|
/prebuilt/sdk/13/ |
framework.aidl | 7 parcelable android.bluetooth.BluetoothDevice;
|
/prebuilt/sdk/6/ |
framework.aidl | 7 parcelable android.bluetooth.BluetoothDevice;
|
/prebuilt/sdk/7/ |
framework.aidl | 7 parcelable android.bluetooth.BluetoothDevice;
|
/prebuilt/sdk/8/ |
framework.aidl | 7 parcelable android.bluetooth.BluetoothDevice;
|
/prebuilt/sdk/9/ |
framework.aidl | 7 parcelable android.bluetooth.BluetoothDevice;
|
/system/bluetooth/tools/ |
Android.mk | 15 system/bluetooth/bluez-clean-headers
|
bttest.c | 25 #include <bluedroid/bluetooth.h>
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/ |
README.txt | 36 Bluetooth connection is possible but cable connection is 50 This speaker works well with Bluetooth as well as a wired connection. 52 bugs under Bluetooth.
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
ConnectionAccessServerActivity.java | 17 package com.android.cts.verifier.bluetooth; 23 import android.bluetooth.BluetoothAdapter; 43 "android.bluetooth.device.action.CONNECTION_ACCESS_REQUEST";
|
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/ |
DeviceListActivity.java | 22 import android.bluetooth.BluetoothAdapter; 23 import android.bluetooth.BluetoothDevice; 102 // Get the local Bluetooth adapter
|
/device/moto/wingray/ |
device_base.mk | 94 # Bluetooth config file 96 system/bluetooth/data/main.nonsmartphone.conf:system/etc/bluetooth/main.conf \
|
/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> 197 uri = g_strdup_printf("bluetooth://%c%c%c%c%c%c%c%c%c%c%c%c", 204 printf("direct %s \"%s\" \"%s (Bluetooth)\"", uri, escaped, escaped); 734 fprintf(stderr, "Invalid Bluetooth address '%s'\n", 744 fprintf(stderr, "Usage: bluetooth job-id user title copies" 746 fprintf(stderr, " bluetooth --get-deviceid [bdaddr]\n") [all...] |
/external/bluetooth/bluez/src/ |
dbus-common.c | 3 * BlueZ - Bluetooth protocol stack for Linux 37 #include <bluetooth/bluetooth.h>
|
plugin.c | 3 * BlueZ - Bluetooth protocol stack for Linux 33 #include <bluetooth/bluetooth.h>
|
/external/bluetooth/bluez/tools/ |
hciattach_st.c | 3 * BlueZ - Bluetooth protocol stack for Linux 38 #include <bluetooth/bluetooth.h>
|
/frameworks/base/core/java/android/bluetooth/ |
HeadsetBase.java | 17 package android.bluetooth; 25 * The Android Bluetooth API is not finalized, and *will* change. Use at your 35 private static final String TAG = "Bluetooth HeadsetBase";
|
/frameworks/base/services/java/com/android/server/ |
DockObserver.java | 19 import android.bluetooth.BluetoothAdapter; 20 import android.bluetooth.BluetoothDevice; 150 // Check if this is Bluetooth Dock
|
SystemServer.java | 21 import android.bluetooth.BluetoothAdapter; 125 BluetoothService bluetooth = null; local 222 // Skip Bluetooth if we have an emulator kernel 224 // support Bluetooth - see bug 988521 228 Slog.i(TAG, "No Bluetooth Service (factory test)"); 230 Slog.i(TAG, "Bluetooth Service"); 231 bluetooth = new BluetoothService(context); 232 ServiceManager.addService(BluetoothAdapter.BLUETOOTH_SERVICE, bluetooth); 233 bluetooth.initAfterRegistration(); 234 bluetoothA2dp = new BluetoothA2dpService(context, bluetooth); [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppBtEnablingActivity.java | 33 package com.android.bluetooth.opp; 35 import com.android.bluetooth.R; 39 import android.bluetooth.BluetoothAdapter;
|
BluetoothOppPreference.java | 33 package com.android.bluetooth.opp; 37 import android.bluetooth.BluetoothDevice; 44 * This class cache Bluetooth device name and channel locally. Its a temp
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
BluetoothDiscoverableEnabler.java | 17 package com.android.settings.bluetooth; 19 import android.bluetooth.BluetoothAdapter; 47 // Bluetooth advanced settings screen was replaced with action bar items.
|
BluetoothNameDialogFragment.java | 17 package com.android.settings.bluetooth; 22 import android.bluetooth.BluetoothAdapter; 41 * Dialog fragment for renaming the local Bluetooth device.
|
BluetoothPermissionRequest.java | 17 package com.android.settings.bluetooth; 22 import android.bluetooth.BluetoothDevice; 32 * BluetoothPermissionRequest is a receiver to receive Bluetooth connection
|
DockService.java | 17 package com.android.settings.bluetooth; 20 import com.android.settings.bluetooth.LocalBluetoothProfileManager.ServiceListener; 25 import android.bluetooth.BluetoothA2dp; 26 import android.bluetooth.BluetoothAdapter; 27 import android.bluetooth.BluetoothDevice; 28 import android.bluetooth.BluetoothHeadset; 29 import android.bluetooth.BluetoothProfile; 57 // the bluetooth connection 61 // off Bluetooth 648 // Bluetooth was turning off as we were trying to turn it on [all...] |
Completed in 1773 milliseconds
<<21222324252627282930>>