fix styling issues
This commit is contained in:
@@ -90,6 +90,17 @@ class BluetoothController : public DbusConnection {
|
||||
const Glib::ustring &signal_name,
|
||||
const Glib::VariantContainerBase ¶meters);
|
||||
|
||||
// Agent
|
||||
guint m_agent_id = 0;
|
||||
void registerAgent();
|
||||
void on_agent_method_call(const Glib::RefPtr<Gio::DBus::Connection> &connection,
|
||||
const Glib::ustring &sender,
|
||||
const Glib::ustring &object_path,
|
||||
const Glib::ustring &interface_name,
|
||||
const Glib::ustring &method_name,
|
||||
const Glib::VariantContainerBase ¶meters,
|
||||
const Glib::RefPtr<Gio::DBus::MethodInvocation> &invocation);
|
||||
|
||||
// Adapter
|
||||
void setupAdapter(const std::string &path, const PropertiesMap &properties);
|
||||
void onAdapterPropertiesChanged(const Gio::DBus::Proxy::MapChangedProperties &changed,
|
||||
@@ -105,7 +116,10 @@ class BluetoothController : public DbusConnection {
|
||||
// Helpers
|
||||
static BluetoothDevice parseDeviceProperties(const std::string &path, const PropertiesMap &properties);
|
||||
void setDbusProperty(const std::string &object_path,
|
||||
const std::string &interface,
|
||||
const std::string &property,
|
||||
const Glib::VariantBase &value);
|
||||
const std::string &interface,
|
||||
const std::string &property,
|
||||
const Glib::VariantBase &value);
|
||||
|
||||
// HID Authorization handler
|
||||
void authorizeHIDDevice(const std::string &object_path);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user