Index: chromeos/dbus/dbus_client_bundle.h |
diff --git a/chromeos/dbus/dbus_client_bundle.h b/chromeos/dbus/dbus_client_bundle.h |
index 2801b4f6b4e9f9a8a88b064d7939f0d8709273fb..6db19534da2603fa50d907c4b1d686c142b82dda 100644 |
--- a/chromeos/dbus/dbus_client_bundle.h |
+++ b/chromeos/dbus/dbus_client_bundle.h |
@@ -23,6 +23,7 @@ class BluetoothGattDescriptorClient; |
class BluetoothGattManagerClient; |
class BluetoothGattServiceClient; |
class BluetoothInputClient; |
+class BluetoothLEAdvertisingManagerClient; |
class BluetoothMediaClient; |
class BluetoothMediaTransportClient; |
class BluetoothProfileManagerClient; |
@@ -123,6 +124,11 @@ class CHROMEOS_EXPORT DBusClientBundle { |
return bluetooth_adapter_client_.get(); |
} |
+ BluetoothLEAdvertisingManagerClient* |
+ bluetooth_le_advertising_manager_client() { |
+ return bluetooth_le_advertising_manager_client_.get(); |
+ } |
+ |
BluetoothAgentManagerClient* bluetooth_agent_manager_client() { |
return bluetooth_agent_manager_client_.get(); |
} |
@@ -296,6 +302,8 @@ class CHROMEOS_EXPORT DBusClientBundle { |
scoped_ptr<ApManagerClient> ap_manager_client_; |
scoped_ptr<AudioDspClient> audio_dsp_client_; |
scoped_ptr<BluetoothAdapterClient> bluetooth_adapter_client_; |
+ scoped_ptr<BluetoothLEAdvertisingManagerClient> |
+ bluetooth_le_advertising_manager_client_; |
scoped_ptr<BluetoothAgentManagerClient> bluetooth_agent_manager_client_; |
scoped_ptr<BluetoothDeviceClient> bluetooth_device_client_; |
scoped_ptr<BluetoothGattCharacteristicClient> |