Bluetooth signal strength

  • Thread starter Thread starter Marco Minerva
  • Start date Start date
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
 
The Microsoft stack does not expose this information, not in any of the
documented functions at least.

Peter
 
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
 
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/
 
Back
Top