* [Bluez-devel] Bluetooth devices connection problem
@ 2006-11-16 11:51 Imran Siddique
2006-11-16 12:06 ` Marcel Holtmann
0 siblings, 1 reply; 4+ messages in thread
From: Imran Siddique @ 2006-11-16 11:51 UTC (permalink / raw)
To: bluez-devel
Hi ...
We are using Linux for tranfering a file on bluetooth devices. Connection c=
reate
function on HCI layer i.e. (hci_create_connection(----)) can't procced and =
give
error message.
Connection failed !
: operation not permitted
kindly suggest is there any problem with linux kernal or else.
Regards,
-- =
Imran Siddique
MS Computing Science
Ume=E5 University,
Sweden.
--------------------
Cell: +46-762743152
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3DDE=
VDEV
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Bluez-devel] Bluetooth devices connection problem
2006-11-16 11:51 [Bluez-devel] Bluetooth devices connection problem Imran Siddique
@ 2006-11-16 12:06 ` Marcel Holtmann
2006-11-16 16:13 ` Imran Siddique
0 siblings, 1 reply; 4+ messages in thread
From: Marcel Holtmann @ 2006-11-16 12:06 UTC (permalink / raw)
To: BlueZ development
Hi,
> We are using Linux for tranfering a file on bluetooth devices. Connection create
> function on HCI layer i.e. (hci_create_connection(----)) can't procced and give
> error message.
>
> Connection failed !
> : operation not permitted
>
> kindly suggest is there any problem with linux kernal or else.
simply don't use this command. There is no need to deal with low-level
HCI command at all. The L2CAP and RFCOMM sockets full abstract from this
and for everything else we have a nice D-Bus based interface.
Regards
Marcel
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Bluez-devel] Bluetooth devices connection problem
2006-11-16 12:06 ` Marcel Holtmann
@ 2006-11-16 16:13 ` Imran Siddique
2006-11-16 16:15 ` Marcel Holtmann
0 siblings, 1 reply; 4+ messages in thread
From: Imran Siddique @ 2006-11-16 16:13 UTC (permalink / raw)
To: BlueZ development
[-- Attachment #1.1: Type: text/plain, Size: 1607 bytes --]
I know that is very easy to implement with L2CAP and RFCOMM, but my assignment is to be implement using HCI layer, and have to use these command ...
Now, I have fix this problem ...
Thanks for ur reply ...
take care
Regards,
Marcel Holtmann <marcel@holtmann.org> wrote:
Hi,
> We are using Linux for tranfering a file on bluetooth devices. Connection create
> function on HCI layer i.e. (hci_create_connection(----)) can't procced and give
> error message.
>
> Connection failed !
> : operation not permitted
>
> kindly suggest is there any problem with linux kernal or else.
simply don't use this command. There is no need to deal with low-level
HCI command at all. The L2CAP and RFCOMM sockets full abstract from this
and for everything else we have a nice D-Bus based interface.
Regards
Marcel
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
Imran Siddique
MS Computing Science
Umeå University,
Sweden.
--------------------------------
Cell: +46-762743152
---------------------------------
Sponsored Link
Mortgage rates near 39yr lows. $510,000 Mortgage for $1,698/mo - Calculate new house payment
[-- Attachment #1.2: Type: text/html, Size: 2141 bytes --]
[-- Attachment #2: Type: text/plain, Size: 347 bytes --]
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
[-- Attachment #3: Type: text/plain, Size: 164 bytes --]
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Bluez-devel] Bluetooth devices connection problem
2006-11-16 16:13 ` Imran Siddique
@ 2006-11-16 16:15 ` Marcel Holtmann
0 siblings, 0 replies; 4+ messages in thread
From: Marcel Holtmann @ 2006-11-16 16:15 UTC (permalink / raw)
To: BlueZ development
Hi,
> I know that is very easy to implement with L2CAP and RFCOMM, but my
> assignment is to be implement using HCI layer, and have to use these
> command ...
actually that is a total stupid task and doesn't comply with
specification, but have fun.
Regards
Marcel
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-11-16 16:15 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-16 11:51 [Bluez-devel] Bluetooth devices connection problem Imran Siddique
2006-11-16 12:06 ` Marcel Holtmann
2006-11-16 16:13 ` Imran Siddique
2006-11-16 16:15 ` Marcel Holtmann
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.