rfcomm.conf

来自「基于LINUX内核驱动的开发」· CONF 代码 · 共 18 行

CONF
18
字号
## RFCOMM configuration file.##rfcomm0 {#	# Automatically bind the device at startup#	bind no;##	# Bluetooth address of the device#	device 11:22:33:44:55:66;##	# RFCOMM channel for the connection#	channel	1;##	# Description of the connection#	comment "Example Bluetooth device";#}

⌨️ 快捷键说明

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