[android-porting] Re: How to increase BT-OPP throughput

2009-10-26 Thread Ash
Yes you can increase OBEX MTU size, which will reduce the multiple packets overhead. On Oct 23, 10:10 am, PRAMOD K k.pram...@gmail.com wrote: Hi All, I am working on Bluetooth on Eclair . When I measure a throughput of OPP it is around 500 to 600Kbps. To increase the throughput we need to

[android-porting] Re: How to increase BT-OPP throughput

2009-10-26 Thread PRAMOD K
Hi Ash, Can you please tell me where I can find OBEX MTU variable? I dint find OBEX MTU in code. There is only MAX_PACKET_SIZE_INT=0xFFFE. Is it the same as MTU? In ObexHelper.java I found the following comments /** * The maximum packet size for OBEX packets that this client can handle.