summaryrefslogtreecommitdiffstats
path: root/hcid/hcid.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-05-06 13:51:17 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-05-06 13:51:17 +0000
commit8d07fe695736cfc4126f1aad4144303161c61e21 (patch)
treef89f89dcdc4624f2be964d90e4737b1338075d84 /hcid/hcid.h
parentcc2dd8a3670f68984f324d6861a344cb68728a1a (diff)
Add support for the page timeout config option
Diffstat (limited to 'hcid/hcid.h')
-rw-r--r--hcid/hcid.h2
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;