diff options
Diffstat (limited to 'hcid/adapter.h')
| -rw-r--r-- | hcid/adapter.h | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/hcid/adapter.h b/hcid/adapter.h index 2e14bfc0..cf5bb5f9 100644 --- a/hcid/adapter.h +++ b/hcid/adapter.h @@ -75,7 +75,7 @@ struct bonding_request_info {  struct pending_auth_info {  	auth_type_t type;  	bdaddr_t bdaddr; -	int replied;	/* If we've already replied to the request */ +	gboolean replied;	/* If we've already replied to the request */  };  struct active_conn_info { @@ -155,6 +155,7 @@ void dc_pending_timeout_cleanup(struct adapter *adapter);  void remove_pending_device(struct adapter *adapter); +void adapter_auth_request_replied(struct adapter *adapter, bdaddr_t *dba);  struct pending_auth_info *adapter_find_auth_request(struct adapter *adapter,  							bdaddr_t *dba);  void adapter_remove_auth_request(struct adapter *adapter, bdaddr_t *dba); | 
