diff options
Diffstat (limited to 'hcid/device.h')
| -rw-r--r-- | hcid/device.h | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/hcid/device.h b/hcid/device.h index b476b1da..b142d761 100644 --- a/hcid/device.h +++ b/hcid/device.h @@ -40,6 +40,9 @@ struct device {  	gboolean	temporary;  	struct agent	*agent;  	guint		disconn_timer; +	int		discov_active;		/* Service discovery active */ +	char		*discov_requestor;	/* discovery requestor unique name */ +	guint		discov_listener;  	/* For Secure Simple Pairing */  	uint8_t		cap; | 
