Home
last modified time | relevance | path

Searched refs:BluetoothHealth (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothHealthAppConfiguration.java46 mRole = BluetoothHealth.SINK_ROLE; in BluetoothHealthAppConfiguration()
47 mChannelType = BluetoothHealth.CHANNEL_TYPE_ANY; in BluetoothHealthAppConfiguration()
DBluetoothHealth.java57 public final class BluetoothHealth implements BluetoothProfile { class
470 /*package*/ BluetoothHealth(Context context, ServiceListener l) { in BluetoothHealth() method in BluetoothHealth
528 mServiceListener.onServiceConnected(BluetoothProfile.HEALTH, BluetoothHealth.this);
DBluetoothAdapter.java1335 BluetoothHealth health = new BluetoothHealth(context, listener); in getProfileProxy()
1388 BluetoothHealth health = (BluetoothHealth)proxy; in closeProfileProxy()
/frameworks/base/docs/html/guide/topics/connectivity/
Dbluetooth.jd137 <dt>{@link android.bluetooth.BluetoothHealth}</dt>
143 android.bluetooth.BluetoothHealth} callbacks. You must extend this class and
1012 includes the classes {@link android.bluetooth.BluetoothHealth}, {@link
1055 <li>Get a reference to the {@link android.bluetooth.BluetoothHealth} proxy
/frameworks/base/docs/html/about/versions/
Dandroid-4.0.jd721 <p>Once you’ve acquired the Health Profile proxy (the {@link android.bluetooth.BluetoothHealth}
732 android.bluetooth.BluetoothHealth} APIs.</li>
736 android.bluetooth.BluetoothHealth}.</p>
/frameworks/base/docs/html/
Dsitemap.txt3010 http://developer.android.com/reference/android/bluetooth/BluetoothHealth.html
/frameworks/base/api/
Dcurrent.txt6399 public final class BluetoothHealth implements android.bluetooth.BluetoothProfile {