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

Unified Diff: device/bluetooth/bluetooth_low_energy_device_mac.h

Issue 2912603002: bluetooth: macOS: Adding Mac suffix (Closed)
Patch Set: Created 3 years, 7 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 | « no previous file | device/bluetooth/bluetooth_low_energy_device_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/bluetooth/bluetooth_low_energy_device_mac.h
diff --git a/device/bluetooth/bluetooth_low_energy_device_mac.h b/device/bluetooth/bluetooth_low_energy_device_mac.h
index f559e605a8ac93de79ba006dd867e181ecf403fd..cabab11c47fc57b4c05847755296467823150c5c 100644
--- a/device/bluetooth/bluetooth_low_energy_device_mac.h
+++ b/device/bluetooth/bluetooth_low_energy_device_mac.h
@@ -129,11 +129,11 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothLowEnergyDeviceMac
CBPeripheral* GetPeripheral();
// Returns BluetoothRemoteGattServiceMac based on the CBService.
- BluetoothRemoteGattServiceMac* GetBluetoothRemoteGattService(
+ BluetoothRemoteGattServiceMac* GetBluetoothRemoteGattServiceMac(
CBService* service) const;
// Returns BluetoothRemoteGattDescriptorMac based on the CBDescriptor.
- BluetoothRemoteGattDescriptorMac* GetBluetoothRemoteGattDescriptor(
+ BluetoothRemoteGattDescriptorMac* GetBluetoothRemoteGattDescriptorMac(
CBDescriptor* cb_descriptor) const;
// Callback used when the CoreBluetooth Peripheral is disconnected.
« no previous file with comments | « no previous file | device/bluetooth/bluetooth_low_energy_device_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698