diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-01-23 08:51:34 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-01-23 08:51:34 +0000 |
commit | d7362993329a76de9fc0eda2ae8d3449bbefcf58 (patch) | |
tree | 9b0ba89947425a3f42bef162ab3bbc7d8f7dac65 /hcid/hcid.h | |
parent | 2fe5d87c4a952ed92a3ea5fb608179ce8fbc7ffa (diff) |
Use HCI command to set scan mode and not the kernel option
Diffstat (limited to 'hcid/hcid.h')
-rw-r--r-- | hcid/hcid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hcid/hcid.h b/hcid/hcid.h index 91b311f8..0c77c225 100644 --- a/hcid/hcid.h +++ b/hcid/hcid.h @@ -70,7 +70,7 @@ struct device_opts { uint16_t pkt_type; uint16_t link_mode; uint16_t link_policy; - uint16_t scan; + uint8_t scan; int discovto; }; |