Subject: SONY DSC-FX77 and BIP - msg#00031
List: linux.bluez.devel
again, the problem: bip under winxp..
bip service registered and being advertised... cam
reports "support: unknown". after clicking
on connect it just says "disconnected".
server did not receive a single bit.
tried all available ports, makes no difference.
anyone have any idea ?
im using an acer usb bluetooth stick..
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
Was this page helpful?
Thread at a glance:
Previous Message by Date:
click to view message preview
RE: RE: Rfcomm qualification
Marcel,
Have you two worked out a solution for this one (see message below)?
Should I use the last patch you sent to test?
-Daryl.
> -----Original Message-----
> From: Marcel Holtmann [mailto:marcel@xxxxxxxxxxxxxxxxxxxx]
> Sent: August 5, 2003 3:04 PM
> To: Max Krasnyansky
> Cc: Daryl Van Vorst; BlueZ Mailing List
> Subject: Re: [Bluez-devel] RE: Rfcomm qualification
>
>
> Hi Max,
>
> > >The attached patch sets the default values for session and dlc
> > >credits to zero and put in RFCOMM_MAX_CREDITS only if we
> receive a PN
> > >with 1.1 flow control.
> > >
> > >What do you think?
> >
> > I don't like this:
> >
> > @@ -746,7 +746,7 @@
> > pn->ack_timer = 0;
> > pn->max_retrans = 0;
> >
> > - if (d->credits) {
> > + if (cr || d->credits) {
> >
> >
> > This basically means that we'll always request CFC even if
> the other
> > side explicitly told us that they don't support it. Which is kinda
> > dumb :).
>
> I know exactly what you mean and I don't like it either. But
> my general purpose of this patch was not to introduce another
> "state" of credits. And btw. credits is a uint at the moment.
>
> What do you thing about using session->flags and once we
> received a positive CFC acknowledgment we set a session wide flag?
>
> > Here is what I would do (no time for the patch sory).
> > When session is created set s->credits to -1. Replace above if()
> > statement
> > with
> > if (s->credits < 0) {
>
> I think only
>
> if (s->credits != 0) {
>
> will work in this case ;)
>
> > Also rfcomm_apply_pn() needs to set d->credits only once at
> the end of
> > the function.
>
> This depends on how strict we want to go with the RFCOMM
> spec. It says that if one dlc requests CFC all other dlc's
> should go with CFC, too. I like to give the dlc the chance to
> deactivate or activate CFC even if session default CFC
> setting says otherwise. But maybe this feature is non-sense -
> I have to think about it in more detail.
>
> Regards
>
> Marcel
>
>
>
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
Next Message by Date:
click to view message preview
RE: RE: Rfcomm qualification
Hi Daryl,
> Have you two worked out a solution for this one (see message below)?
I am working on another way to solve this problem. The patch in
2.4.18-mh8 should work, but it is not the best solution.
> Should I use the last patch you sent to test?
Give it a try, because it should pass the test.
Regards
Marcel
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
Previous Message by Thread:
click to view message preview
l2cap connection over an already established ACL link
Hi all,
I'm studing Bluez in pan configuration.
I would like to know if bluez allows to setup a connection (by socket
"connect" function i.e. the L2CAP_sock_connect function) in PAND on an
ACL link that I have already established manually by HCI functions.
I looked in the BLUEZ code and I can't get if the L2CAP_sock_connect
ignores hci_create_connection function when the ACL link is already
established.
Thanks
Ilario
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
Next Message by Thread:
click to view message preview
Re: SONY DSC-FX77 and BIP
Hi,
> again, the problem: bip under winxp..
this list is for Linux and Bluetooth.
Regards
Marcel
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01