site_archiver@lists.apple.com Delivered-To: macnetworkprog@lists.apple.com 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 (Macnetworkprog@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/macnetworkprog/site_archiver%40lists.... This email sent to site_archiver@lists.apple.com