Skip to content

Commit

Permalink
prototype binc_device_set_is_central
Browse files Browse the repository at this point in the history
  • Loading branch information
abqjln committed Jan 13, 2025
1 parent 46bf359 commit fdd822a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions binc/device.h
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ Adapter *binc_device_get_adapter(const Device *device);

guint binc_device_get_mtu(const Device *device);

void binc_device_set_is_central(Device *device, gboolean is_central);

gboolean binc_device_is_central(const Device *device);

GDBusConnection *binc_device_get_dbus_connection(const Device *device);
Expand Down

0 comments on commit fdd822a

Please sign in to comment.