Re: Macnetworkprog Digest, Vol 7, Issue 18
site_archiver@lists.apple.com Delivered-To: macnetworkprog@lists.apple.com User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 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 Send Macnetworkprog mailing list submissions to macnetworkprog@lists.apple.com 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 macnetworkprog-request@lists.apple.com You can reach the person managing the list at macnetworkprog-owner@lists.apple.com 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<jpm@interestingsoftware.com> Subject: the mystery of checking for bluetooth... To: macnetworkprog@lists.apple.com 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 Macnetworkprog@lists.apple.com 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 (Macnetworkprog@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/macnetworkprog/site_archiver%40lists.... On 4/28/2010 12:37 AM, macnetworkprog-request@lists.apple.com wrote: This email sent to site_archiver@lists.apple.com
participants (1)
-
padmakumar