4#ifndef BTRFCOMMCHANNEL_P_H
5#define BTRFCOMMCHANNEL_P_H
18#include <QtCore/private/qglobal_p.h>
19#include <QtCore/private/qcore_mac_p.h>
21#include <Foundation/Foundation.h>
23#include <IOBluetooth/IOBluetooth.h>
41 channel:(IOBluetoothRFCOMMChannel *)aChannel;
47 withChannelID:(BluetoothRFCOMMChannelID)channelID;
49- (
void)rfcommChannelData:(IOBluetoothRFCOMMChannel*)rfcommChannel
50 data:(
void *)dataPointer length:(
size_t)dataLength;
51- (
void)rfcommChannelOpenComplete:(IOBluetoothRFCOMMChannel*)rfcommChannel
52 status:(IOReturn)error;
53- (
void)rfcommChannelClosed:(IOBluetoothRFCOMMChannel*)rfcommChannel;
54- (
void)rfcommChannelControlSignalsChanged:(IOBluetoothRFCOMMChannel*)rfcommChannel;
55- (
void)rfcommChannelFlowControlChanged:(IOBluetoothRFCOMMChannel*)rfcommChannel;
56- (
void)rfcommChannelWriteComplete:(IOBluetoothRFCOMMChannel*)rfcommChannel
57 refcon:(
void*)refcon status:(IOReturn)error;
58- (
void)rfcommChannelQueueSpaceAvailable:(IOBluetoothRFCOMMChannel*)rfcommChannel;
65- (BluetoothRFCOMMMTU)
getMTU;
67- (IOReturn) writeSync:(
void*)data length:(UInt16)length;
68- (IOReturn) writeAsync:(
void*)data length:(UInt16)length;
BluetoothDeviceAddress peerAddress()
BluetoothRFCOMMMTU getMTU()
BluetoothRFCOMMChannelID getChannelID()
Combined button and popup list for selecting options.
#define QT_NAMESPACE_ALIAS_OBJC_CLASS(__KLASS__)
DBusConnection const char DBusError DBusBusType DBusError return DBusConnection DBusHandleMessageFunction void DBusFreeFunction return DBusConnection return DBusConnection return const char DBusError return DBusConnection DBusMessage dbus_uint32_t return DBusConnection dbus_bool_t DBusConnection DBusAddWatchFunction DBusRemoveWatchFunction DBusWatchToggledFunction void DBusFreeFunction return DBusConnection DBusDispatchStatusFunction void DBusFreeFunction DBusTimeout return DBusTimeout return DBusWatch return DBusWatch unsigned int return DBusError const DBusError return const DBusMessage return DBusMessage return DBusMessage return DBusMessage return DBusMessage return DBusMessage return DBusMessageIter int const void return DBusMessageIter DBusMessageIter return DBusMessageIter void DBusMessageIter void int return DBusMessage DBusMessageIter return DBusMessageIter return DBusMessageIter DBusMessageIter const char const char const char const char return DBusMessage return DBusMessage const char return DBusMessage dbus_bool_t return DBusMessage dbus_uint32_t return DBusMessage void
QT_END_NAMESPACE typedef QT_PREPEND_NAMESPACE(quintptr) WId