From 9a3a941ae455e4481392fb3e5d6b87750d0d9609 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 12 Mar 2008 19:21:33 +0000 Subject: Hook up server probe/remove callbacks --- hcid/server.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hcid/server.h') diff --git a/hcid/server.h b/hcid/server.h index 5c0f86dc..f60ab88b 100644 --- a/hcid/server.h +++ b/hcid/server.h @@ -23,6 +23,8 @@ struct bt_server { const char *uuid; + int (*probe) (const char *adapter); + void (*remove) (const char *adapter); }; int bt_register_server(struct bt_server *server); -- cgit