Home | History | Annotate | Download | only in bluetooth

Lines Matching refs:health

1054      * Profile can be one of {@link BluetoothProfile#HEALTH}, {@link BluetoothProfile#HEADSET},
1316 * <p>Profile can be one of {@link BluetoothProfile#HEALTH}, {@link BluetoothProfile#HEADSET},
1324 * @param profile The Bluetooth profile; either {@link BluetoothProfile#HEALTH},
1350 } else if (profile == BluetoothProfile.HEALTH) {
1351 BluetoothHealth health = new BluetoothHealth(context, listener);
1369 * Profile can be one of {@link BluetoothProfile#HEALTH}, {@link BluetoothProfile#HEADSET} or
1403 case BluetoothProfile.HEALTH:
1404 BluetoothHealth health = (BluetoothHealth)proxy;
1405 health.close();