Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(427)

Unified Diff: chrome/test/data/extensions/api_test/bluetooth_low_energy/create_service/manifest.json

Issue 1920353002: Implement create attribute API functions for BTLE. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@api_changes
Patch Set: owners Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/extensions/api_test/bluetooth_low_energy/create_service/manifest.json
diff --git a/chrome/test/data/extensions/api_test/bluetooth_low_energy/get_descriptors/manifest.json b/chrome/test/data/extensions/api_test/bluetooth_low_energy/create_service/manifest.json
similarity index 87%
copy from chrome/test/data/extensions/api_test/bluetooth_low_energy/get_descriptors/manifest.json
copy to chrome/test/data/extensions/api_test/bluetooth_low_energy/create_service/manifest.json
index d1a4e1a5af2d28718aadfdbb2a78f9a0e5ffedf2..59c4fa48b03981033f5fdeb586ad3f6fe952d36b 100644
--- a/chrome/test/data/extensions/api_test/bluetooth_low_energy/get_descriptors/manifest.json
+++ b/chrome/test/data/extensions/api_test/bluetooth_low_energy/create_service/manifest.json
@@ -1,6 +1,6 @@
{
"manifest_version": 2,
- "name": "Test the Bluetooth Low Energy getDescriptors API",
+ "name": "Test the Bluetooth Low Energy createService API",
"version": "1.0",
"app": {
"background": {
@@ -9,7 +9,7 @@
},
"bluetooth": {
"low_energy": true,
- "uuids": ["1234"]
+ "peripheral": true
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqbc71rRrqz+62pGVmZGDzTK8P4IHTTyN4jBLBJasDTrRllQp4Pb6INnSr08HQM3aaZMYKWkAJTm4gbCDNzvHfIZMAMY6OZfnm0eqiZnxFFgKgIzdr4Z/EyAXVd1Rm1JKhncde2S/U3zWStDb5iYfWZJBIiWVT98q7cW6sstsMOmrHAIAKCzK+mzycFptlRWzAf+8NR9bq1jNZe+h1kJBgY0xnVlGZm+NIhZd/Ke8Y+G2vM4rtuDvp5971HVV294HD28hWbsoOqBf85gPa6tKE57FhLomi/aJVBVBiCfHExXjK1hB2QeM/r7e8P//ZZPoYszSzHJVBw/heRLFOMezIwIDAQAB"
}

Powered by Google App Engine
This is Rietveld 408576698