⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 affix.conf.in

📁 Affix - Bluetooth Protocol Stack for Linux has been developed at Nokia Research Center in Helsinki
💻 IN
字号:
## $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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -