Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QT_MANGLE_NAMESPACE(DarwinBTL2CAPChannel) Category Reference

#include <btl2capchannel_p.h>

+ Collaboration diagram for QT_MANGLE_NAMESPACE(DarwinBTL2CAPChannel):

Instance Methods

(id- initWithDelegate:channel:
 
(void- dealloc
 
(IOReturn) - connectAsyncToDevice:withPSM:
 
(void- l2capChannelData:data:length:
 
(void- l2capChannelOpenComplete:status:
 
(void- l2capChannelClosed:
 
(void- l2capChannelReconfigured:
 
(void- l2capChannelWriteComplete:refcon:status:
 
(void- l2capChannelQueueSpaceAvailable:
 
(BluetoothL2CAPPSM) - getPSM
 
(BluetoothDeviceAddress) - peerAddress
 
(NSString *) - peerName
 
(bool) - isConnected
 
(IOReturn) - writeSync:length:
 
(IOReturn) - writeAsync:length:
 

Protected Attributes

 : NSObject<IOBluetoothL2CAPChannelDelegate>- (id)initWithDelegate:(QT_PREPEND_NAMESPACE(DarwinBluetooth)::ChannelDelegate *)aDelegate
 

Detailed Description

Definition at line 39 of file btl2capchannel_p.h.

Method Documentation

◆ connectAsyncToDevice:withPSM:

- (IOReturn) connectAsyncToDevice: (const QT_PREPEND_NAMESPACE(QBluetoothAddress)&) address
withPSM: (BluetoothL2CAPChannelID) psm 

◆ dealloc

- (void) dealloc

◆ getPSM

- (BluetoothL2CAPPSM) getPSM

◆ initWithDelegate:channel:

- (id) initWithDelegate: (QT_PREPEND_NAMESPACE(DarwinBluetooth)::ChannelDelegate *) aDelegate
channel: (IOBluetoothL2CAPChannel *) aChannel 

◆ isConnected

- (bool) isConnected

◆ l2capChannelClosed:

- (void) l2capChannelClosed: (IOBluetoothL2CAPChannel *) l2capChannel

◆ l2capChannelData:data:length:

- (void) l2capChannelData: (IOBluetoothL2CAPChannel *) l2capChannel
data: (void *) dataPointer
length: (size_t) dataLength 

◆ l2capChannelOpenComplete:status:

- (void) l2capChannelOpenComplete: (IOBluetoothL2CAPChannel *) l2capChannel
status: (IOReturn) error 

◆ l2capChannelQueueSpaceAvailable:

- (void) l2capChannelQueueSpaceAvailable: (IOBluetoothL2CAPChannel *) l2capChannel

◆ l2capChannelReconfigured:

- (void) l2capChannelReconfigured: (IOBluetoothL2CAPChannel *) l2capChannel

◆ l2capChannelWriteComplete:refcon:status:

- (void) l2capChannelWriteComplete: (IOBluetoothL2CAPChannel *) l2capChannel
refcon: (void *) refcon
status: (IOReturn) error 

◆ peerAddress

- (BluetoothDeviceAddress) peerAddress

◆ peerName

- (NSString *) peerName

◆ writeAsync:length:

- (IOReturn) writeAsync: (void *) data
length: (UInt16) length 

◆ writeSync:length:

- (IOReturn) writeSync: (void *) data
length: (UInt16) length 

Member Data Documentation

◆ __pad0__

- __pad0__
protected

Definition at line 83 of file btl2capchannel_p.h.


The documentation for this category was generated from the following file: