I am working on a custom board of smdkv210 with wl1271 (jorjin module) .Wifi is already up and working fine.we are facing problem with high speed bluetooth communication.we have a TIInit_7.2.31.bts file which will work on any baud rate which passed through HCIATTACH command .
hciattach -n -s 115200 /dev/s3c2410_serial1 texas 115200 flow &
if I attached module with above command hciattach is success and i can scan the devices(but file transferring is in slow speed)
if I use hciattach -n -s 115200 /dev/s3c2410_serial1 texas 3000000 flow &
getting error message like this
rxerr: port ch=0x60, rxs=0x00000004
rxerr: port ch=0x00, rxs=0x0000000c
break!
<3>ll_recv: Unknown HCI packet type 60
ll_recv: Unknown HCI <acket type 60
3>ll_recv: Unknown HCI packet type 00
ll_recv: Unknown HCI <acket type 00
3>ll_recv: Unknown HCI packet type 60
ll_recv: Unknown HCI <acket type 60
3>ll_recv: Unknown HCI packet type 00
ll_recv: Unknown HCI <acket type 00
3>ll_recv: Unknown HCI packet type 9e
ll_recv: Unknown HCI packet type 9e
<3>ll_recv: Unknown HCI packet type 80
ll_recv: Unknown HCI packet type 80
s3c24xx_serial_stop_rx: port=c06bd76c
...............................................
if i repeat any speed greater than 115200 result is same error ...
Please help me to resolve this issue....
sreekanth