当前位置:   article > 正文

Android BCM4330 蓝牙BT驱动调试记录_bt_wake_up_host_mode_set

bt_wake_up_host_mode_set

网上关于BT的驱动很少,所以我在开发过程中把其中的步骤记录下来。供大家相互学习讨论。


一、关于BT driver的移植:


1. Enablebluetootch in BoadConfig.mk

       BOARD_HAVE_BLUETOOTH := true


2.实现BT电源管理rfkill驱动。

Kernel/driver/bluetooth/bluetooth-power.c    高通的这个文件基本上不用动。

在kernel\arch\arm\mach_msm7x27.c: static int bluetooth_power(int on)中

实现:上电:把bt_reset pin 和bt_reg_on pin 拉低

                mdelay(10);

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/我家自动化/article/detail/301889
推荐阅读
相关标签
  

闽ICP备14008679号