HomeSort by relevance Sort by last modified time
    Searched full:bluetoothhealth (Results 1 - 24 of 24) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
HealthService.java 20 import android.bluetooth.BluetoothHealth;
167 BluetoothHealth.APP_CONFIG_REGISTRATION_FAILURE);
181 BluetoothHealth.APP_CONFIG_REGISTRATION_SUCCESS);
193 BluetoothHealth.APP_CONFIG_UNREGISTRATION_FAILURE);
205 BluetoothHealth.STATE_CHANNEL_DISCONNECTING,
206 BluetoothHealth.STATE_CHANNEL_DISCONNECTED,
209 BluetoothHealth.STATE_CHANNEL_DISCONNECTED,
210 BluetoothHealth.STATE_CHANNEL_DISCONNECTING,
220 BluetoothHealth.STATE_CHANNEL_DISCONNECTING,
221 BluetoothHealth.STATE_CHANNEL_CONNECTED
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothHealthAppConfiguration.java 25 * the {@link BluetoothHealth} class. This class represents an application configuration
46 mRole = BluetoothHealth.SINK_ROLE;
47 mChannelType = BluetoothHealth.CHANNEL_TYPE_ANY;
55 * @param role {@link BluetoothHealth#SOURCE_ROLE} or
56 * {@link BluetoothHealth#SINK_ROLE}
122 * @return One of {@link BluetoothHealth#SOURCE_ROLE} or
123 * {@link BluetoothHealth#SINK_ROLE}
132 * @return One of {@link BluetoothHealth#CHANNEL_TYPE_RELIABLE} or
133 * {@link BluetoothHealth#CHANNEL_TYPE_STREAMING} or
134 * {@link BluetoothHealth#CHANNEL_TYPE_ANY}
    [all...]
BluetoothHealthCallback.java 24 * This abstract class is used to implement {@link BluetoothHealth} callbacks.
37 * {@link BluetoothHealth#APP_CONFIG_REGISTRATION_SUCCESS} or
38 * {@link BluetoothHealth#APP_CONFIG_REGISTRATION_FAILURE} or
39 * {@link BluetoothHealth#APP_CONFIG_UNREGISTRATION_SUCCESS} or
40 * {@link BluetoothHealth#APP_CONFIG_UNREGISTRATION_FAILURE}
BluetoothHealth.java 35 * <p>BluetoothHealth is a proxy object for controlling the Bluetooth
40 * the BluetoothHealth proxy object. </li>
41 * <li> Create an {@link BluetoothHealth} callback and call
47 * devices will connect the channel automatically. The {@link BluetoothHealth}
58 public final class BluetoothHealth implements BluetoothProfile {
59 private static final String TAG = "BluetoothHealth";
469 * Create a BluetoothHealth proxy object.
471 /*package*/ BluetoothHealth(Context context, ServiceListener l) {
528 mServiceListener.onServiceConnected(BluetoothProfile.HEALTH, BluetoothHealth.this);
BluetoothProfile.java 182 * @param proxy - One of {@link BluetoothHealth}, {@link BluetoothHeadset} or
BluetoothAdapter.java     [all...]
  /development/samples/BluetoothHDP/src/com/example/bluetooth/health/
BluetoothHDPService.java 22 import android.bluetooth.BluetoothHealth;
45 * <a href="http://developer.android.com/reference/android/bluetooth/BluetoothHealth.html">BluetoothHealth</a>
47 * 1. Get a reference to the BluetoothHealth proxy object.
48 * 2. Create a BluetoothHealth callback and register an application configuration that acts as a
94 private BluetoothHealth mBluetoothHealth;
201 mBluetoothHealth = (BluetoothHealth) proxy;
219 if (status == BluetoothHealth.APP_CONFIG_REGISTRATION_FAILURE) {
222 } else if (status == BluetoothHealth.APP_CONFIG_REGISTRATION_SUCCESS) {
225 } else if (status == BluetoothHealth.APP_CONFIG_UNREGISTRATION_FAILURE |
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/14/changes/
pkg_android.bluetooth.html 84 <A NAME="BluetoothHealth"></A>
85 <nobr><A HREF="../../../../reference/android/bluetooth/BluetoothHealth.html" target="_top"><code>BluetoothHealth</code></A></nobr>
classes_index_additions.html 97 <A HREF="pkg_android.bluetooth.html#BluetoothHealth" class="hiddenlink" target="rightframe"><b>BluetoothHealth</b></A><br>
classes_index_all.html 135 <A HREF="pkg_android.bluetooth.html#BluetoothHealth" class="hiddenlink" target="rightframe"><b>BluetoothHealth</b></A><br>
    [all...]
alldiffs_index_additions.html 293 <!-- Class BluetoothHealth -->
294 <A HREF="pkg_android.bluetooth.html#BluetoothHealth" class="hiddenlink" target="rightframe"><b>BluetoothHealth</b></A><br>
    [all...]
alldiffs_index_all.html 445 <!-- Class BluetoothHealth -->
446 <A HREF="pkg_android.bluetooth.html#BluetoothHealth" class="hiddenlink" target="rightframe"><b>BluetoothHealth</b></A><br>
    [all...]
  /frameworks/base/docs/html/guide/topics/connectivity/
bluetooth.jd 137 <dt>{@link android.bluetooth.BluetoothHealth}</dt>
143 android.bluetooth.BluetoothHealth} callbacks. You must extend this class and
    [all...]
  /frameworks/base/docs/html/about/versions/
android-4.0.jd     [all...]
  /prebuilts/sdk/14/
android.jar 
  /development/sdk/
api-versions.xml     [all...]
  /frameworks/base/api/
current.txt     [all...]
  /frameworks/base/docs/html/
sitemap.txt     [all...]
  /prebuilts/sdk/api/
14.txt     [all...]
15.txt     [all...]
16.txt     [all...]
17.txt     [all...]
18.txt     [all...]
19.txt     [all...]

Completed in 1065 milliseconds