Chromium Code Reviews| 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( |