public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* BNEP problem, hardware dependent?
@ 2009-09-16 16:19 Stefan Seyfried
  2009-09-16 18:48 ` Luiz Augusto von Dentz
  0 siblings, 1 reply; 4+ messages in thread
From: Stefan Seyfried @ 2009-09-16 16:19 UTC (permalink / raw)
  To: BlueZ devel list

Hi,

recently I was changing my work machine. When I wanted to do my usual
setup (hacked up test-network script) to connect to the internet via my
mobile phone, I got "bnep error".

It is this piese of code in network/connection.c:

270         if (rsp->ctrl != BNEP_SETUP_CONN_RSP)
271                 return TRUE;
272
273         r = ntohs(rsp->resp);
274
275         if (r != BNEP_SUCCESS) {
276                 error("bnep failed");
277                 goto failed;
278         }

I then found out that it did work with some dongles, and it did not
work with others. Apparently there was no connection to the "quality"
of the dongles (but I have to admit, that AFAIR all were broadcom or
worse), there was a very cheap one that did work and more expensive
ones that didn't.

I always thought that the "supported profiles" list on the packaging
was just a "what we licensed in the driver" list and that all hardware
could do everything.

Am I wrong?

Thanks,

	Stefan
-- 
Stefan Seyfried

"Any ideas, John?"
"Well, surrounding them's out."

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-09-18 10:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-16 16:19 BNEP problem, hardware dependent? Stefan Seyfried
2009-09-16 18:48 ` Luiz Augusto von Dentz
2009-09-18 10:07   ` Stefan Seyfried
2009-09-18 10:46     ` Stefan Seyfried

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox