Merge "DO NOT MERGE: Bluetooth HDP sample. Cherry pick from ics-mr1 Change ID I7035cb13da6f6cd64e63df8a5ccf2391fe41f18e" into ics-mr0

This commit is contained in:
Fred Chung
2011-11-17 09:38:10 -08:00
committed by Android (Google) Code Review
3 changed files with 12 additions and 0 deletions

View File

@@ -412,6 +412,8 @@ web_docs_sample_code_flags := \
resources/samples/BackupRestore "Backup and Restore" \ resources/samples/BackupRestore "Backup and Restore" \
-samplecode $(sample_dir)/BluetoothChat \ -samplecode $(sample_dir)/BluetoothChat \
resources/samples/BluetoothChat "Bluetooth Chat" \ resources/samples/BluetoothChat "Bluetooth Chat" \
-samplecode $(sample_dir)/BluetoothHDP \
resources/samples/BluetoothHDP "Bluetooth HDP Demo" \
-samplecode $(sample_dir)/BusinessCard \ -samplecode $(sample_dir)/BusinessCard \
resources/samples/BusinessCard "Business Card" \ resources/samples/BusinessCard "Business Card" \
-samplecode $(sample_dir)/ContactManager \ -samplecode $(sample_dir)/ContactManager \

View File

@@ -467,6 +467,16 @@ var ANDROID_RESOURCES = [
en: 'An application for two-way text messaging over Bluetooth.' en: 'An application for two-way text messaging over Bluetooth.'
} }
}, },
{
tags: ['sample', 'communication', 'new'],
path: 'samples/BluetoothHDP/index.html',
title: {
en: 'Bluetooth HDP Demo'
},
description: {
en: 'A sample application that demonstrates how to communicate with a Bluetooth Health Device Profile (HDP) device.'
}
},
{ {
tags: ['sample', 'accountsync'], tags: ['sample', 'accountsync'],
path: 'samples/BusinessCard/index.html', path: 'samples/BusinessCard/index.html',

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB