Bluetooth signal strength

M

Marco Minerva

Hi all!

It is possibile to retrieve the Bluetooth signal strength from a .NET
CF application? I'm using the OpenNET CF Library, but it seems not to
have a function like this.

Any help wuold be appreciated.

Regards,
Marco Minerva, (e-mail address removed)
http://blogs.ugidotnet.org/marcom
 
P

Peter Foot [MVP]

The Microsoft stack does not expose this information, not in any of the
documented functions at least.

Peter
 
G

Guest

The point is that if there is a way to do it (and no one is saying there is)
it's not documented, so there would be no way to know what to P/Invoke.


--
Chris Tacke
OpenNETCF Consulting
Managed Code in the Embedded World
www.opennetcf.com
 
F

Fabien

Hi,

If you use WM 5.0, you can use the new State and Notifications Broker
API to retrieve system state information, there are lot of
functionnalities :
using Microsoft.WindowsMobile.Status then :
SystemState.ConnectionsBluetoothDescriptions
you will get a semicolon delimited string containing the description of
each of the Bluetooth connections, perhaps you will have the signal
strength information...


BR


Fabien Decret
Windows Embedded Consultant


ADENEO (ADESET)
http://www.adeneo.adetelgroup.com/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top