* [Bluez-devel] HCI host
@ 2006-08-25 9:48 Dalmo Oliveira
2006-08-25 13:05 ` Marcel Holtmann
0 siblings, 1 reply; 4+ messages in thread
From: Dalmo Oliveira @ 2006-08-25 9:48 UTC (permalink / raw)
To: bluez-devel
[-- Attachment #1.1: Type: text/plain, Size: 270 bytes --]
Hi, i am in a group that is developing a bluetooth firmware (in C
language). We are developing the hci host, baseband, lmp.
I would like to test the hci host with bluez, to see if the packets that
i am expecting are right. How can i use bluez to do this?
Tks!
[-- Attachment #1.2: Type: text/html, Size: 350 bytes --]
[-- Attachment #2: Type: text/plain, Size: 373 bytes --]
-------------------------------------------------------------------------
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
[-- Attachment #3: Type: text/plain, Size: 164 bytes --]
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Bluez-devel] HCI host
2006-08-25 9:48 Dalmo Oliveira
@ 2006-08-25 13:05 ` Marcel Holtmann
0 siblings, 0 replies; 4+ messages in thread
From: Marcel Holtmann @ 2006-08-25 13:05 UTC (permalink / raw)
To: BlueZ development
Hi Dalmo,
> Hi, i am in a group that is developing a bluetooth firmware (in C
> language). We are developing the hci host, baseband, lmp.
is this an open project? What hardware are you using for the radio and
the baseband?
> I would like to test the hci host with bluez, to see if the packets
> that i am expecting are right. How can i use bluez to do this?
If you have USB or UART as transport then you don't need anything
special. If you only have the raw HCI packets, then you might wanna look
at the hci_vhci kernel module which allows you to write a virtual
Bluetooth adapter. The hciemu program for example is using it to emulate
a HCI device.
Regards
Marcel
-------------------------------------------------------------------------
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
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Bluez-devel] HCI host
@ 2006-08-28 1:48 Dalmo Oliveira
2006-08-28 13:36 ` Marcel Holtmann
0 siblings, 1 reply; 4+ messages in thread
From: Dalmo Oliveira @ 2006-08-28 1:48 UTC (permalink / raw)
To: bluez-devel
[-- Attachment #1.1: Type: text/plain, Size: 809 bytes --]
>>> Hi, i am in a group that is developing a bluetooth firmware (in C
>>> language). We are developing the hci host, baseband, lmp.
>is this an open project? What hardware are you using for the radio and
>the baseband?
>>> I would like to test the hci host with bluez, to see if the packets
>>> that i am expecting are right. How can i use bluez to do this?
>If you have USB or UART as transport then you don't need anything
>special. If you only have the raw HCI packets, then you might wanna look
>at the hci_vhci kernel module which allows you to write a virtual
>Bluetooth adapter. The hciemu program for example is using it to emulate
>a HCI device.
>Regards
>Marcel
Hi Marcel, i would like to know if is possible to create a program in C that
receive HCI packet from bluez. Is it possible?
[-- Attachment #1.2: Type: text/html, Size: 1025 bytes --]
[-- Attachment #2: Type: text/plain, Size: 373 bytes --]
-------------------------------------------------------------------------
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
[-- Attachment #3: Type: text/plain, Size: 164 bytes --]
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Bluez-devel] HCI host
2006-08-28 1:48 [Bluez-devel] HCI host Dalmo Oliveira
@ 2006-08-28 13:36 ` Marcel Holtmann
0 siblings, 0 replies; 4+ messages in thread
From: Marcel Holtmann @ 2006-08-28 13:36 UTC (permalink / raw)
To: BlueZ development
Hi Dalmo,
>
> Hi Marcel, i would like to know if is possible to create a program in
> C that receive HCI packet from bluez. Is it possible?
as I said, you need to use the hci_vhci kernel module and then write a
program that feeds HCI data into /dev/vhci and back to your system. The
hciemu program is doing something like this.
Regards
Marcel
-------------------------------------------------------------------------
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
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-08-28 13:36 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-28 1:48 [Bluez-devel] HCI host Dalmo Oliveira
2006-08-28 13:36 ` Marcel Holtmann
-- strict thread matches above, loose matches on Subject: below --
2006-08-25 9:48 Dalmo Oliveira
2006-08-25 13:05 ` Marcel Holtmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox