Integrating bluetooth in the configuration file
authorClaudiu Olteanu <claudiu@140774ce-b5e7-0310-ab8b-a85725594a96>
Sun, 14 Jul 2013 11:25:59 +0000 (11:25 +0000)
committerClaudiu Olteanu <claudiu@140774ce-b5e7-0310-ab8b-a85725594a96>
Sun, 14 Jul 2013 11:25:59 +0000 (11:25 +0000)
src/transport/transport.conf.in

index 881d0a2bf44ddcd161f5b0cdc2891d1d3d6bf859..d9e8e33248db35593b8b37cfca2d77fd1654a07a 100644 (file)
@@ -98,3 +98,10 @@ INTERFACE = mon0
 # Real hardware, no testing
 TESTMODE = 0
 TESTING_IGNORE_KEYS = ACCEPT_FROM;
+
+[transport-bluetooth]
+# Name of the interface (typically hciX)
+INTERFACE = hci0
+# Real hardware, no testing
+TESTMODE = 0
+TESTING_IGNORE_KEYS = ACCEPT_FROM;