CONFIG: Setting Bluetooth scan interval to 10 seconds.
git-svn-id: http://www.neo1973-germany.de/svn@55 46df4e5c-bc4e-4628-a0fc-830ba316316d
This commit is contained in:
parent
ca22e6af6a
commit
8ad2797b73
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ HCICONFIG_CMD = "hciconfig" ## using $PATH
|
|||
#HCICONFIG_CMD = "/usr/sbin/hciconfig" ## ubuntu
|
||||
HCITOOL_CMD = "hcitool" ## using $PATH
|
||||
BLUETOOTH_DEVICE = "hci0"
|
||||
BLUETOOTH_UPDATE_INTERVAL = 3 ## scan for Bluetooth Peers every 3 secs
|
||||
BLUETOOTH_UPDATE_INTERVAL = 10 ## scan for Bluetooth Peers every 3 secs
|
||||
|
||||
|
||||
################################################################################
|
||||
|
|
Loading…
Reference in a new issue