diff options
Diffstat (limited to 'hcid/server.h')
| -rw-r--r-- | hcid/server.h | 2 | 
1 files changed, 2 insertions, 0 deletions
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);  | 
