diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2006-06-17 07:53:50 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2006-06-17 07:53:50 +0000 |
commit | 0ea10717ec34a34650e8fdc8a1b50c64ee190418 (patch) | |
tree | 5a5a2f21d35061a82f9f7419cc94d3df851d72f8 /hcid/hcid.h | |
parent | b1609cb6ebaa241102257152e8eb8f248726035f (diff) |
Remove auth and encrypt settings (security mode 3)
Diffstat (limited to 'hcid/hcid.h')
-rw-r--r-- | hcid/hcid.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hcid/hcid.h b/hcid/hcid.h index 6ec358c0..3714a666 100644 --- a/hcid/hcid.h +++ b/hcid/hcid.h @@ -72,8 +72,6 @@ struct device_opts { uint16_t link_mode; uint16_t link_policy; uint16_t scan; - uint16_t auth; - uint16_t encrypt; int discovto; }; |