From 3ee81cab2ed66b7f3d4fbd6ba6676d5d9448d6dc Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Thu, 27 Nov 2008 16:46:45 -0300 Subject: 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. --- src/hcid.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/hcid.h') 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; -- cgit