HomeSort by relevance Sort by last modified time
    Searched defs:BluetoothDevice (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/device/bluetooth/
bluetooth_device.cc 17 bool BluetoothDevice::IsUUIDValid(const std::string& uuid) {
21 BluetoothDevice::BluetoothDevice() {
24 BluetoothDevice::~BluetoothDevice() {
27 string16 BluetoothDevice::GetName() const {
36 string16 BluetoothDevice::GetAddressWithLocalizedDeviceTypeName() const {
38 BluetoothDevice::DeviceType device_type = GetDeviceType();
82 BluetoothDevice::DeviceType BluetoothDevice::GetDeviceType() const
    [all...]
bluetooth_device.h 23 // BluetoothDevice represents a remote Bluetooth device, both its properties and
31 // Since the lifecycle of BluetoothDevice instances is managed by
34 class BluetoothDevice {
90 virtual void RequestPinCode(BluetoothDevice* device) = 0;
101 virtual void RequestPasskey(BluetoothDevice* device) = 0;
112 virtual void DisplayPinCode(BluetoothDevice* device,
124 virtual void DisplayPasskey(BluetoothDevice* device,
140 virtual void KeysEntered(BluetoothDevice* device,
155 virtual void ConfirmPasskey(BluetoothDevice* device,
168 virtual ~BluetoothDevice();
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterProperties.java 20 import android.bluetooth.BluetoothDevice;
47 private ArrayList<BluetoothDevice> mBondedDevices = new ArrayList<BluetoothDevice>();
214 BluetoothDevice[] getBondedDevices() {
215 BluetoothDevice[] bondedDeviceList = new BluetoothDevice[0];
218 return (new BluetoothDevice[0]);
226 return (new BluetoothDevice[0]);
232 void onBondStateChanged(BluetoothDevice device, int state)
243 if (state == BluetoothDevice.BOND_BONDED)
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 35 * Represents a remote Bluetooth device. A {@link BluetoothDevice} lets you
43 * BluetoothDevice}.
45 * <p>To get a {@link BluetoothDevice}, use
67 public final class BluetoothDevice implements Parcelable {
68 private static final String TAG = "BluetoothDevice";
75 * <p><code>Intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE,
76 * BluetoothDevice.ERROR)</code>
190 * Used as a Parcelable {@link BluetoothDevice} extra field in every intent
191 * broadcast by this class. It contains the {@link BluetoothDevice} that
527 synchronized (BluetoothDevice.class)
    [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 112 milliseconds