[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [bluetooth-dev] Connection problems
sorry for that...next release will be out shortly :)
until then you could extract the bytes from this...
s32
read_ericsson_rev_info(void)
{
s32 tmp;
D_CTRL("read_ericsson_rev_info: \n");
c_pkt.type = CMD_PKT;
c_pkt.ocf = 0xf;
c_pkt.ogf = 0x3f;
c_pkt.len = 0;
tmp = send_cmd((u8*) &c_pkt ,c_pkt.len + CMD_HDR_LEN + HCI_HDR_LEN);
start_cmd_timer();
interruptible_sleep_on(&hci_wq);
return tmp;
}
The answer comes back in a command complete as text.
/Mattias
> -----Original Message-----
> From: Matthias Fuchs [mailto:matthias.fuchs@xxxxxxx.com]
> Sent: Wednesday, July 19, 2000 12:49 PM
> To: Mattias Ågren; bluetooth-dev@xxxxxxx.com
> Subject: Re: [bluetooth-dev] Connection problems
>
>
> Mattias Ågren wrote:
> >
> >
> > > > > We are trying to set up a connection between two ericsson
> > > modules, but
> > > > > some problems have occured. Which firmware in the ericcson
> > > > > baseband has
> > > > > the stack been tested for?
> > > > >
> > > >
> > > > P9A is the one currently used.
> > > Is it possible to flash a new firmware into the ericsson
> > > modules ? I got
> > > two Ericsson EBMKs from sigma comtec.
> > > The ROKs have a version P3C printed on them. This sound very
> > > sounds like
> > > an old version.
> >
> > P3C is the hardware version I guess and that should be ok
> (we have P3D but we used to run on P3C aswell), the firmware
> version you can up from hci with read_ericsson_rev_info() (
> see hci.c ) in our stack.
>
> That function is not in the version of your stack that I am
> using ! I am
> using the tar ball named bluetooth_20000607.tgz.
> Is there a new release ?
>
> Matthias
>
> --
> -------------------------------------------------
> \ Matthias Fuchs \
> \ esd electronic system design Gmbh \
> \ Vahrenwalder Straße 205 \
> \ D-30165 Hannover \
> \ email: matthias.fuchs@xxxxxxx.com \
> \ phone: +49-511-37298-0 \
> \ fax: +49-511-37298-68 \
> --------------------------------------------------
>