diff options
| author | Johan Hedberg <johan.hedberg@nokia.com> | 2008-06-12 11:11:01 +0000 | 
|---|---|---|
| committer | Johan Hedberg <johan.hedberg@nokia.com> | 2008-06-12 11:11:01 +0000 | 
| commit | 7eca97cf8464cf1863a08e514c9ac7a8e0400f1c (patch) | |
| tree | 47ba3eb973032782be19d536eca2be590eff3a80 /hcid/adapter.h | |
| parent | 27c5b9dad6308c359bfde52faebf3c0decc3c60e (diff) | |
Don't use raw HCI for tracking authentication request status
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); | 
