HomeSort by relevance Sort by last modified time
    Searched defs:bluetooth (Results 26 - 50 of 198) sorted by null

12 3 4 5 6 7 8

  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapConfig.java 18 package com.android.bluetooth.pbap;
20 import com.android.bluetooth.R;
BluetoothPbapReceiver.java 33 package com.android.bluetooth.pbap;
35 import android.bluetooth.BluetoothAdapter;
70 // Don't forward intent unless device has bluetooth and bluetooth is enabled.
BluetoothPbapRfcommTransport.java 33 package com.android.bluetooth.pbap;
35 import android.bluetooth.BluetoothSocket;
  /packages/apps/Settings/src/com/android/settings/bluetooth/
Utf8ByteLengthFilter.java 17 package com.android.settings.bluetooth;
34 * the installed base of Bluetooth devices would correctly handle the
LocalBluetoothProfile.java 17 package com.android.settings.bluetooth;
19 import android.bluetooth.BluetoothClass;
20 import android.bluetooth.BluetoothDevice;
24 * functionality related to a Bluetooth profile.
57 * @param device the Bluetooth device (to distinguish between PAN roles)
  /frameworks/base/core/java/android/bluetooth/
BluetoothHealthAppConfiguration.java 18 package android.bluetooth;
24 * The Bluetooth Health Application Configuration that is used in conjunction with
26 * that the Bluetooth Health third party application will register to communicate with the
27 * remote Bluetooth health device.
40 * @param dataType Data Type of the remote Bluetooth Health device
54 * @param dataType Data Type of the remote Bluetooth Health device
BluetoothGattDescriptor.java 17 package android.bluetooth;
22 * Represents a Bluetooth GATT Descriptor
119 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission.
130 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission.
180 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission.
BluetoothGattService.java 16 package android.bluetooth;
18 import android.bluetooth.BluetoothDevice;
25 * Represents a Bluetooth GATT Service
86 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission.
126 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission.
138 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission.
BluetoothManager.java 17 package android.bluetooth;
28 * and to conduct overall Bluetooth Management.
39 * <p>For more information about using BLUETOOTH, read the
40 * <a href="{@docRoot}guide/topics/connectivity/bluetooth.html">Bluetooth</a> developer guide.</p>
67 * Get the default BLUETOOTH Adapter for this device.
69 * @return the default BLUETOOTH Adapter
79 * the connection state of the local Bluetooth adapter for certain profile.
81 * to know the state of Bluetooth.
83 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission
    [all...]
BluetoothProfile.java 18 package android.bluetooth;
23 * Public APIs for the Bluetooth Profiles.
35 * Bluetooth device.
37 public static final String EXTRA_STATE = "android.bluetooth.profile.extra.STATE";
43 * Bluetooth device.
46 "android.bluetooth.profile.extra.PREVIOUS_STATE";
138 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission.
151 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission.
163 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission.
165 * @param device Remote bluetooth device
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterApp.java 21 package com.android.bluetooth.btservice;
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapRfcommTransport.java 16 package com.android.bluetooth.map;
18 import android.bluetooth.BluetoothSocket;
BluetoothMapbMessageSms.java 15 package com.android.bluetooth.map;
22 import com.android.bluetooth.map.BluetoothMapSmsPdu.SmsPdu;
23 import com.android.bluetooth.map.BluetoothMapUtils.TYPE;
BluetoothMnsRfcommTransport.java 15 package com.android.bluetooth.map;
17 import android.bluetooth.BluetoothSocket;
BluetoothMapAuthenticator.java 15 package com.android.bluetooth.map;
BluetoothMapFolderElement.java 15 package com.android.bluetooth.map;
BluetoothMapMessageListing.java 15 package com.android.bluetooth.map;
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppBtEnableActivity.java 33 package com.android.bluetooth.opp;
35 import com.android.bluetooth.R;
BluetoothOppHandoverReceiver.java 17 package com.android.bluetooth.opp;
19 import android.bluetooth.BluetoothDevice;
BluetoothOppRfcommTransport.java 33 package com.android.bluetooth.opp;
41 import android.bluetooth.BluetoothSocket;
BluetoothOppTransferInfo.java 33 package com.android.bluetooth.opp;
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothRebootStressTest.java 17 package android.bluetooth;
25 * This test case tests that bluetooth is enabled after a device reboot. Because
51 * Test method used to start the test by turning bluetooth on.
60 * bluetooth is on. Does not toggle bluetooth after the check. Assumes that
61 * bluetooth has been turned on by {@code #testStart()}
71 * bluetooth is on. Toggles bluetooth after the check. Assumes that
72 * bluetooth has been turned on by {@code #testStart()}
84 * Test method used in the stop the test by turning bluetooth off. Assume
    [all...]
BluetoothTestRunner.java 17 package android.bluetooth;
27 * Instrumentation test runner for Bluetooth tests.
50 * -w com.android.bluetooth.tests/android.bluetooth.BluetoothTestRunner
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
SearchQueue.java 17 package com.android.bluetooth.gatt;
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
BluetoothCmeError.java 17 package com.android.bluetooth.hfp;

Completed in 276 milliseconds

12 3 4 5 6 7 8