📄 affix.conf
字号:
## $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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -