1.linux bluetooth电源开关驱动使用rfkill模块添加一个bt的开关驱动
2.使用rfkill模块需要打开 kernel==>Networking support==>RF switch subsystem support,这样才能看到/sys/class/rfkill/rfkill0...
3.系统启动后改变/sys/class/rfkill/rfkill0(...)/state就可以调用bt rfkill set_block接口控制bt模块电源
4.net/rfkill/core.c里面有一个全局变量rfkill_global_states,用来记录rfkill的状态,set_block不改变rfkill_global_states,是在rfkill_fop_write中被改变的
待续......先给自己记录下,以后空了完善和大家交流。
阅读(2803) | 评论(0) | 转发(0) |