Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
DarwinBTCentralManager(PrivateAPI) Category Reference
Collaboration diagram for DarwinBTCentralManager(PrivateAPI):

Instance Methods

(void- watchAfter:timeout:
(bool) - objectIsUnderWatch:operation:
(void- stopWatchingAfter:operation:
(void- stopWatchers
(void- retrievePeripheralAndConnect
(void- connectToPeripheral
(void- discoverIncludedServices
(void- readCharacteristics:
(void- serviceDetailsDiscoveryFinished:
(void- performNextRequest
(void- performNextReadRequest
(void- performNextWriteRequest
(CBService *) - serviceForUUID:
(CBCharacteristic *) - nextCharacteristicForService:startingFrom:
(CBCharacteristic *) - nextCharacteristicForService:startingFrom:withProperties:
(CBDescriptor *) - nextDescriptorForCharacteristic:startingFrom:
(CBDescriptor *) - descriptor:forCharacteristic:
(bool) - cacheWriteValue:for:
(void- handleReadWriteError:
(void- reset
(void- watchAfter:timeout:
(bool) - objectIsUnderWatch:operation:
(void- stopWatchingAfter:operation:
(void- stopWatchers
(void- retrievePeripheralAndConnect
(void- connectToPeripheral
(void- discoverIncludedServices
(void- readCharacteristics:
(void- serviceDetailsDiscoveryFinished:
(void- performNextRequest
(void- performNextReadRequest
(void- performNextWriteRequest
(CBService *) - serviceForUUID:
(CBCharacteristic *) - nextCharacteristicForService:startingFrom:
(CBCharacteristic *) - nextCharacteristicForService:startingFrom:withProperties:
(CBDescriptor *) - nextDescriptorForCharacteristic:startingFrom:
(CBDescriptor *) - descriptor:forCharacteristic:
(bool) - cacheWriteValue:for:
(void- handleReadWriteError:
(void- reset

Detailed Description

Definition at line 74 of file btcentralmanager.mm.

Method Documentation

◆ cacheWriteValue:for: [1/2]

- (bool) cacheWriteValue: (const QByteArray &) value
for: (NSObject *) obj 

◆ cacheWriteValue:for: [2/2]

- (bool) cacheWriteValue: (const QByteArray &) value
for: (NSObject *) obj 

◆ connectToPeripheral [1/2]

- (void) connectToPeripheral

◆ connectToPeripheral [2/2]

- (void) connectToPeripheral

◆ descriptor:forCharacteristic: [1/2]

- (CBDescriptor *) descriptor: (const QBluetoothUuid &) dUuid
forCharacteristic: (CBCharacteristic *) ch 

◆ descriptor:forCharacteristic: [2/2]

- (CBDescriptor *) descriptor: (const QBluetoothUuid &) dUuid
forCharacteristic: (CBCharacteristic *) ch 

◆ discoverIncludedServices [1/2]

- (void) discoverIncludedServices

◆ discoverIncludedServices [2/2]

- (void) discoverIncludedServices

◆ handleReadWriteError: [1/2]

- (void) handleReadWriteError: (NSError *) error

◆ handleReadWriteError: [2/2]

- (void) handleReadWriteError: (NSError *) error

◆ nextCharacteristicForService:startingFrom: [1/2]

- (CBCharacteristic *) nextCharacteristicForService: (CBService *) service
startingFrom: (CBCharacteristic *) from 

◆ nextCharacteristicForService:startingFrom: [2/2]

- (CBCharacteristic *) nextCharacteristicForService: (CBService *) service
startingFrom: (CBCharacteristic *) from 

◆ nextCharacteristicForService:startingFrom:withProperties: [1/2]

- (CBCharacteristic *) nextCharacteristicForService: (CBService *) service
startingFrom: (CBCharacteristic *) from
withProperties: (CBCharacteristicProperties) properties 

◆ nextCharacteristicForService:startingFrom:withProperties: [2/2]

- (CBCharacteristic *) nextCharacteristicForService: (CBService *) service
startingFrom: (CBCharacteristic *) from
withProperties: (CBCharacteristicProperties) properties 

◆ nextDescriptorForCharacteristic:startingFrom: [1/2]

- (CBDescriptor *) nextDescriptorForCharacteristic: (CBCharacteristic *) characteristic
startingFrom: (CBDescriptor *) descriptor 

◆ nextDescriptorForCharacteristic:startingFrom: [2/2]

- (CBDescriptor *) nextDescriptorForCharacteristic: (CBCharacteristic *) characteristic
startingFrom: (CBDescriptor *) descriptor 

◆ objectIsUnderWatch:operation: [1/2]

- (bool) objectIsUnderWatch: (id) object
operation: (DarwinBluetooth::OperationTimeout) type 

◆ objectIsUnderWatch:operation: [2/2]

- (bool) objectIsUnderWatch: (id) object
operation: (DarwinBluetooth::OperationTimeout) type 

◆ performNextReadRequest [1/2]

- (void) performNextReadRequest

◆ performNextReadRequest [2/2]

- (void) performNextReadRequest

◆ performNextRequest [1/2]

- (void) performNextRequest

◆ performNextRequest [2/2]

- (void) performNextRequest

◆ performNextWriteRequest [1/2]

- (void) performNextWriteRequest

◆ performNextWriteRequest [2/2]

- (void) performNextWriteRequest

◆ readCharacteristics: [1/2]

- (void) readCharacteristics: (CBService *) service

◆ readCharacteristics: [2/2]

- (void) readCharacteristics: (CBService *) service

◆ reset [1/2]

- (void) reset

◆ reset [2/2]

- (void) reset

◆ retrievePeripheralAndConnect [1/2]

- (void) retrievePeripheralAndConnect

◆ retrievePeripheralAndConnect [2/2]

- (void) retrievePeripheralAndConnect

◆ serviceDetailsDiscoveryFinished: [1/2]

- (void) serviceDetailsDiscoveryFinished: (CBService *) service

◆ serviceDetailsDiscoveryFinished: [2/2]

- (void) serviceDetailsDiscoveryFinished: (CBService *) service

◆ serviceForUUID: [1/2]

- (CBService *) serviceForUUID: (const QBluetoothUuid &) qtUuid

◆ serviceForUUID: [2/2]

- (CBService *) serviceForUUID: (const QBluetoothUuid &) qtUuid

◆ stopWatchers [1/2]

- (void) stopWatchers

◆ stopWatchers [2/2]

- (void) stopWatchers

◆ stopWatchingAfter:operation: [1/2]

- (void) stopWatchingAfter: (id) object
operation: (DarwinBluetooth::OperationTimeout) type 

◆ stopWatchingAfter:operation: [2/2]

- (void) stopWatchingAfter: (id) object
operation: (DarwinBluetooth::OperationTimeout) type 

◆ watchAfter:timeout: [1/2]

- (void) watchAfter: (id) object
timeout: (DarwinBluetooth::OperationTimeout) type 

◆ watchAfter:timeout: [2/2]

- (void) watchAfter: (id) object
timeout: (DarwinBluetooth::OperationTimeout) type 

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