diff --git a/samples/BluetoothHDP/Android.mk b/samples/BluetoothHDP/Android.mk deleted file mode 100644 index 3c7c49f4a..000000000 --- a/samples/BluetoothHDP/Android.mk +++ /dev/null @@ -1,18 +0,0 @@ -LOCAL_PATH:= $(call my-dir) -include $(CLEAR_VARS) - -LOCAL_MODULE_TAGS := samples - -# Only compile source java files in this apk. -LOCAL_SRC_FILES := $(call all-java-files-under, src) - -LOCAL_PACKAGE_NAME := BluetoothHDP - -LOCAL_SDK_VERSION := current - -LOCAL_DEX_PREOPT := false - -include $(BUILD_PACKAGE) - -# Use the following include to make our test apk. -include $(call all-makefiles-under,$(LOCAL_PATH)) diff --git a/samples/BluetoothHDP/AndroidManifest.xml b/samples/BluetoothHDP/AndroidManifest.xml deleted file mode 100644 index 21723d1a7..000000000 --- a/samples/BluetoothHDP/AndroidManifest.xml +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/samples/BluetoothHDP/_index.jd b/samples/BluetoothHDP/_index.jd deleted file mode 100644 index 526e318e8..000000000 --- a/samples/BluetoothHDP/_index.jd +++ /dev/null @@ -1,16 +0,0 @@ -page.tags="Bluetooth", "HDP", "Health" -sample.group=Connectivity -@jd:body - -

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.

- - \ No newline at end of file diff --git a/samples/BluetoothHDP/res/drawable-hdpi/icon.png b/samples/BluetoothHDP/res/drawable-hdpi/icon.png deleted file mode 100644 index e43c50271..000000000 Binary files a/samples/BluetoothHDP/res/drawable-hdpi/icon.png and /dev/null differ diff --git a/samples/BluetoothHDP/res/drawable-mdpi/icon.png b/samples/BluetoothHDP/res/drawable-mdpi/icon.png deleted file mode 100644 index 8d9e9dfc3..000000000 Binary files a/samples/BluetoothHDP/res/drawable-mdpi/icon.png and /dev/null differ diff --git a/samples/BluetoothHDP/res/drawable-xhdpi/icon.png b/samples/BluetoothHDP/res/drawable-xhdpi/icon.png deleted file mode 100644 index 1aea335f7..000000000 Binary files a/samples/BluetoothHDP/res/drawable-xhdpi/icon.png and /dev/null differ diff --git a/samples/BluetoothHDP/res/drawable-xhdpi/led_off.png b/samples/BluetoothHDP/res/drawable-xhdpi/led_off.png deleted file mode 100644 index 884533c57..000000000 Binary files a/samples/BluetoothHDP/res/drawable-xhdpi/led_off.png and /dev/null differ diff --git a/samples/BluetoothHDP/res/drawable-xhdpi/led_on.png b/samples/BluetoothHDP/res/drawable-xhdpi/led_on.png deleted file mode 100644 index 6542b00f8..000000000 Binary files a/samples/BluetoothHDP/res/drawable-xhdpi/led_on.png and /dev/null differ diff --git a/samples/BluetoothHDP/res/drawable/led_indicator.xml b/samples/BluetoothHDP/res/drawable/led_indicator.xml deleted file mode 100644 index d6140c86c..000000000 --- a/samples/BluetoothHDP/res/drawable/led_indicator.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - diff --git a/samples/BluetoothHDP/res/layout/console.xml b/samples/BluetoothHDP/res/layout/console.xml deleted file mode 100644 index 8d8a3fe7d..000000000 --- a/samples/BluetoothHDP/res/layout/console.xml +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - -