diff options
-rw-r--r-- | hcid/security.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hcid/security.c b/hcid/security.c index 4af61fb4..72fcc9e6 100644 --- a/hcid/security.c +++ b/hcid/security.c @@ -569,7 +569,7 @@ static inline void conn_complete(int dev, bdaddr_t *sba, void *ptr) str = textfile_get(filename, peer_addr); if (!str) { struct hci_req_data *data; - read_remote_features_cp cp; + read_remote_version_cp cp; cp.handle = evt->handle; |