HomeSort by relevance Sort by last modified time
    Searched refs:HEALTH (Results 1 - 13 of 13) sorted by null

  /frameworks/base/core/java/android/bluetooth/
BluetoothProfile.java 68 * Health Profile
70 public static final int HEALTH = 3;
174 * @param profile - One of {@link #HEALTH}, {@link #HEADSET} or
184 * @param profile - One of {@link #HEALTH}, {@link #HEADSET} or
BluetoothClass.java 162 public static final int HEALTH = 0x0900;
220 // Devices in the HEALTH major class
BluetoothHealth.java 33 * Public API for Bluetooth Health Profile.
38 * <p> How to connect to a health device which is acting in the source role.
46 * <li> Connect to a health device using {@link #connectChannelToSource}. Some
50 * write data to the health channel. </li>
51 * <li> The received data needs to be interpreted using a health manager which
53 * <li> When done, close the health channel by calling {@link #disconnectChannel}
64 * Health Profile Source Role - the health device.
69 * Health Profile Sink Role the device talking to the health device
    [all...]
BluetoothAdapter.java 1174 BluetoothHealth health = new BluetoothHealth(context, listener); local
1213 BluetoothHealth health = (BluetoothHealth)proxy; local
    [all...]
  /development/samples/BluetoothHDP/src/com/example/bluetooth/health/
BluetoothHDPService.java 17 package com.example.bluetooth.health;
40 * This Service encapsulates Bluetooth Health API to establish, manage, and disconnect
49 * Health SINK.
50 * 3. Establish connection to a health device. Some devices will initiate the connection. It is
52 * 4. When connected successfully, read / write to the health device using the file descriptor.
53 * The received data needs to be interpreted using a health manager which implements the
55 * 5. When done, close the health channel and unregister the application. The channel will
83 // Register health application.
85 // Unregister health application.
114 // Register health application
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
HealthService.java 54 * Provides Bluetooth Health Device profile, as a service in
330 Log.w(TAG,"Health call not allowed for non-active user");
511 if (VDBG) log ("Health Device Application: " + config + " State Change: status:" + status);
592 log("Health Device Callback: " + device + " State Change: " + prevState + "->" +
705 notifyProfileConnectionStateChanged(device, BluetoothProfile.HEALTH, newDeviceState, prevDeviceState);
725 Log.e(TAG, "Mismatch in Channel and Health Device State: " + state);
    [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/6/
android.jar 

Completed in 94 milliseconds