8723AS_Linux_support_v1.0_1109

所属分类:驱动编程
开发工具:Unix_Linux
文件大小:224KB
下载次数:91
上传日期:2012-12-14 13:01:01
上 传 者cara110
说明:  RTK8723模块 蓝牙驱动代码,最新RTK8723模块蓝牙驱动值得一看,包含了hciattach
(In this document, we introduce how to support rtk8723AS in android system. Transport interface of rtk8723AS is UART. Bluetooth profiles supported are the ones supported by Android default. )

文件列表:
8723AS_Linux_support_v1.0_1109\bluetooth_uart_driver\hci_h4.c (6466, 2012-04-17)
8723AS_Linux_support_v1.0_1109\bluetooth_uart_driver\hci_ldisc.c (14212, 2012-11-16)
8723AS_Linux_support_v1.0_1109\bluetooth_uart_driver\hci_rtk_h5.c (21078, 2012-06-15)
8723AS_Linux_support_v1.0_1109\bluetooth_uart_driver\hci_uart.h (2762, 2012-11-16)
8723AS_Linux_support_v1.0_1109\bluetooth_uart_driver\Kconfig (6732, 2012-06-15)
8723AS_Linux_support_v1.0_1109\bluetooth_uart_driver\Makefile (300, 2012-11-09)
8723AS_Linux_support_v1.0_1109\Makefile (1201, 2012-11-09)
8723AS_Linux_support_v1.0_1109\rlt8723a_chip_b_cut_bt40_fw_asic_rom_patch-svn8511-0x0020342E-20121105-LINUX_UART.bin (24084, 2012-11-08)
8723AS_Linux_support_v1.0_1109\rtk8723AS support.doc (263680, 2012-11-16)
8723AS_Linux_support_v1.0_1109\rtk8723_bt_config (44, 2012-11-16)
8723AS_Linux_support_v1.0_1109\rtk_hciattach\hciattach.c (31787, 2012-11-15)
8723AS_Linux_support_v1.0_1109\rtk_hciattach\hciattach.h (2095, 2012-11-09)
8723AS_Linux_support_v1.0_1109\rtk_hciattach\hciattach_rtk.c (48424, 2012-11-09)
8723AS_Linux_support_v1.0_1109\rtk_hciattach\Makefile (185, 2012-11-09)
8723AS_Linux_support_v1.0_1109\bluetooth_uart_driver (0, 2012-11-16)
8723AS_Linux_support_v1.0_1109\rtk_hciattach (0, 2012-11-16)
8723AS_Linux_support_v1.0_1109 (0, 2012-11-16)

In this document, we introduce how to support rtk 8723AS BT driver on Linux system. Support kernel version 2.6.33~3.4.9 =========================================================================================================== The default settings of 8723AS-VT are H5 protocol, Flow control on, parity even and use internel 32k clock. The default baund rate is 115200. To support H5 protocal,you need to install hci_uart driver and rtk_hciattach tool. 1.make sure your hardware setting is correct according to Rtk8723AS support document. 2.Install rtk_hciattach tool and Install uart driver (1) Build and install uart driver,change to the 8723AS_Linux_support direcotory $sudo rmmod hci_uart $sudo make install (2) Insert RTK8723AS dongle and Enable Bluetooth as follows sudo rtk_hciattach -n -s 115200 ttyUSB0 rtk_h5 tips:ttyUSB0 is serial port name in your system, you should change it according to hardware such as ttyS0. 3. Uninstall (1) unplug RTK8723AS dongle (2) Uninstall,change to the 8723AS_Linux_support direcotory $sudo rmmod hci_uart $sudo make uninstall =========================================================================================================== if you want to change the parameter such as baud rate and pcm settings, you should modify rtk8723_bt_config file which is described in Rtk8723AS support document. =========================================================================================================== if you want to use h4 protocol, make sure (1) efuse setting is set to use H4 (2) sudo rtk_hciattach -n -s 115200 ttyUSB0 rtk_h4 ===========================================================================================================

近期下载者

相关文件


收藏者