summaryrefslogtreecommitdiffstats
path: root/hcid/server.h
diff options
context:
space:
mode:
Diffstat (limited to 'hcid/server.h')
-rw-r--r--hcid/server.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/hcid/server.h b/hcid/server.h
index 270245d7..fcd440ec 100644
--- a/hcid/server.h
+++ b/hcid/server.h
@@ -21,7 +21,6 @@
*
*/
-void init_local_server(void);
-void shutdown_local_server(void);
-
-char *get_local_server_address(void);
+struct bt_server {
+ const char *uuid;
+};