Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4750cbd9 authored by Fred Chung's avatar Fred Chung Committed by Android (Google) Code Review
Browse files

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

Merge "DO NOT MERGE: Bluetooth HDP sample. Cherry pick from ics-mr1 Change ID I7035cb13da6f6cd64e63df8a5ccf2391fe41f18e" into ics-mr0
parents 4f361741 2d410df1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -412,6 +412,8 @@ web_docs_sample_code_flags := \
		            resources/samples/BackupRestore "Backup and Restore" \
		-samplecode $(sample_dir)/BluetoothChat \
		            resources/samples/BluetoothChat "Bluetooth Chat" \
		-samplecode $(sample_dir)/BluetoothHDP \
		            resources/samples/BluetoothHDP "Bluetooth HDP Demo" \
		-samplecode $(sample_dir)/BusinessCard \
		            resources/samples/BusinessCard "Business Card" \
		-samplecode $(sample_dir)/ContactManager \
+10 −0
Original line number Diff line number Diff line
@@ -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',
+57.4 KiB
Loading image diff...