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(DarwinBTCentralManager) Category Reference

#include <btcentralmanager_p.h>

+ Collaboration diagram for QT_MANGLE_NAMESPACE(DarwinBTCentralManager):

Instance Methods

(void- dealloc
 
(CBPeripheral *) - peripheral
 
(void- connectToDevice:
 
(void- disconnectFromDevice
 
(void- discoverServices
 
(void- discoverServiceDetails:readValues:
 
(int) - mtu
 
(void- readRssi
 
(void- setNotifyValue:forCharacteristic:onService:
 
(void- readCharacteristic:onService:
 
(void- write:charHandle:onService:withResponse:
 
(void- readDescriptor:onService:
 
(void- write:descHandle:onService:
 
(void- detach
 

Protected Attributes

 : NSObject<CBCentralManagerDelegate
 
 CBPeripheralDelegate
 

Detailed Description

Definition at line 98 of file btcentralmanager_p.h.

Method Documentation

◆ connectToDevice:

- (void) connectToDevice: (const QT_PREPEND_NAMESPACE(QBluetoothUuid)&) aDeviceUuid

◆ dealloc

- (void) dealloc

◆ detach

- (void) detach

◆ disconnectFromDevice

- (void) disconnectFromDevice

◆ discoverServiceDetails:readValues:

- (void) discoverServiceDetails: (const QT_PREPEND_NAMESPACE(QBluetoothUuid)&) serviceUuid
readValues: (bool) read 

◆ discoverServices

- (void) discoverServices

◆ mtu

- (int) mtu

◆ peripheral

- (CBPeripheral *) peripheral

◆ readCharacteristic:onService:

- (void) readCharacteristic: (QT_PREPEND_NAMESPACE(QLowEnergyHandle)) charHandle
onService: (const QT_PREPEND_NAMESPACE(QBluetoothUuid)&) serviceUuid 

◆ readDescriptor:onService:

- (void) readDescriptor: (QT_PREPEND_NAMESPACE(QLowEnergyHandle)) descHandle
onService: (const QT_PREPEND_NAMESPACE(QBluetoothUuid)&) serviceUuid 

◆ readRssi

- (void) readRssi

◆ setNotifyValue:forCharacteristic:onService:

- (void) setNotifyValue: (const QT_PREPEND_NAMESPACE(QByteArray)&) value
forCharacteristic: (QT_PREPEND_NAMESPACE(QLowEnergyHandle)) charHandle
onService: (const QT_PREPEND_NAMESPACE(QBluetoothUuid)&) serviceUuid 

◆ write:charHandle:onService:withResponse:

- (void) write: (const QT_PREPEND_NAMESPACE(QByteArray)&) value
charHandle: (QT_PREPEND_NAMESPACE(QLowEnergyHandle)) charHandle
onService: (const QT_PREPEND_NAMESPACE(QBluetoothUuid)&) serviceUuid
withResponse: (bool) writeWithResponse 

◆ write:descHandle:onService:

- (void) write: (const QT_PREPEND_NAMESPACE(QByteArray)&) value
descHandle: (QT_PREPEND_NAMESPACE(QLowEnergyHandle)) descHandle
onService: (const QT_PREPEND_NAMESPACE(QBluetoothUuid)&) serviceUuid 

Member Data Documentation

◆ __pad0__

- __pad0__
protected

Definition at line 81 of file btcentralmanager_p.h.

◆ CBPeripheralDelegate

- CBPeripheralDelegate
protected

Definition at line 99 of file btcentralmanager_p.h.


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