* [Bluez-users] Can anybody help plz?
@ 2005-04-05 11:46 vaishali paisal
2005-04-05 15:14 ` Marcel Holtmann
0 siblings, 1 reply; 2+ messages in thread
From: vaishali paisal @ 2005-04-05 11:46 UTC (permalink / raw)
To: bluez-users
[-- Attachment #1: Type: text/plain, Size: 574 bytes --]
Hello all,
I have a small problem in understanding the blueZ source code for kernel 2.6.11.I am unable to find out exactly how the kernel implementations of the l2cap layer,hcilayer and rfcomm layer are interacting amongst themselves ?As well as how they interact with the user space libraries?
I have seen some functions in l2cap.c calling functions from hci_core.c which have been put as EXPORT_SYMBOL() in hci_core.c.
Is it the way they are communicating or am i missing something?
I am new to BlueZ and kernel programming stuff.
Thanks in advance.
[-- Attachment #2: Type: text/html, Size: 862 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Bluez-users] Can anybody help plz?
2005-04-05 11:46 [Bluez-users] Can anybody help plz? vaishali paisal
@ 2005-04-05 15:14 ` Marcel Holtmann
0 siblings, 0 replies; 2+ messages in thread
From: Marcel Holtmann @ 2005-04-05 15:14 UTC (permalink / raw)
To: bluez-users
Hi,
> I have a small problem in understanding the blueZ source code for
> kernel 2.6.11.I am unable to find out exactly how the kernel
> implementations of the l2cap layer,hcilayer and rfcomm layer are
> interacting amongst themselves ?As well as how they interact with the
> user space libraries?
>
> I have seen some functions in l2cap.c calling functions from
> hci_core.c which have been put as EXPORT_SYMBOL() in hci_core.c.
> Is it the way they are communicating or am i missing something?
the module interaction is done by the exported symbols as you already
realized. The upper layer modules like RFCOMM, BNEP etc. are using the
L2CAP socket interface inside the kernel. All userspace tools are using
the ioctls and the socket interfaces.
Regards
Marcel
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-04-05 15:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-05 11:46 [Bluez-users] Can anybody help plz? vaishali paisal
2005-04-05 15:14 ` Marcel Holtmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox