| Index: content/browser/bluetooth/bluetooth_blacklist.cc
|
| diff --git a/content/browser/bluetooth/bluetooth_blacklist.cc b/content/browser/bluetooth/bluetooth_blacklist.cc
|
| index 088848f420f44eb59d9288c4bfd30027f298ed1a..e334316bb4ae3825875f1b18b79432f7a1b64eff 100644
|
| --- a/content/browser/bluetooth/bluetooth_blacklist.cc
|
| +++ b/content/browser/bluetooth/bluetooth_blacklist.cc
|
| @@ -156,6 +156,8 @@ void BluetoothBlacklist::PopulateWithDefaultValues() {
|
| BluetoothUUID("1800"));
|
| // Services:
|
| Add(BluetoothUUID("1812"), Value::EXCLUDE);
|
| + Add(BluetoothUUID("00001530-1212-efde-1523-785feabcd123"), Value::EXCLUDE);
|
| + Add(BluetoothUUID("f000ffc0-0451-4000-b000-000000000000"), Value::EXCLUDE);
|
| // Characteristics:
|
| Add(BluetoothUUID("2a02"), Value::EXCLUDE_WRITES);
|
| Add(BluetoothUUID("2a03"), Value::EXCLUDE);
|
|
|