| Index: device/bluetooth/bluetooth_adapter_mac.h
|
| diff --git a/device/bluetooth/bluetooth_adapter_mac.h b/device/bluetooth/bluetooth_adapter_mac.h
|
| index 28ac243ab9d16e7daa1dc3ac85dfbe0bc9f555da..782fb3fcdfb309d06b1be7a37e9dfeeccb8f86fc 100644
|
| --- a/device/bluetooth/bluetooth_adapter_mac.h
|
| +++ b/device/bluetooth/bluetooth_adapter_mac.h
|
| @@ -158,6 +158,11 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothAdapterMac
|
| // observers.
|
| void AddPairedDevices();
|
|
|
| + // Invoked by CoreBluetooth after completing a connect to device request.
|
| + void DidConnectPeripheral(CBPeripheral* peripheral);
|
| + void DidConnectPeripheralError(CBPeripheral* peripheral, NSError* error);
|
| + void DidDisconnectPeripheral(CBPeripheral* peripheral, NSError* error);
|
| +
|
| std::string address_;
|
| std::string name_;
|
| bool classic_powered_;
|
|
|