bluetooth solved...
bluetooth solved...
- Subject: bluetooth solved...
- From: J P May <email@hidden>
- Date: Wed, 5 May 2010 13:25:16 +0200
magnificent!!!!!!!!!! thanks....
Hi,
If you need to find the avaialbility and state of local bluetooth
you can use the code below.
BluetoothHCIPowerState powerState;
if(IOBluetoothLocalDeviceAvailable())
{
IOBluetoothLocalDeviceGetPowerState(&powerState);
....
}
With Best Regards,
Padmakumar
Hello -
Does anyone happen to know the answer to the folliowing.
It's easy enough to check if you have local-WiFi available.
But - how do you check if you have Bluetooth available? (I guess
that means, discoverable on the device.)
Does anyone happen to know ?
If so, thanks!
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden