Searched refs:HEALTH (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothProfile.java70 public static final int HEALTH = 3; field in interface:BluetoothProfile
174 * @param profile - One of {@link #HEALTH}, {@link #HEADSET} or
184 * @param profile - One of {@link #HEALTH}, {@link #HEADSET} or
H A DBluetoothClass.java162 public static final int HEALTH = 0x0900; field in class:BluetoothClass.Device.Major
220 // Devices in the HEALTH major class
H A DBluetoothHealth.java521 mServiceListener.onServiceConnected(BluetoothProfile.HEALTH, BluetoothHealth.this);
528 mServiceListener.onServiceDisconnected(BluetoothProfile.HEALTH);
H A DBluetoothAdapter.java883 * Profile can be one of {@link BluetoothProfile#HEALTH}, {@link BluetoothProfile#HEADSET},
1145 * <p>Profile can be one of {@link BluetoothProfile#HEALTH}, {@link BluetoothProfile#HEADSET},
1153 * @param profile The Bluetooth profile; either {@link BluetoothProfile#HEALTH},
1173 } else if (profile == BluetoothProfile.HEALTH) {
1186 * Profile can be one of {@link BluetoothProfile#HEALTH}, {@link BluetoothProfile#HEADSET} or
1212 case BluetoothProfile.HEALTH:

Completed in 75 milliseconds