diff --git a/docs/html/resources/resources-data.js b/docs/html/resources/resources-data.js index 41a5a510fa114..a35e6848f1b96 100644 --- a/docs/html/resources/resources-data.js +++ b/docs/html/resources/resources-data.js @@ -467,6 +467,16 @@ var ANDROID_RESOURCES = [ 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'], path: 'samples/BusinessCard/index.html', diff --git a/docs/html/resources/samples/images/BluetoothHDP.png b/docs/html/resources/samples/images/BluetoothHDP.png new file mode 100644 index 0000000000000..c04cfde46681b Binary files /dev/null and b/docs/html/resources/samples/images/BluetoothHDP.png differ