summaryrefslogtreecommitdiffstats
path: root/src/hcid.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2008-11-27 16:46:45 -0300
committerLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2008-11-27 16:46:45 -0300
commit3ee81cab2ed66b7f3d4fbd6ba6676d5d9448d6dc (patch)
tree459dc5218f3b944a638a16361a422e5ba3d7857d /src/hcid.h
parent395c910980394868a3c2d14e90e4f55988c7663d (diff)
Introduce PairableTimeout Property and fix use of g_timeout_add.
PairableTimeout work similarly to DiscoverableTimeout where the user application can set the amount of time to stay in Pairable. It also fixes the use of g_timeout_add to g_timeout_add_seconds for both PairableTimeout and DiscoverableTimeout.
Diffstat (limited to 'src/hcid.h')
-rw-r--r--src/hcid.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hcid.h b/src/hcid.h
index fc8b446f..614ec7f8 100644
--- a/src/hcid.h
+++ b/src/hcid.h
@@ -55,6 +55,7 @@ struct main_opts {
uint32_t class;
uint16_t pageto;
uint32_t discovto;
+ uint32_t pairto;
uint16_t link_mode;
uint16_t link_policy;