summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorItankar, Piyush T <piyush.t.itankar@intel.com>2016-10-12 09:39:19 +0530
committerJohan Hedberg <johan.hedberg@intel.com>2016-10-16 09:01:28 +0300
commit5599da97f98648721294020780faff4190f45bbd (patch)
treee2c955e7da76e9c71ef5a04b6f6eeef6dc70ae8c /net
parentc839f76e3f60c07431d16b6abd624e98a6b3a9dd (diff)
Bluetooth: Kconfig: Option to set page timeout value
Added an option to set the page timeout value. Default the timeout is set to 5.12 sec. Change-Id: I196b59f18b9cbf0aaa226ffd85e0bb1699667af2 Signed-off-by: Itankar, Piyush T <piyush.t.itankar@intel.com>
Diffstat (limited to 'net')
-rw-r--r--net/bluetooth/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/net/bluetooth/Kconfig b/net/bluetooth/Kconfig
index 6c14de22e..1913603ee 100644
--- a/net/bluetooth/Kconfig
+++ b/net/bluetooth/Kconfig
@@ -512,6 +512,14 @@ config BLUETOOTH_A2DP
help
This option enables the A2DP profile
+config BLUETOOTH_PAGE_TIMEOUT
+ hex "Bluetooth Page Timeout"
+ default 0x2000
+ range 0x0001 0xffff
+ help
+ This option sets the page timeout value. Value is selected as
+ (N * 0.625) ms.
+
config BLUETOOTH_BREDR_NAME
string "Bluetooth BR/EDR device name"
default "Zephyr"