This commit is contained in:
Vibhav Pant
2023-08-03 17:14:03 +05:30
parent b5ba24bc06
commit 622451436b
8 changed files with 34 additions and 31 deletions
@@ -15,6 +15,7 @@ public:
BluetoothDevice(sd_bus *system_bus, absl::string_view adapter,
absl::string_view address);
BluetoothDevice(sd_bus *system_bus, absl::string_view device_object_path);
BluetoothDevice(const BluetoothDevice &device);
~BluetoothDevice() override { sd_bus_unref(system_bus_); };