Lines Matching full:bluetooth
129 <li><a href="#Bluetooth">Bluetooth Health Devices</a></li>
689 than a Bluetooth connection.</p>
769 <h3 id="Bluetooth">Bluetooth Health Devices</h3>
771 <p>Android now supports Bluetooth Health Profile devices, so you can create applications that use
772 Bluetooth to communicate with health devices that support Bluetooth, such as heart-rate monitors,
776 android.bluetooth.BluetoothAdapter#getProfileProxy getProfileProxy()} with a {@link
777 android.bluetooth.BluetoothProfile.ServiceListener} and the {@link
778 android.bluetooth.BluetoothProfile#HEALTH} profile type to establish a connection with the profile
781 <p>Once you?ve acquired the Health Profile proxy (the {@link android.bluetooth.BluetoothHealth}
783 Bluetooth classes:</p>
785 <li>{@link android.bluetooth.BluetoothHealthCallback}: You must extend this class and implement the
787 Bluetooth channel state.</li>
788 <li>{@link android.bluetooth.BluetoothHealthAppConfiguration}: During callbacks to your {@link
789 android.bluetooth.BluetoothHealthCallback}, you?ll receive an instance of this object, which
790 provides configuration information about the available Bluetooth health device, which you must use
792 android.bluetooth.BluetoothHealth} APIs.</li>
795 <p>For more information about using the Bluetooth Health Profile, see the documentation for {@link
796 android.bluetooth.BluetoothHealth}.</p>
1431 android.preference.SwitchPreference} for the Wi-Fi and Bluetooth settings.</p>