site_archiver@lists.apple.com Delivered-To: bluetooth-dev@lists.apple.com User-agent: Microsoft-Entourage/9.0.6.8320
BOOL bluetoothIsOn (void) { BluetoothHCIPowerState state; IOBluetoothLocalDeviceGetPowerState(&state); return ( state == kBluetoothHCIPowerStateON ); }
For those who love compatibility...make sure to check availability of this function. I was introduced somewhere in Mac OS X v10.2. IOKit is not that difficult. Just a bit difficult to learn and understand. _______________________________________________ Do not post admin requests to the list. They will be ignored. Bluetooth-dev mailing list (Bluetooth-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/bluetooth-dev/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com