4#ifndef BTDEVICEINQUIRY_P_H
5#define BTDEVICEINQUIRY_P_H
20#include <QtCore/private/qcore_mac_p.h>
22#include <QtCore/qglobal.h>
24#include <Foundation/Foundation.h>
25#include <IOKit/IOReturn.h>
27#include <IOBluetooth/IOBluetooth.h>
29@interface QT_MANGLE_NAMESPACE(DarwinBTClassicDeviceInquiry) : NSObject<IOBluetoothDeviceInquiryDelegate>
31- (id)initWithDelegate:(QT_PREPEND_NAMESPACE(DarwinBluetooth::DeviceInquiryDelegate) *)delegate;
39- (
void)deviceInquiryComplete:(IOBluetoothDeviceInquiry *)sender
40 error:(IOReturn)error aborted:(BOOL)aborted;
42- (
void)deviceInquiryDeviceFound:(IOBluetoothDeviceInquiry *)sender
43 device:(IOBluetoothDevice *)device;
45- (
void)deviceInquiryStarted:(IOBluetoothDeviceInquiry *)sender;
49QT_NAMESPACE_ALIAS_OBJC_CLASS(DarwinBTClassicDeviceInquiry);