affix.conf.in

来自「Affix - Bluetooth Protocol Stack for Lin」· IN 代码 · 共 58 行

IN
58
字号
## $Id: affix.conf.in,v 1.7 2003/03/14 11:38:19 kds Exp $## Bluetooth progs and libs instalation prefixprefix=@prefix@# Affix modules to loadload_modules=""#load_modules="affix affix_rfcomm"# start Bluetooth serverstart_btsrv="no"# 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# 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

⌨️ 快捷键说明

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