All of lore.kernel.org
 help / color / mirror / Atom feed
From: "José Sánchez Sánchez" <jose.sanchez@libera.net>
To: "'BlueZ development'" <bluez-devel@lists.sourceforge.net>
Subject: Re: [Bluez-devel] RV: sdp_connect don't work with some handsets
Date: Fri, 15 Jun 2007 13:00:29 +0200	[thread overview]
Message-ID: <003e01c7af3c$65f14e00$a100010a@Libera.local> (raw)
In-Reply-To: <1181903862.6846.23.camel@aeonflux.inter-touch.com>

Hi Marcel

Here you can see "hciconfig -a" result:

******************************************
[root@localhost sbin]# ./hciconfig -a
hci0:   Type: USB
        BD Address: 00:0B:0D:0B:21:6F ACL MTU: 120:20 SCO MTU: 0:0
        UP RUNNING PSCAN ISCAN 
        RX bytes:33459 acl:496 sco:0 events:750 errors:0
        TX bytes:46184 acl:740 sco:0 commands:228 errors:0
        Features: 0xff 0xff 0x05 0x38 0x18 0x18 0x00 0x00
        Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3 
        Link policy: RSWITCH HOLD SNIFF PARK 
        Link mode: SLAVE ACCEPT 
        Name: 'libera networks'
        Class: 0x120104
        Service Classes: Networking, Object Transfer
        Device Class: Computer, Desktop workstation
        HCI Ver: 1.2 (0x2) HCI Rev: 0x0 LMP Ver: 1.2 (0x2) LMP Subver: 0x757
        Manufacturer: Silicon Wave (11)
*******************************************

With "hcitool info MAC" I have the same problem:


*******************************************

[root@localhost sbin]# hcitool info 00:19:A1:36:C5:71     (LG Handset)
Requesting information ...
Can't create connection: Input/output error

[root@localhost sbin]# hcitool info 9A:BC:56:78:12:34   (GRUNGIG Handset) 
Requesting information ...
Can't create connection: Input/output error

[root@localhost sbin]# hcitool info 00:1A:75:12:E5:d8 (SONY-ERIC. Handset) 
Requesting information ...
        BD Address:  00:1A:75:12:E5:d8
        Device Name: Z610i
        LMP Version: 2.0 (0x3) LMP Subversion: 0x520
        Manufacturer: ST Microelectronics (48)
        Features: 0xff 0xeb 0x8d 0xfe 0x9b 0xe9 0x00 0x00
                <3-slot packets> <5-slot packets> <encryption> <slot offset>

                <timing accuracy> <role switch> <hold mode> <sniff mode> 
                <park state> <RSSI> <SCO link> <HV3 packets> <u-law log> 
                <A-law log> <CVSD> <power control> <transparent SCO> 
                <broadcast encrypt> <EDR ACL 2 Mbps> <EDR ACL 3 Mbps> 
                <enhanced iscan> <interlaced iscan> <interlaced pscan> 
                <inquiry with RSSI> <extended SCO> <EV4 packets> <EV5
packets> 
                <AFH cap. slave> <AFH class. slave> <3-slot EDR ACL> 
                <5-slot EDR ACL> <AFH cap. master> <EDR eSCO 2 Mbps> 
                <EDR eSCO 3 Mbps> <3-slot EDR eSCO> 

**************************************

Also  I can see using hcidump that the problem with hcitool is "Role change
not allowed" again.

****************************************

[root@localhost sbin]# ./hcidump -X -V
HCI sniffer - Bluetooth packet analyzer ver 1.32
device: hci0 snap_len: 1028 filter: 0xffffffff
< HCI Command: Create Connection (0x01|0x0005) plen 13
    bdaddr 9A:BC:56:78:12:34 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: Role Change (0x12) plen 8
    status 0x00 bdaddr 9A:BC:56:78:12:34 role 0x00
    Role: Master
> HCI Event: Connect Complete (0x03) plen 11
    status 0x21 handle 8 bdaddr 9A:BC:56:78:12:34 type ACL encrypt 0x00
    Error: Role Change Not Allowed

********************************************

Regards

Jose


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

  reply	other threads:[~2007-06-15 11:00 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-15  8:48 [Bluez-devel] RV: sdp_connect don't work with some handsets José Sánchez Sánchez
2007-06-15  9:53 ` Marcel Holtmann
2007-06-15 10:33   ` José Sánchez Sánchez
2007-06-15 10:37     ` Marcel Holtmann
2007-06-15 11:00       ` José Sánchez Sánchez [this message]
2007-06-16  7:33         ` 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='003e01c7af3c$65f14e00$a100010a@Libera.local' \
    --to=jose.sanchez@libera.net \
    --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 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.