HomeSort by relevance Sort by last modified time
    Searched full:bluetooth (Results 101 - 125 of 1961) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowBluetoothAdapter.java 3 import android.bluetooth.BluetoothAdapter;
4 import android.bluetooth.BluetoothDevice;
  /frameworks/base/core/java/android/bluetooth/
IBluetoothCallback.aidl 17 package android.bluetooth;
20 * System private API for Bluetooth service callbacks.
IBluetoothHeadsetPhone.aidl 17 package android.bluetooth;
20 * API for Bluetooth Headset Phone Service in phone app
IBluetoothManagerCallback.aidl 17 package android.bluetooth;
19 import android.bluetooth.IBluetooth;
IBluetoothStateChangeCallback.aidl 17 package android.bluetooth;
20 * System private API for Bluetooth state change callback.
IBluetoothA2dp.aidl 17 package android.bluetooth;
19 import android.bluetooth.BluetoothDevice;
22 * APIs for Bluetooth A2DP service
IBluetoothInputDevice.aidl 17 package android.bluetooth;
19 import android.bluetooth.BluetoothDevice;
22 * API for Bluetooth HID service
IBluetoothMap.aidl 17 package android.bluetooth;
19 import android.bluetooth.BluetoothDevice;
22 * System private API for Bluetooth MAP service
  /frameworks/native/data/etc/
android.hardware.bluetooth.xml 16 <!-- Adds the feature indicating support for the Bluetooth API -->
18 <feature name="android.hardware.bluetooth" />
  /hardware/ti/wlan/mac80211/ti-utils/uim_rfkill/
readme.txt 8 It needs to be run at boot, Since linux flavors might require Bluetooth or
16 group media bluetooth
  /device/generic/x86/
BoardConfig.mk 17 BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/generic/common/bluetooth
  /external/chromium_org/chromeos/dbus/
bluetooth_agent_service_provider.h 19 // the bluetooth daemon can communicate with during a remote device pairing
27 // chromeos::BluetoothDeviceClient::Pair() method, the Bluetooth daemon will
66 // Bluetooth daemon, generally at the end of a pairing request. It may be
70 // This method will be called when the Bluetooth daemon requires a
75 // PIN Codes are generally required for Bluetooth 2.0 and earlier devices
80 // This method will be called when the Bluetooth daemon requires that the
86 // This is used for Bluetooth 2.0 and earlier keyboard devices, the
92 // This method will be called when the Bluetooth daemon requires a
98 // Passkeys are generally required for Bluetooth 2.1 and later devices
104 // This method will be called when the Bluetooth daemon requires that th
    [all...]
bluetooth_adapter_client.h 22 // local Bluetooth Adapters.
25 // Structure of properties associated with bluetooth adapters.
27 // The Bluetooth device address of the adapter. Read-only.
30 // The Bluetooth system name, generally derived from the hostname.
33 // The Bluetooth friendly name of the adapter, unlike remote devices,
38 // The Bluetooth class of the adapter device. Read-only.
44 // Whether the adapter is discoverable by other Bluetooth devices.
50 // Bluetooth devices. |pairable_timeout| is used to automatically disable
60 // other Bluetooth devices after |discoverable| is set to true. Zero
64 // Indicates that the adapter is discovering other Bluetooth Devices
    [all...]
  /external/chromium_org/device/bluetooth/test/
mock_bluetooth_adapter.cc 5 #include "device/bluetooth/test/mock_bluetooth_adapter.h"
mock_bluetooth_profile.h 8 #include "device/bluetooth/bluetooth_profile.h"
  /hardware/ti/wpan/
ti-wpan-products.mk 18 device/ti/proprietary-open/wl12xx/wpan/bluetooth/TIInit_10.6.15.bts:system/etc/firmware/TIInit_10.6.15.bts \
19 device/ti/proprietary-open/wl12xx/wpan/bluetooth/TIInit_7.2.31.bts:system/etc/firmware/TIInit_7.2.31.bts \
20 device/ti/proprietary-open/wl12xx/wpan/bluetooth/TIInit_7.6.15.bts:system/etc/firmware/TIInit_7.6.15.bts \
21 device/ti/proprietary-open/wl12xx/wpan/bluetooth/TIInit_12.7.27.bts:system/etc/firmware/TIInit_12.7.27.bts \
  /packages/apps/Bluetooth/tests/
Android.mk 16 LOCAL_INSTRUMENTATION_FOR := Bluetooth
  /device/lge/hammerhead/
ueventd.hammerhead.rc 19 /dev/smd7 0660 bluetooth bluetooth
42 /dev/ttyHS99 0660 bluetooth net_bt_stack
  /docs/source.android.com/src/accessories/
audio.jd 21 if your accessory will use Universal Serial Bus (USB) or a Bluetooth connection to stream music or
46 <h2 id="audio-over-bluetooth">Audio over Bluetooth</h2>
47 <p>An accessory that connects with Android over Bluetooth can use an Advanced Audio Distribution
48 Profile (A2DP) connection stream music for playback. Playing audio over a Bluetooth with A2DP is
50 that supports this profile using the system Settings &gt; Bluetooth and play music directly to the
55 <a href="http://developer.android.com/reference/android/bluetooth/BluetoothA2dp.html"><code>BluetoothA2dp</code></a>
58 <p>To get started on building an audio accessory that uses a Bluetooth connection:</p>
60 <li>Select a hardware platform or build an hardware device that can support Bluetooth
65 of an audio playback accessory using a Bluetooth connection.</li
    [all...]
custom.jd 55 <h2 id="connecting-over-bluetooth">Connecting over Bluetooth</h2>
56 <p>An accessory that connects with Android devices over a Bluetooth connection can use the
58 Advanced Audio Distribution Profile (A2DP) profile. An accessory that uses Bluetooth to connect to
59 Android devices must support Bluetooth communications and at least one of the supported connection
61 <p>Users must enable Bluetooth on their Android device and pair with your accessory in order to
65 <p>To get started on building an Android accessory that uses a Bluetooth connection:</p>
67 <li>Select a hardware platform or build an hardware device that can support Bluetooth
71 of general data communications and audio streaming using a Bluetooth connection.</li>
73 via Bluetooth, review the ADK 2012 Androi
    [all...]
  /external/chromium_org/chrome/common/extensions/permissions/
bluetooth_permission.h 17 // Bluetooth Profile.
22 // A Bluetooth profile uuid that should be checked for permission to access.
34 // Bluetooth APIs without implementing a profile.
  /external/chromium_org/device/bluetooth/
bluetooth_adapter_factory.h 12 #include "device/bluetooth/bluetooth_adapter.h"
17 // instantiate either a specific Bluetooth adapter, or the generic "default
24 // Returns true if the Bluetooth adapter is available for the current
  /frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsBT/src/com/android/framework/externalsharedpermsbttestapp/
ExternalSharedPermsBTTest.java 18 import android.bluetooth.BluetoothAdapter;
26 /** The use of bluetooth below is simply to simulate an activity that tries to use bluetooth
  /packages/apps/Bluetooth/res/values/
strings_pbap.xml 4 <string name="pbap_session_key_dialog_header">Bluetooth session key required</string>
8 <!-- Notification title when a Bluetooth device wants to pair with us -->
10 <!-- Notification message when a Bluetooth device wants to pair with us -->
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDiscoveryReceiver.java 17 package com.android.settings.bluetooth;
19 import android.bluetooth.BluetoothAdapter;
27 * Bluetooth adapter starts or finishes discovery mode. This

Completed in 575 milliseconds

1 2 3 45 6 7 8 91011>>