• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1page.tags="Bluetooth", "HDP", "Health"
2sample.group=Connectivity
3@jd:body
4
5<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. The Android Bluetooth Health API lets you create
6applications that use Bluetooth to communicate with health devices that support
7Bluetooth, such as heart-rate monitors, blood meters, thermometers, scales, and
8so on. For a list of supported devices and their corresponding device data
9specialization codes, refer to <strong>Bluetooth Assigned Numbers</strong> at <a
10href="http://www.bluetooth.org">www.bluetooth.org</a>. Note that these values
11are also referenced in the ISO/IEEE 11073-20601 [7] specification as
12MDC_DEV_SPEC_PROFILE_* in the Nomenclature Codes Annex.</p>
13
14<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>
15
16<img alt="" src="../images/BluetoothHDP.png" />