From: Claudiu Olteanu Date: Sun, 14 Jul 2013 11:25:59 +0000 (+0000) Subject: Integrating bluetooth in the configuration file X-Git-Tag: initial-import-from-subversion-38251~8297 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=206b8c58b7e6843ddb4832692b11032d4fe57541;hp=09be1a7abdd1de923db98e0513ab50aa6c1ac98a;p=oweals%2Fgnunet.git Integrating bluetooth in the configuration file --- 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 # 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;