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

Unified Diff: device/bluetooth/bluetooth_adapter_mac.h

Issue 1538173003: Implementing GATT connection/disconnect on OS X. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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_adapter_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/bluetooth/bluetooth_adapter_mac.h
diff --git a/device/bluetooth/bluetooth_adapter_mac.h b/device/bluetooth/bluetooth_adapter_mac.h
index ce36b7680d000e56f9611b09a31fc87abe66a10b..e12a1330832ac07c0ff38b80e26c969b741787e3 100644
--- a/device/bluetooth/bluetooth_adapter_mac.h
+++ b/device/bluetooth/bluetooth_adapter_mac.h
@@ -101,6 +101,10 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothAdapterMac
// be called only when |IsLowEnergyAvailable()|.
void SetCentralManagerForTesting(CBCentralManager* central_manager);
+ void CreateGattConnection(BluetoothLowEnergyDeviceMac* deviceMac);
François Beaufort 2015/12/22 07:38:17 s/deviceMac/device_mac
jlebel 2016/02/10 13:38:51 Done.
+ void DidConnectPeripheral(CBPeripheral* peripheral);
+ void DisconnectGatt(BluetoothLowEnergyDeviceMac* deviceMac);
François Beaufort 2015/12/22 07:38:17 s/deviceMac/device_mac
jlebel 2016/02/10 13:38:51 Done.
+
protected:
// BluetoothAdapter override:
void RemovePairingDelegateInternal(
« no previous file with comments | « no previous file | device/bluetooth/bluetooth_adapter_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698