Re: Macnetworkprog Digest, Vol 7, Issue 18
Re: Macnetworkprog Digest, Vol 7, Issue 18
- Subject: Re: Macnetworkprog Digest, Vol 7, Issue 18
- From: padmakumar <email@hidden>
- Date: Wed, 05 May 2010 11:28:22 +0530
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
On 4/28/2010 12:37 AM, email@hidden wrote:
Send Macnetworkprog mailing list submissions to
email@hidden
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.apple.com/mailman/listinfo/macnetworkprog
or, via email, send a message with subject or body 'help' to
email@hidden
You can reach the person managing the list at
email@hidden
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Macnetworkprog digest..."
Today's Topics:
1. the mystery of checking for bluetooth... (J P May)
----------------------------------------------------------------------
Message: 1
Date: Tue, 27 Apr 2010 18:09:01 +0200
From: J P May<email@hidden>
Subject: the mystery of checking for bluetooth...
To: email@hidden
Message-ID:<p0624080bc7fcbc9bb765@[192.168.1.3]>
Content-Type: text/plain; charset="us-ascii" ; format="flowed"
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!
------------------------------
_______________________________________________
Macnetworkprog mailing list
email@hidden
http://lists.apple.com/mailman/listinfo/macnetworkprog
End of Macnetworkprog Digest, Vol 7, Issue 18
*********************************************
_______________________________________________
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