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

  /frameworks/base/core/java/android/bluetooth/
BluetoothProfile.java 68 * Health Profile
70 public static final int HEALTH = 3;
164 * @param profile - One of {@link #HEALTH}, {@link #HEADSET} or
174 * @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 30 * Public API for Bluetooth Health Profile.
35 * <p> How to connect to a health device which is acting in the source role.
43 * <li> Connect to a health device using {@link #connectChannelToSource}. Some
47 * write data to the health channel. </li>
48 * <li> The received data needs to be interpreted using a health manager which
50 * <li> When done, close the health channel by calling {@link #disconnectChannel}
60 * Health Profile Source Role - the health device.
65 * Health Profile Sink Role the device talking to the health device
    [all...]
BluetoothAdapter.java 1163 BluetoothHealth health = new BluetoothHealth(context, listener); local
    [all...]
  /frameworks/base/core/java/android/server/
BluetoothHealthProfileHandler.java 40 * This handles all the operations on the Bluetooth Health profile.
251 // The function doesn't need to be synchronized, as the health profile handler
252 // will only allow one health channel object creation at a time.
388 errorLog("Health Channel is not present:" + channelPath);
496 debugLog("Health Device Callback: " + device + " State Change: "
521 debugLog("Health Device Application: " + config + " State Change: status:"
639 mBluetoothService.sendConnectionStateChange(device, BluetoothProfile.HEALTH,
660 errorLog("Mismatch in Channel and Health Device State");
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 341 milliseconds