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

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHealthAppConfiguration.java25 * 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}
124 * @return One of {@link BluetoothHealth#SOURCE_ROLE} or
125 * {@link BluetoothHealth#SINK_ROLE}
134 * @return One of {@link BluetoothHealth#CHANNEL_TYPE_RELIABLE} or
135 * {@link BluetoothHealth#CHANNEL_TYPE_STREAMING} or
136 * {@link BluetoothHealth#CHANNEL_TYPE_AN
[all...]
H A DBluetoothHealth.java35 * <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 { class in inherits:BluetoothProfile
59 private static final String TAG = "BluetoothHealth";
469 * Create a BluetoothHealth proxy object.
471 /*package*/ BluetoothHealth(Context context, ServiceListener l) { method in class:BluetoothHealth
529 mServiceListener.onServiceConnected(BluetoothProfile.HEALTH, BluetoothHealth.this);
H A DBluetoothAdapter.java2043 BluetoothHealth health = new BluetoothHealth(context, listener);
2108 BluetoothHealth health = (BluetoothHealth)proxy;

Completed in 119 milliseconds