mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Minor refactoring.
This commit is contained in:
@@ -25,9 +25,9 @@
|
||||
namespace nearby {
|
||||
namespace linux {
|
||||
BluetoothDevice::BluetoothDevice(sdbus::IConnection &system_bus,
|
||||
const sdbus::ObjectPath &device_object_path)
|
||||
sdbus::ObjectPath device_object_path)
|
||||
: ProxyInterfaces(system_bus, bluez::SERVICE_DEST,
|
||||
std::string(device_object_path)) {
|
||||
std::move(device_object_path)) {
|
||||
registerProxy();
|
||||
try {
|
||||
last_known_name_ = Alias();
|
||||
|
||||
Reference in New Issue
Block a user