HI jeff and thanks for your answer,
Albert Huang's Web is helping me a lot but i still have some problems, Im =
trying to writte some simple code, just for starting to work with bluez, an=
d =
im findin some problems ussing the libraries, for example:
Im trying to writte the class of device using hci_write_class_of_dev(int dd=
, =
uint32_t cls, int to) im having problems ussing the libraries becouse i hav=
e =
found no documentation about what "dd" and "to" means(whats suposed to be =
sent to those variables and maybe whats that for).
Im more interested in fidnding a documentation about the libraries themself=
s =
so i can solve the problems that ill find in the future by my own than in =
knowing what those variables means.
Thanks for your help again.
Javier
P.S.: im having lots of problems sending mails to the list, i ussually have=
to =
send the same mail from 3 to 4 times, hope they dont reach all to the lis=
t, =
=BFany idea why could that be happening?
P.S.S. Im trying to start a new thread ebcouse im unable to answer to the m=
ail =
that jeff answered me, maybe starting a new one it works
-- =
******************************************************
Javier Cuesta Ca=F1as
PINDIATEC SL
Cemcam Of. 114
Pg. Trascueto s/n
39600 Camargo -Cantabria- Espa=F1a
Tel. +34 942059901 =A0 =A0 =A0Fax: +34 942059902
email: [email protected]
******************************************************
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easi=
er
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat=3D1=
21642
_______________________________________________
Bluez-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bluez-devel
dd is an HCI socket opened either with socket() or hci_open_dev()
to is a timeout, in milliseconds I think.
-albert
On 9/7/06, Javier Cuesta <[email protected]> wrote:
>
> HI jeff and thanks for your answer,
>
> Albert Huang's Web is helping me a lot but i still have some problems, Im
> trying to writte some simple code, just for starting to work with bluez,
> and
> im findin some problems ussing the libraries, for example:
>
> Im trying to writte the class of device using hci_write_class_of_dev(int
> dd,
> uint32_t cls, int to) im having problems ussing the libraries becouse i
> have
> found no documentation about what "dd" and "to" means(whats suposed to be
> sent to those variables and maybe whats that for).
>
> Im more interested in fidnding a documentation about the libraries
> themselfs
> so i can solve the problems that ill find in the future by my own than in
> knowing what those variables means.
>
> Thanks for your help again.
>
> Javier
>
> P.S.: im having lots of problems sending mails to the list, i ussually
> have to
> send the same mail from 3 to 4 times, hope they dont reach all to the
> list,
> ?any idea why could that be happening?
>
> P.S.S. Im trying to start a new thread ebcouse im unable to answer to the
> mail
> that jeff answered me, maybe starting a new one it works
> --
> ******************************************************
> Javier Cuesta Ca?as
>
> PINDIATEC SL
> Cemcam Of. 114
> Pg. Trascueto s/n
> 39600 Camargo -Cantabria- Espa?a
> Tel. +34 942059901 Fax: +34 942059902
> email: [email protected]
> ******************************************************
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job
> easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Bluez-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/bluez-devel
>