affix.conf

来自「affix是一个Open Source的蓝牙协议栈」· CONF 代码 · 共 69 行

CONF
69
字号
## $Id: affix.conf.in,v 1.12 2004/05/18 11:37:16 kassatki Exp $## Bluetooth progs and libs instalation prefixprefix=/usr/local# Affix modules to loadload_modules=""#load_modules="affix affix_rfcomm"# start Bluetooth serverstart_btsrv="yes"# enable PAN. empty to disabledpan_role="nap"#pan_role="panu"# following schemes are for NAP role# pan interfaces is added to br0 bridgepan_scheme="bridge"# pan interfaces will masquerade all traffic from clients #pan_scheme="masq"# setting default device options# automatically brings UPauto="yes"# do configuration with following optionssetup="yes"# device optionsname=`hostname`secmode="service pair"scanmode="+disc +conn"class="computer laptop information audio networking transfer"audio=""#audio="on sync setting 0x40"# interface specific options -> overide defaultcase $IFACE in	bt0)		# automatically brings UP		auto="yes"		# do configuration with following options		setup="yes"		;;esac# builtin adapter to initialize -> see bellow#BTDEVS="ttySB0"BTDEVS=""# builtin device initialization optionscase $BTDEV in	ttySB0)		# iPaq device		init="${prefix}/bin/btctl open_uart /dev/ttySB0 bcsp 230400"		exit="${prefix}/bin/btctl close_uart /dev/ttySB0"		;;	*)		init=""		exit=""		;;		esac

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?