summaryrefslogtreecommitdiffstats
path: root/hcid/server.h
diff options
context:
space:
mode:
Diffstat (limited to 'hcid/server.h')
-rw-r--r--hcid/server.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/hcid/server.h b/hcid/server.h
index fcd440ec..5c0f86dc 100644
--- a/hcid/server.h
+++ b/hcid/server.h
@@ -24,3 +24,6 @@
struct bt_server {
const char *uuid;
};
+
+int bt_register_server(struct bt_server *server);
+void bt_unregister_server(struct bt_server *server);