Skip to content

Commit 4750cbd

Browse files
Fred ChungAndroid (Google) Code Review
authored andcommitted
Merge "DO NOT MERGE: Bluetooth HDP sample. Cherry pick from ics-mr1 Change ID I7035cb13da6f6cd64e63df8a5ccf2391fe41f18e" into ics-mr0
2 parents 4f36174 + 2d410df commit 4750cbd

3 files changed

Lines changed: 12 additions & 0 deletions

File tree

Android.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,8 @@ web_docs_sample_code_flags := \
412412
resources/samples/BackupRestore "Backup and Restore" \
413413
-samplecode $(sample_dir)/BluetoothChat \
414414
resources/samples/BluetoothChat "Bluetooth Chat" \
415+
-samplecode $(sample_dir)/BluetoothHDP \
416+
resources/samples/BluetoothHDP "Bluetooth HDP Demo" \
415417
-samplecode $(sample_dir)/BusinessCard \
416418
resources/samples/BusinessCard "Business Card" \
417419
-samplecode $(sample_dir)/ContactManager \

docs/html/resources/resources-data.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,16 @@ var ANDROID_RESOURCES = [
467467
en: 'An application for two-way text messaging over Bluetooth.'
468468
}
469469
},
470+
{
471+
tags: ['sample', 'communication', 'new'],
472+
path: 'samples/BluetoothHDP/index.html',
473+
title: {
474+
en: 'Bluetooth HDP Demo'
475+
},
476+
description: {
477+
en: 'A sample application that demonstrates how to communicate with a Bluetooth Health Device Profile (HDP) device.'
478+
}
479+
},
470480
{
471481
tags: ['sample', 'accountsync'],
472482
path: 'samples/BusinessCard/index.html',
57.4 KB
Loading

0 commit comments

Comments
 (0)