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
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
 

Detailed Description

Definition at line 74 of file btcentralmanager.mm.

Method Documentation

◆ cacheWriteValue:for:

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

References other().

+ Here is the call graph for this function:

◆ connectToPeripheral

- (void) connectToPeripheral

◆ descriptor:forCharacteristic:

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

◆ discoverIncludedServices

- (void) discoverIncludedServices

◆ handleReadWriteError:

- (void) handleReadWriteError: (NSError *) error

◆ nextCharacteristicForService:startingFrom:

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

◆ nextCharacteristicForService:startingFrom:withProperties:

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

◆ nextDescriptorForCharacteristic:startingFrom:

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

◆ objectIsUnderWatch:operation:

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

◆ performNextReadRequest

- (void) performNextReadRequest

◆ performNextRequest

- (void) performNextRequest

◆ performNextWriteRequest

- (void) performNextWriteRequest

◆ readCharacteristics:

- (void) readCharacteristics: (CBService *) service

◆ reset

- (void) reset

◆ retrievePeripheralAndConnect

- (void) retrievePeripheralAndConnect

◆ serviceDetailsDiscoveryFinished:

- (void) serviceDetailsDiscoveryFinished: (CBService *) service

◆ serviceForUUID:

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

◆ stopWatchers

- (void) stopWatchers

◆ stopWatchingAfter:operation:

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

◆ watchAfter:timeout:

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

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