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

Unified Diff: device/bluetooth/bluetooth_adapter_bluez.h

Issue 1681853003: Add BluetoothRemoteGattServiceWin to BluetoothDeviceWin (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add PlatformSupportsLowEnergy check in the unittests Created 4 years, 10 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
« no previous file with comments | « device/bluetooth/bluetooth_adapter_android.h ('k') | device/bluetooth/bluetooth_adapter_bluez.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/bluetooth/bluetooth_adapter_bluez.h
diff --git a/device/bluetooth/bluetooth_adapter_bluez.h b/device/bluetooth/bluetooth_adapter_bluez.h
index f7663722bf1461bb30e4b2d24bbba1048898ee01..e2a07ff7a6019ec4f38bcb264facb7b56c63fe44 100644
--- a/device/bluetooth/bluetooth_adapter_bluez.h
+++ b/device/bluetooth/bluetooth_adapter_bluez.h
@@ -125,28 +125,6 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothAdapterBlueZ
void NotifyDeviceAddressChanged(BluetoothDeviceBlueZ* device,
const std::string& old_address);
- // The following methods are used to send various GATT observer events to
- // observers.
- void NotifyGattServiceAdded(BluetoothRemoteGattServiceBlueZ* service);
- void NotifyGattServiceRemoved(BluetoothRemoteGattServiceBlueZ* service);
- void NotifyGattServiceChanged(BluetoothRemoteGattServiceBlueZ* service);
- void NotifyGattServicesDiscovered(BluetoothDeviceBlueZ* device);
- void NotifyGattDiscoveryComplete(BluetoothRemoteGattServiceBlueZ* service);
- void NotifyGattCharacteristicAdded(
- BluetoothRemoteGattCharacteristicBlueZ* characteristic);
- void NotifyGattCharacteristicRemoved(
- BluetoothRemoteGattCharacteristicBlueZ* characteristic);
- void NotifyGattDescriptorAdded(
- BluetoothRemoteGattDescriptorBlueZ* descriptor);
- void NotifyGattDescriptorRemoved(
- BluetoothRemoteGattDescriptorBlueZ* descriptor);
- void NotifyGattCharacteristicValueChanged(
- BluetoothRemoteGattCharacteristicBlueZ* characteristic,
- const std::vector<uint8_t>& value);
- void NotifyGattDescriptorValueChanged(
- BluetoothRemoteGattDescriptorBlueZ* descriptor,
- const std::vector<uint8_t>& value);
-
// Returns the object path of the adapter.
const dbus::ObjectPath& object_path() const { return object_path_; }
« no previous file with comments | « device/bluetooth/bluetooth_adapter_android.h ('k') | device/bluetooth/bluetooth_adapter_bluez.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698