Linux bluetooth development
 help / color / mirror / Atom feed
From: "Matthias Bruné" <matthiasbrune@gmx.de>
To: bluez-devel@lists.sourceforge.net
Subject: [Bluez-devel] Re: Bypass for L2CAP packets
Date: Tue, 25 Jan 2005 16:25:45 +0000 (UTC)	[thread overview]
Message-ID: <loom.20050125T171228-190@post.gmane.org> (raw)

Hi, 

I removed the the l2cap module by using:
1. rmmod -w (-f) l2cap
2. modprobe -r l2cap

But after starting my program it is always reloaded.
Is there any other command that prevents this reloading permanently?

Many thanks

Matthias


The Trace:
L2CAP
In/Out: From own program to mobile phone
L2CAP: (Logical Link Control and Adaptation Protocol)
	Length: 0x0008 (8 bytes)
	CID: 0x0001 (Signalling Channel)
	Code: 0x02 (Connection Request)
		Identifier: 0x01
		Length: 0x0004 (4 bytes)
		PSM: 0x0003 (RFCOMM)
		Source CID: 0x005d (Connection-oriented Data Channel)
	DataDump:
	08 00 01 00 02 01 04 00 03 00 5d 00               ..........].

L2CAP
In/Out: Incoming from phone
L2CAP: (Logical Link Control and Adaptation Protocol)
	Length: 0x000c (12 bytes)
	CID: 0x0001 (Signalling Channel)
	Code: 0x03 (Connection Response)
		Identifier: 0x01
		Length: 0x0008 (8 bytes)
		Destination CID: 0x0040 (Connection-oriented Data Channel)
		Source CID: 0x005d (Connection-oriented Data Channel)
		Result: 0x0000 (Connection successful)
		Status: 0x0000 (No further information available)
	DataDump:
	0c 00 01 00 03 01 08 00 40 00 5d 00 00 00 00 00   ........@.].....

L2CAP
In/Out: Incoming from phone
L2CAP: (Logical Link Control and Adaptation Protocol)
	Length: 0x000c (12 bytes)
	CID: 0x0001 (Signalling Channel)
	Code: 0x04 (Configuration Request)
		Identifier: 0x0e
		Length: 0x0008 (8 bytes)
		Destination CID: 0x005d (Connection-oriented Data Channel)
		Flags: .... ...0 [Not set] (Continuation flag not set)
		Option Type: .000 0001 [0x1] (Maximum Transmission Unit (MTU))
			Option Type: 0... .... [Not set] (Option must be 
recognized; refuse the configuration request)
			Length: 0x02 (2 bytes)
			Maximum Transmission Unit: 0x8004 (32772 bytes)
	DataDump:
	0c 00 01 00 04 0e 08 00 5d 00 00 00 01 02 04 80   ........].......

L2CAP
In/Out: From BlueZ to mobile phone
L2CAP: (Logical Link Control and Adaptation Protocol)
	Length: 0x0006 (6 bytes)
	CID: 0x0001 (Signalling Channel)
	Code: 0x01 (Command Reject)
		Identifier: 0x01
		Length: 0x0002 (2 bytes)
		Reason: 0x0000 (Command not understood)
	DataDump:
	06 00 01 00 01 01 02 00 00 00                     ..........

L2CAP
In/Out: From BlueZ to mobile phone
L2CAP: (Logical Link Control and Adaptation Protocol)
	Length: 0x0006 (6 bytes)
	CID: 0x0001 (Signalling Channel)
	Code: 0x01 (Command Reject)
		Identifier: 0x0e
		Length: 0x0002 (2 bytes)
		Reason: 0x0000 (Command not understood)
	DataDump:
	06 00 01 00 01 0e 02 00 00 00                     ..........




-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

             reply	other threads:[~2005-01-25 16:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-25 16:25 Matthias Bruné [this message]
2005-01-25 17:04 ` [Bluez-devel] Re: Bypass for L2CAP packets Marcel Holtmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=loom.20050125T171228-190@post.gmane.org \
    --to=matthiasbrune@gmx.de \
    --cc=bluez-devel@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox