aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/transport/transport.conf.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/transport/transport.conf.in b/src/transport/transport.conf.in
index 881d0a2bf..d9e8e3324 100644
--- a/src/transport/transport.conf.in
+++ b/src/transport/transport.conf.in
@@ -98,3 +98,10 @@ INTERFACE = mon0
98# Real hardware, no testing 98# Real hardware, no testing
99TESTMODE = 0 99TESTMODE = 0
100TESTING_IGNORE_KEYS = ACCEPT_FROM; 100TESTING_IGNORE_KEYS = ACCEPT_FROM;
101
102[transport-bluetooth]
103# Name of the interface (typically hciX)
104INTERFACE = hci0
105# Real hardware, no testing
106TESTMODE = 0
107TESTING_IGNORE_KEYS = ACCEPT_FROM;