[android-porting] Re: I am getting a2dp_write failed err: -110 when I play media on the headset

2009-11-20 Thread Sidharth Malhotra
Hi, I am facing a similar issue with Donut release using kernel 2.6.27. Even when I run A2DP at 921Kbps, I am getting write blocked for %ms error. See this log snippet below. I have tried changing the bitpool down to 35, but that hasn't helped. Earlier, when I used Cupcake build, I could

[android-porting] Re: I am getting a2dp_write failed err: -110 when I play media on the headset

2009-11-15 Thread Mike
Hi Ash, Please find the answer to the questions you have asked. You are able to get the bluetooth on with 460800/921600 baud-rate using hciattach?? yes. I mean hciattach is working with the above baud rates But you want to change the baud-rate

[android-porting] Re: I am getting a2dp_write failed err: -110 when I play media on the headset

2009-11-12 Thread Ash
Hi Mike, Yes, you need to increase the baud rate, chanding bit pool value will not help you definately. Ideally high quality A2DP audio data needs 320-350Kbps of band width. For running this you would need baud-rate of 460.8Kbps which will run basic audio(80% audio data) for you, but i would

[android-porting] Re: I am getting a2dp_write failed err: -110 when I play media on the headset

2009-11-12 Thread Ash
One more thing about: If yes please let me know how can I do that since hciconfig hci0 up is not working with baud rate more than 115200. To resolve this erify that you platform specific code in hciattch has required code to do the baudrate change. On Nov 12, 8:42 pm, Ash ashoks...@gmail.com

[android-porting] Re: I am getting a2dp_write failed err: -110 when I play media on the headset

2009-11-12 Thread Mike
Hi Ash, Thanks for the reply. Yeah I checked the hciattch.c file, there is baud rate change code for 460800 as well as 921600. And I am able to do hciattach with the above configurations but the hciconfig hci0 up is not working. Please lemme know ... On Nov 12, 8:46 pm, Ash ashoks...@gmail.com