From f741c05f0c62572414156bdc7439b822f7e73a3d Mon Sep 17 00:00:00 2001 From: Katie McCormick Date: Fri, 6 Jan 2012 12:45:32 -0800 Subject: [PATCH] Doc change: updated index page for HDP sample. Change-Id: I06a6af5bdfac9a260ca053dd11030631e49c2509 --- samples/BluetoothHDP/_index.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/samples/BluetoothHDP/_index.html b/samples/BluetoothHDP/_index.html index 3871bf347..3fb3babf7 100755 --- a/samples/BluetoothHDP/_index.html +++ b/samples/BluetoothHDP/_index.html @@ -1,4 +1,11 @@ -

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.

+

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 +applications that use Bluetooth to communicate with health devices that support +Bluetooth, such as heart-rate monitors, blood meters, thermometers, scales, and +so on. For a list of supported devices and their corresponding device data +specialization codes, refer to Bluetooth Assigned Numbers at www.bluetooth.org. Note that these values +are also referenced in the ISO/IEEE 11073-20601 [7] specification as +MDC_DEV_SPEC_PROFILE_* in the Nomenclature Codes Annex.

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.