如題,移植的bluetooth是Uart
由於是初學者,雖然看過書,也在命令模式下,成功scan,
但是UI方面卻無法成功enable...
我的流程:
1.Kenerl 開啟 bluetooth profile..+bluetooth driver
2.編譯bluez及其tool(並加入編譯bccmd)
3.編譯lib,並放入mini6410中
4.
bccmd -t bcsp -d /dev/s3c2410_serial2 psload -r csr.psr
hciattach -s 115200 /dev/s3c2410_serial2 bcsp 921600
hciconfig hci0 up
spd
hcitool scan
直接使用其它的USB bluetooth dongle是可以正常啟動....
請問能否出這類教學嗎???