public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [Bluez-users] data fragment
@ 2006-12-02 11:40 Uichin (Eugene) Lee
  2006-12-03 13:31 ` Marcel Holtmann
  0 siblings, 1 reply; 2+ messages in thread
From: Uichin (Eugene) Lee @ 2006-12-02 11:40 UTC (permalink / raw)
  To: bluez-users

Hi All,

I have an urgent question. I'm sending a 2300B packet from one machine
to another machine through L2CAP. I used hcidump to see the
fragmentation in L2CAP.

I looked at the kernel code, and realized that L2CAP uses "ACL_MTU" to
do the fragmentation. hcidump at the sender side shows that

< ACL data: handle 1 flags 0x01 dlen: 120

However, hcidump at the receiver side shows like this:

> ACL data: handle 42 flags 0x01 dlen: 224
=> 10 times +
> ACL data: handle 42 flags 0x01 dlen: 64

Total 2304 (2300B payload + 4 bytes - CID/Length)

What's happening here? At the lower layer (i.e., LMP), pack those
packets and then create another ACL packet with length 224 (the size
of  DM5 packet). It seems like LMP packs uppper level data packets
into current baseband packet format. Is that true?

Thank you.
-- 
Uichin (Eugene) Lee
Ph.D. Student UCLA CS Dept.

-------------------------------------------------------------------------
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-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:[~2006-12-03 13:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-02 11:40 [Bluez-users] data fragment Uichin (Eugene) Lee
2006-12-03 13:31 ` Marcel Holtmann

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