Searched defs:BluetoothHealth (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHealth.java34 * <p>BluetoothHealth is a proxy object for controlling the Bluetooth
39 * the BluetoothHealth proxy object. </li>
40 * <li> Create an {@link BluetoothHealth} callback and call
46 * devices will connect the channel automatically. The {@link BluetoothHealth}
57 public final class BluetoothHealth implements BluetoothProfile { class in inherits:BluetoothProfile
58 private static final String TAG = "BluetoothHealth";
468 * Create a BluetoothHealth proxy object.
470 /*package*/ BluetoothHealth(Context context, ServiceListener l) { method in class:BluetoothHealth
528 mServiceListener.onServiceConnected(BluetoothProfile.HEALTH, BluetoothHealth.this);

Completed in 44 milliseconds