Home | History | Annotate | Download | only in health

Lines Matching defs:bluetooth

17 package com.example.bluetooth.health;
20 import android.bluetooth.BluetoothAdapter;
21 import android.bluetooth.BluetoothDevice;
22 import android.bluetooth.BluetoothHealth;
23 import android.bluetooth.BluetoothHealthAppConfiguration;
24 import android.bluetooth.BluetoothHealthCallback;
25 import android.bluetooth.BluetoothProfile;
40 * This Service encapsulates Bluetooth Health API to establish, manage, and disconnect
41 * communication between the Android device and a Bluetooth HDP-enabled device. Possible HDP
45 * <a href="http://developer.android.com/reference/android/bluetooth/BluetoothHealth.html">BluetoothHealth</a>
73 // Reading data from Bluetooth HDP device.
141 * Make sure Bluetooth and health profile are available on the Android device. Stop service
149 // Bluetooth adapter isn't available. The client of the service is supposed to
174 // Register health application through the Bluetooth Health API.
179 // Unregister health application through the Bluetooth Health API.
184 // Connect channel through the Bluetooth Health API.
190 // Disconnect channel through the Bluetooth Health API.