From: David Mackie <D.Mackie@ru.ac.za>
To: bluez-users@lists.sourceforge.net
Subject: [Bluez-users] rfcomm connect error Too many links(31)
Date: Wed, 18 Jan 2006 14:37:39 +0200 [thread overview]
Message-ID: <20060118123739.GA39259@rucus.ru.ac.za> (raw)
Hi,
I am trying to write a program that forwards one rfcomm connection to
another connection, but each time I try make a 2nd connection out I get a
"Too many links(31)" error. Attached is my code but here is some simple
"psedo code" of it:
rcsocklisten = socket(PF_BLUETOOTH, SOCK_STREAM, BTPROTO_RFCOMM)
bind(rcsocklisten, (struct sockaddr *) &loc_addr, sizeof(loc_addr)
listen(rcsocklisten, 4)
rcsockin = accept(rcsocklisten, (struct sockaddr *)&rem_addr, &opt)
rcsockout = socket(PF_BLUETOOTH, SOCK_STREAM, BTPROTO_RFCOMM)
bind(rcsockout, (struct sockaddr *) &addr, sizeof(addr)
connect(rcsockout, (struct sockaddr *)&addr, sizeof(addr)
--ERROR here--
hcidump -V -x shows the following:
< HCI Command: Create Connection (0x01|0x0005) plen 13
bdaddr 00:80:C8:26:FD:6D ptype 0xcc18 rswitch 0x01 clkoffset 0x0000
Packet type: DM1 DM3 DM5 DH1 DH3 DH5
> HCI Event: Command Status (0x0f) plen 4
Create Connection (0x01|0x0005) status 0x00 ncmd 1
> HCI Event: Connect Complete (0x03) plen 11
status 0x09 handle 0 bdaddr 00:80:C8:26:FD:6D type ACL encrypt 0x00
Error: Connection Limit Exceeded
The "Connection Limit Exceeded" is worry and confusing me as I have run
mutiple rfcomm connections through this chip before.
below are hciconfig -a on the 3 devices
[device rcloopback is run on]
hci0: Type: USB
BD Address: 00:0D:88:AC:DE:07 ACL MTU: 192:8 SCO MTU: 64:8
UP RUNNING
RX bytes:244095 acl:1979 sco:0 events:11528 errors:0
TX bytes:1472737 acl:11072 sco:0 commands:184 errors:0
Features: 0xff 0xff 0x0f 0x00 0x00 0x00 0x00 0x00
Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3
Link policy: RSWITCH HOLD SNIFF PARK
Link mode: SLAVE ACCEPT
Name: 'bent'
Class: 0x3e0100
Service Classes: Networking, Rendering, Capturing
Device Class: Computer, Uncategorized
HCI Ver: 1.1 (0x1) HCI Rev: 0x1bb LMP Ver: 1.1 (0x1) LMP Subver: 0x1bb
Manufacturer: Cambridge Silicon Radio (10)
[device connecting to rcloopback]
hci0: Type: USB
BD Address: 00:20:ED:09:59:57 ACL MTU: 192:8 SCO MTU: 64:8
UP RUNNING PSCAN ISCAN
RX bytes:181657222 acl:868257 sco:0 events:533586 errors:0
TX bytes:106682353 acl:645874 sco:0 commands:615 errors:0
Features: 0xff 0xff 0x0f 0x00 0x00 0x00 0x00 0x00
Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3
Link policy: RSWITCH HOLD SNIFF PARK
Link mode: SLAVE ACCEPT
Name: 'crooked'
Class: 0x3e0100
Service Classes: Networking, Rendering, Capturing
Device Class: Computer, Uncategorized
HCI Ver: 1.1 (0x1) HCI Rev: 0x110 LMP Ver: 1.1 (0x1) LMP Subver: 0x110
Manufacturer: Cambridge Silicon Radio (10)
[device rcloopback connects too]
hci0: Type: USB
BD Address: 00:80:C8:26:FD:6D ACL MTU: 192:8 SCO MTU: 64:8
UP RUNNING
RX bytes:394 acl:0 sco:0 events:18 errors:0
TX bytes:319 acl:0 sco:0 commands:17 errors:0
Features: 0xff 0xff 0x0f 0x00 0x00 0x00 0x00 0x00
Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3
Link policy: RSWITCH HOLD SNIFF PARK
Link mode: SLAVE ACCEPT
Name: 'ubuntu-0'
Class: 0x3e0100
Service Classes: Networking, Rendering, Capturing
Device Class: Computer, Uncategorized
HCI Ver: 1.1 (0x1) HCI Rev: 0x1bb LMP Ver: 1.1 (0x1) LMP Subver: 0x1bb
Manufacturer: Cambridge Silicon Radio (10)
Any help would be very much appreciated as I am hitting a brick wall...
--
David Mackie
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
next reply other threads:[~2006-01-18 12:37 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-01-18 12:37 David Mackie [this message]
2006-01-18 12:48 ` [Bluez-users] rfcomm connect error Too many links(31) Marcel Holtmann
2006-01-18 14:40 ` David Mackie
2006-01-18 14:46 ` 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=20060118123739.GA39259@rucus.ru.ac.za \
--to=d.mackie@ru.ac.za \
--cc=bluez-users@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;
as well as URLs for NNTP newsgroup(s).