From: "Ellen (Yi) Zhang" <ezhang@deltamobile.com>
To: bluez-users@lists.sourceforge.net
Subject: [Bluez-users] bccmd set PS Key issue
Date: Mon, 19 May 2008 17:05:05 -0500 [thread overview]
Message-ID: <4831F991.2080801@deltamobile.com> (raw)
In-Reply-To: <mailman.269331.1211068363.29930.bluez-users@lists.sourceforge.net>
Hi all,
I'm using a CSR casira kit with BC04 ROM to connect to a Linux PC
through UART.
By "hciattach", the casira board is attached to Bluez stack and the
"hciconfig hci0 up" could initiate the device.
The issue is with "bccmd psset" command. I used "bccmd pslist" and
"bccmd psread" to check the PS Keys that are configured in persistent
stores and found that PSKEY_ANA_FREQ was not in the list. To get the
casira board running, I tried to set the Bluetooth address and crystal
frequency of the BC04 ROM by "bccmd psset". Writing a new bdaddr to
PSKEY_BDADDR is OK while writing to PSKEY_ANA_FREQ fails. From hcidump,
I found that to write data to a PS Key, it first reads the PS Key from
RAM and check the length of the variable. For PS Keys that are not
configured yet, like the anafreq in my case, the length of the variable
would be 0 and the cmd_psset function in bccmd.c exits with error, not
trying to write. So the "psset anafreq" always fails with "Can't
execute command: No such device or address (6)". Since PSKEY_BDADDR
already has a default value, it's ok to use psset to change the value.
Could anyone give any hints what I did wrong? Your help is highly
appreciated.
Best regards,
Ellen
Linux 2.6.22
bluez-libs 3.24
bluez-utils 3.24
1. Configure Bluetooth address:
> sudo bccmd psset -s default bdaddr 0xfa 0x00 0x0d 0xc1 0x55 0x00 0x0c
0x00
[Corresponding hcidump:]
< HCI Command: Read Local Version Information (0x04|0x0001) plen 0
> HCI Event: Command Complete (0x0e) plen 12
Read Local Version Information (0x04|0x0001) ncmd 1
status 0x00
HCI Version: 2.0 (0x3) HCI Revision: 0xc5c
LMP Version: 2.0 (0x3) LMP Subversion: 0xc5c
Manufacturer: Cambridge Silicon Radio (10)
< HCI Command: Vendor (0x3f|0x0000) plen 19
BCCMD: Get req: len 9 seqno 0 varid 0x3006 status 0
PS_SIZE: key 0x0001 stores 0x0000
> HCI Event: Vendor (0xff) plen 19
BCCMD: Get rsp: len 9 seqno 0 varid 0x3006 status 0
PS_SIZE: key 0x0001 len 0x0004
< HCI Command: Vendor (0x3f|0x0000) plen 25
BCCMD: Set req: len 12 seqno 1 varid 0x7003 status 0
PSKEY: key 0x0001 len 4 stores 0x0000
BDADDR: bdaddr 00:55:C1:0D:00:FA
> HCI Event: Vendor (0xff) plen 25
BCCMD: Get rsp: len 12 seqno 1 varid 0x7003 status 0
PSKEY: key 0x0001 len 4 stores 0x0000
BDADDR: bdaddr 00:55:C1:0D:00:FA
2. Configure crystal frequency:
> sudo bccmd psset -s default anafreq 0x6590
Can't execute command: No such device or address (6)
[Corresponding hcidump:]
< HCI Command: Read Local Version Information (0x04|0x0001) plen 0
> HCI Event: Command Complete (0x0e) plen 12
Read Local Version Information (0x04|0x0001) ncmd 1
status 0x00
HCI Version: 2.0 (0x3) HCI Revision: 0xc5c
LMP Version: 2.0 (0x3) LMP Subversion: 0xc5c
Manufacturer: Cambridge Silicon Radio (10)
< HCI Command: Vendor (0x3f|0x0000) plen 19
BCCMD: Get req: len 9 seqno 0 varid 0x3006 status 0
PS_SIZE: key 0x01fe stores 0x0000
> HCI Event: Vendor (0xff) plen 19
BCCMD: Get rsp: len 9 seqno 0 varid 0x3006 status 8
PS_SIZE: key 0x01fe len 0x0000
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
next parent reply other threads:[~2008-05-19 22:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <mailman.269331.1211068363.29930.bluez-users@lists.sourceforge.net>
2008-05-19 22:05 ` Ellen (Yi) Zhang [this message]
2008-05-21 14:36 ` [Bluez-users] bccmd set PS Key issue 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=4831F991.2080801@deltamobile.com \
--to=ezhang@deltamobile.com \
--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).