Home | History | Annotate | Download | only in health

Lines Matching defs:bluetooth

17 package com.example.bluetooth.health;
23 import android.bluetooth.BluetoothAdapter;
24 import android.bluetooth.BluetoothDevice;
47 * Main user interface for the Sample application. All Bluetooth health-related
55 // Below are some examples. Refer to relevant Bluetooth HDP specifications for detail.
130 // Check for Bluetooth availability on the Android platform.
232 // If Bluetooth is not on, request that it be enabled.
242 * Ensures user has turned on Bluetooth on the Android device.
258 * Used by {@link SelectDeviceDialogFragment} to record the bonded Bluetooth device selected
261 * @param position Position of the bonded Bluetooth device in the array.
283 // Intent filter and broadcast receive to handle Bluetooth on event.
336 * Dialog to display a list of bonded Bluetooth devices for user to select from. This is