| Index: device/bluetooth/bluetooth_adapter_mac.h
|
| diff --git a/device/bluetooth/bluetooth_adapter_mac.h b/device/bluetooth/bluetooth_adapter_mac.h
|
| index d0ef4c3972d72ba699eeece533e111fd9e7febb4..5d9ab86f5887e5b572dd1a089e98f909a55ae4ba 100644
|
| --- a/device/bluetooth/bluetooth_adapter_mac.h
|
| +++ b/device/bluetooth/bluetooth_adapter_mac.h
|
| @@ -177,9 +177,13 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothAdapterMac
|
| // Updates |devices_| when there is a change to the CBCentralManager's state.
|
| void LowEnergyCentralManagerUpdatedState();
|
|
|
| - // Updates |devices_| to include the currently paired devices and notifies
|
| - // observers.
|
| - void AddPairedDevices();
|
| + // Updates |devices_| to include the currently paired Bluetooth Classic
|
| + // devices and notifies observers.
|
| + void AddPairedClassicDevices();
|
| +
|
| + // Updates |devices_| to include the currently connected Bluetooth Low Energy
|
| + // devices and notifies observers.
|
| + void AddConnectedLowEnergyDevices();
|
|
|
| // Returns the BLE device associated with the CoreBluetooth peripheral.
|
| BluetoothLowEnergyDeviceMac* GetBluetoothLowEnergyDeviceMac(
|
|
|