| Index: chrome/test/data/extensions/api_test/bluetooth_low_energy/set_advertising_interval/manifest.json
|
| diff --git a/chrome/test/data/extensions/api_test/bluetooth_low_energy/register_advertisement/manifest.json b/chrome/test/data/extensions/api_test/bluetooth_low_energy/set_advertising_interval/manifest.json
|
| similarity index 84%
|
| copy from chrome/test/data/extensions/api_test/bluetooth_low_energy/register_advertisement/manifest.json
|
| copy to chrome/test/data/extensions/api_test/bluetooth_low_energy/set_advertising_interval/manifest.json
|
| index 4166243a1a921212af8163c9031b9ee4b972f3c3..83e7acb565442d97e230509b5d97bc5fc6fa7bd0 100644
|
| --- a/chrome/test/data/extensions/api_test/bluetooth_low_energy/register_advertisement/manifest.json
|
| +++ b/chrome/test/data/extensions/api_test/bluetooth_low_energy/set_advertising_interval/manifest.json
|
| @@ -1,6 +1,6 @@
|
| {
|
| "manifest_version": 2,
|
| - "name": "Test the Bluetooth Low Energy registerAdvertisement API",
|
| + "name": "Test the Bluetooth Low Energy setAdvertisingInterval API",
|
| "version": "1.0",
|
| "app": {
|
| "background": {
|
| @@ -11,8 +11,7 @@
|
| "kiosk_enabled": true,
|
| "bluetooth": {
|
| "low_energy": true,
|
| - "peripheral": true,
|
| - "uuids": ["1234"]
|
| + "peripheral": true
|
| },
|
| "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqbc71rRrqz+62pGVmZGDzTK8P4IHTTyN4jBLBJasDTrRllQp4Pb6INnSr08HQM3aaZMYKWkAJTm4gbCDNzvHfIZMAMY6OZfnm0eqiZnxFFgKgIzdr4Z/EyAXVd1Rm1JKhncde2S/U3zWStDb5iYfWZJBIiWVT98q7cW6sstsMOmrHAIAKCzK+mzycFptlRWzAf+8NR9bq1jNZe+h1kJBgY0xnVlGZm+NIhZd/Ke8Y+G2vM4rtuDvp5971HVV294HD28hWbsoOqBf85gPa6tKE57FhLomi/aJVBVBiCfHExXjK1hB2QeM/r7e8P//ZZPoYszSzHJVBw/heRLFOMezIwIDAQAB"
|
| }
|
|
|