Home | History | Annotate | Download | only in bluetooth

Lines Matching defs:health

902      * Profile can be one of {@link BluetoothProfile#HEALTH}, {@link BluetoothProfile#HEADSET},
1164 * <p>Profile can be one of {@link BluetoothProfile#HEALTH}, {@link BluetoothProfile#HEADSET},
1172 * @param profile The Bluetooth profile; either {@link BluetoothProfile#HEALTH},
1192 } else if (profile == BluetoothProfile.HEALTH) {
1193 BluetoothHealth health = new BluetoothHealth(context, listener);
1208 * Profile can be one of {@link BluetoothProfile#HEALTH}, {@link BluetoothProfile#HEADSET} or
1234 case BluetoothProfile.HEALTH:
1235 BluetoothHealth health = (BluetoothHealth)proxy;
1236 health.close();