// // IOBluetoothObject.h // IOBluetoothFamily // // Copyright (c) 2002-2012 Apple Inc. All rights reserved. // #import #import @interface IOBluetoothObject : NSObject { io_service_t mIOService; io_connect_t mIOConnection; io_iterator_t mIONotification; } @end #define kBluetoothTargetDoesNotRespondToCallbackExceptionName @"BluetoothTargetDoesNotRespondToCallbackException"