From 38a2c9647f85759beb42c1716604804d72dae1ae Mon Sep 17 00:00:00 2001 From: Fred Chung Date: Mon, 14 Nov 2011 11:39:23 -0800 Subject: Bluetooth HDP sample. Change-Id: I7035cb13da6f6cd64e63df8a5ccf2391fe41f18e --- docs/html/resources/resources-data.js | 10 ++++++++++ docs/html/resources/samples/images/BluetoothHDP.png | Bin 0 -> 58734 bytes 2 files changed, 10 insertions(+) create mode 100644 docs/html/resources/samples/images/BluetoothHDP.png (limited to 'docs') diff --git a/docs/html/resources/resources-data.js b/docs/html/resources/resources-data.js index 41a5a51..a35e684 100644 --- a/docs/html/resources/resources-data.js +++ b/docs/html/resources/resources-data.js @@ -468,6 +468,16 @@ var ANDROID_RESOURCES = [ } }, { + 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'], path: 'samples/BusinessCard/index.html', title: { diff --git a/docs/html/resources/samples/images/BluetoothHDP.png b/docs/html/resources/samples/images/BluetoothHDP.png new file mode 100644 index 0000000..c04cfde Binary files /dev/null and b/docs/html/resources/samples/images/BluetoothHDP.png differ -- cgit v1.1