4#ifndef BTCONNECTIONMONITOR_P_H
5#define BTCONNECTIONMONITOR_P_H
20#include <QtCore/private/qcore_mac_p.h>
22#include <QtCore/qglobal.h>
24#include <Foundation/Foundation.h>
26#include <IOBluetooth/IOBluetooth.h>
28@interface QT_MANGLE_NAMESPACE(DarwinBTConnectionMonitor) : NSObject
30- (id)initWithMonitor:(QT_PREPEND_NAMESPACE(DarwinBluetooth::ConnectionMonitor) *)monitor;
31- (
void)connectionNotification:(id)notification withDevice:(IOBluetoothDevice *)device;
32- (
void)connectionClosedNotification:(id)notification withDevice:(IOBluetoothDevice *)device;
34- (
void)stopMonitoring;
37QT_NAMESPACE_ALIAS_OBJC_CLASS(DarwinBTConnectionMonitor);
#define QT_BT_MAC_AUTORELEASEPOOL