diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2005-05-06 13:51:17 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2005-05-06 13:51:17 +0000 |
commit | 8d07fe695736cfc4126f1aad4144303161c61e21 (patch) | |
tree | f89f89dcdc4624f2be964d90e4737b1338075d84 /hcid/hcid.h | |
parent | cc2dd8a3670f68984f324d6861a344cb68728a1a (diff) |
Add support for the page timeout config option
Diffstat (limited to 'hcid/hcid.h')
-rw-r--r-- | hcid/hcid.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hcid/hcid.h b/hcid/hcid.h index e275939f..c64016ea 100644 --- a/hcid/hcid.h +++ b/hcid/hcid.h @@ -45,6 +45,7 @@ enum { HCID_SET_CLASS, HCID_SET_VOICE, HCID_SET_INQMODE, + HCID_SET_PAGETO, HCID_SET_PTYPE, HCID_SET_LM, HCID_SET_LP, @@ -56,6 +57,7 @@ struct device_opts { uint32_t class; uint16_t voice; uint8_t inqmode; + uint16_t pageto; uint16_t pkt_type; uint16_t link_mode; uint16_t link_policy; |