Files
android_development/samples/BluetoothHDP/_index.html
Fred Chung 14c26228cd SDK sample code for Bluetooth HDP API.
Change-Id: I0f68ba42309c960f0df1e537b0932c6d68d9657b
2011-11-14 21:36:25 -08:00

7 lines
610 B
HTML
Executable File

<p>A sample application that demonstrates how to communicate with a Bluetooth Health Device Profile (HDP) device. This feature is available on Android 4.0 (API level 14) or above platforms.</p>
<p>The application manages connection with Bluetooth HDP-enabled devices. Possible device type include blood pressure monitor, glucose meter, thermometer, etc. Upon connection, the application retrieves raw data sent from the device. Note that in order to interpret the data, a parser that conforms to the IEEE 11073-xxxxx specifications would be required.</p>
<img alt="" src="../images/BluetoothHDP.png" />