Home | History | Annotate | Download | only in health

Lines Matching defs:health

17 package com.example.bluetooth.health;
40 * This Service encapsulates Bluetooth Health API to establish, manage, and disconnect
49 * Health SINK.
50 * 3. Establish connection to a health device. Some devices will initiate the connection. It is
52 * 4. When connected successfully, read / write to the health device using the file descriptor.
53 * The received data needs to be interpreted using a health manager which implements the
55 * 5. When done, close the health channel and unregister the application. The channel will
83 // Register health application.
85 // Unregister health application.
114 // Register health application.
118 // Unregister health application.
141 * Make sure Bluetooth and health profile are available on the Android device. Stop service
155 BluetoothProfile.HEALTH)) {
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.
200 if (profile == BluetoothProfile.HEALTH) {
208 if (profile == BluetoothProfile.HEALTH) {
282 // a health manager which implements the IEEE 11073-xxxxx specifications.