summaryrefslogtreecommitdiff
path: root/src/mgmt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mgmt.h')
-rw-r--r--src/mgmt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mgmt.h b/src/mgmt.h
index a2c04976..daa168af 100644
--- a/src/mgmt.h
+++ b/src/mgmt.h
@@ -26,6 +26,7 @@ int mgmt_setup(void);
void mgmt_cleanup(void);
int mgmt_set_powered(int index, gboolean powered);
+int mgmt_set_connectable(int index, gboolean connectable);
int mgmt_set_discoverable(int index, gboolean discoverable, uint16_t timeout);
int mgmt_set_pairable(int index, gboolean pairable);
int mgmt_set_name(int index, const char *name);