Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Dec 2005 15:29:42 -0800
From:      Maksim Yevmenkin <maksim.yevmenkin@savvis.net>
To:        Dmitry Dyomin <bt@old.com.ua>
Cc:        freebsd-bluetooth@freebsd.org
Subject:   Re: BT LAN connection with Symbian phones
Message-ID:  <43A0AAE6.30203@savvis.net>
In-Reply-To: <20051214220823.D54073@home.old.com.ua>
References:  <20051213171917.N10381@home.old.com.ua>	<439F0DCC.7090009@savvis.net>	<20051213210626.W12029@home.old.com.ua> <439F21CD.8040902@savvis.net>	<20051213213826.H12364@home.old.com.ua> <20051214220823.D54073@home.old.com.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
Dmitry Dyomin wrote:
> On Tue, 13 Dec 2005, Dmitry Dyomin wrote:
> 
>> I've got this in /var/log/messages:
>>
>> Dec 13 21:36:22 home kernel: ng_ubt_rcvdata: ubt0 - Dropping HCI frame 
>> 0x1, len=124. Queue full
> 
> 
> Unfortunately I have to ask for help with this issue once again.
> 
> I established the connection without any problems after trying gnubox.
> I tested it by pointing the phone's opera to the local apache server, I got
> fine results and actually thought everything was just perfect.
> 
> Still when I tried to access the page bigger than just 404 apache error
> page (which I tried first), I got the same 'Queue full' stuff like above.
> The connection was dropped after these errors.

how fast is you freebsd machine? are you running with debugging options 
enabled (i.e. witness etc.)?

> I tried to find the way out myself, but in vain.
> 
> Is there any way to increase net.bluetooth.hci.sockets.raw.queue_maxlen or
> whatever is controlling the queue length?
> Maybe some other workarounds you could suggest?

# ngctl msg ubt0: set_qlen "{ queue=2 qlen=50 }"
# ngctl status ubt0:

queue=1 means CMD (command) queue
queue=2 means ACL queue
queue=3 means SCO queue

thanks,
max



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?43A0AAE6.30203>