* [Bluez-devel] hci_rssi command
@ 2007-04-07 17:59 Carlos Araujo
2007-04-10 11:37 ` Claudio Takahasi
0 siblings, 1 reply; 2+ messages in thread
From: Carlos Araujo @ 2007-04-07 17:59 UTC (permalink / raw)
To: bluez-devel
[-- Attachment #1.1: Type: text/plain, Size: 530 bytes --]
I'm developing a location aplication using bluetooth, then I'll use the bluez, but I didn't find any documment description of its API. I'll use the power level of the received signal to perform this task. I've had headaches trying perform a hci_rssi command. Then I'd like a code example of using hci_rssi command or how to perform an inquiry with rssi. Could you help me.
thanks
__________________________________________________
Fale com seus amigos de graça com o novo Yahoo! Messenger
http://br.messenger.yahoo.com/
[-- Attachment #1.2: Type: text/html, Size: 548 bytes --]
[-- Attachment #2: Type: text/plain, Size: 345 bytes --]
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
[-- 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] 2+ messages in thread
* Re: [Bluez-devel] hci_rssi command
2007-04-07 17:59 [Bluez-devel] hci_rssi command Carlos Araujo
@ 2007-04-10 11:37 ` Claudio Takahasi
0 siblings, 0 replies; 2+ messages in thread
From: Claudio Takahasi @ 2007-04-10 11:37 UTC (permalink / raw)
To: BlueZ development
On 4/7/07, Carlos Araujo <karlos_barros@yahoo.com.br> wrote:
> I'm developing a location aplication using bluetooth, then I'll use the
> bluez, but I didn't find any documment description of its API. I'll use the
> power level of the received signal to perform this task. I've had headaches
> trying perform a hci_rssi command. Then I'd like a code example of using
> hci_rssi command or how to perform an inquiry with rssi. Could you help me.
>
> thanks
> _______________________________________________
> Bluez-devel mailing list
> Bluez-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-devel
>
>
Hi Carlos,
there are some D-Bus API docs available at:
http://wiki.bluez.org
http://wiki.bluez.org/wiki/Architecture
http://wiki.bluez.org/wiki/Adapter
you can use c, python, perl, c# or any language that supports D-Bus
bindings to start a device discover procedure. Check the python codes
utils/test/apitest and utils/dbusdef.py, there are some API usage
examples.
Run the dbus-monitor and check the output of the following line:
python -i dbusdef.py
>>>adapter.DiscoverDevices()
BR,
Claudio.
--
---------------------------------------------------------
Claudio Takahasi
Instituto Nokia de Tecnologia - INdT
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-04-10 11:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-07 17:59 [Bluez-devel] hci_rssi command Carlos Araujo
2007-04-10 11:37 ` Claudio Takahasi
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.