| Index: device/bluetooth/bluetooth_local_gatt_service.cc
|
| diff --git a/device/bluetooth/bluetooth_local_gatt_service.cc b/device/bluetooth/bluetooth_local_gatt_service.cc
|
| index 17e43ac2df263d2adf75f0edfa94803d867a2db1..000d6abf1ad6bc1e029d3e240982009f4092423c 100644
|
| --- a/device/bluetooth/bluetooth_local_gatt_service.cc
|
| +++ b/device/bluetooth/bluetooth_local_gatt_service.cc
|
| @@ -6,6 +6,19 @@
|
|
|
| namespace device {
|
|
|
| +#if !defined(OS_CHROMEOS) && !defined(OS_LINUX)
|
| +// static
|
| +base::WeakPtr<BluetoothLocalGattService> BluetoothLocalGattService::Create(
|
| + BluetoothAdapter* adapter,
|
| + const BluetoothUUID& uuid,
|
| + bool is_primary,
|
| + BluetoothLocalGattService* included_service,
|
| + BluetoothLocalGattService::Delegate* delegate) {
|
| + NOTIMPLEMENTED();
|
| + return nullptr;
|
| +}
|
| +#endif
|
| +
|
| BluetoothLocalGattService::BluetoothLocalGattService() {}
|
|
|
| BluetoothLocalGattService::~BluetoothLocalGattService() {}
|
|
|