Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QT_MANGLE_NAMESPACE(DarwinBTPeripheralManager) Category Reference

#import <btperipheralmanager_p.h>

+ Collaboration diagram for QT_MANGLE_NAMESPACE(DarwinBTPeripheralManager):

Instance Methods

(void- dealloc
 
(QSharedPointer< QLowEnergyServicePrivate >) - addService:
 
(void- setParameters:data:scanResponse:
 
(void- startAdvertising
 
(void- stopAdvertising
 
(void- detach
 
(void- write:charHandle:
 
(void- peripheralManagerDidUpdateState:
 
(void- peripheralManagerDidStartAdvertising:error:
 
(void- peripheralManager:didAddService:error:
 
(void- peripheralManager:central:didSubscribeToCharacteristic:
 
(void- peripheralManager:central:didUnsubscribeFromCharacteristic:
 
(void- peripheralManager:didReceiveReadRequest:
 
(void- peripheralManager:didReceiveWriteRequests:
 
(void- peripheralManagerIsReadyToUpdateSubscribers:
 

Protected Attributes

 : NSObject<CBPeripheralManagerDelegate>- (id)initWith:(LECBManagerNotifier *)notifier
 

Detailed Description

Definition at line 89 of file btperipheralmanager_p.h.

Method Documentation

◆ addService:

- (QSharedPointer< QLowEnergyServicePrivate >) addService: (const QLowEnergyServiceData &)  data

◆ dealloc

- (void) dealloc

◆ detach

- (void) detach

◆ peripheralManager:central:didSubscribeToCharacteristic:

- (void) peripheralManager: (CBPeripheralManager *)  peripheral
central: (CBCentral *)  central
didSubscribeToCharacteristic: (CBCharacteristic *)  characteristic 

◆ peripheralManager:central:didUnsubscribeFromCharacteristic:

- (void) peripheralManager: (CBPeripheralManager *)  peripheral
central: (CBCentral *)  central
didUnsubscribeFromCharacteristic: (CBCharacteristic *)  characteristic 

◆ peripheralManager:didAddService:error:

- (void) peripheralManager: (CBPeripheralManager *)  peripheral
didAddService: (CBService *)  service
error: (NSError *)  error 

◆ peripheralManager:didReceiveReadRequest:

- (void) peripheralManager: (CBPeripheralManager *)  peripheral
didReceiveReadRequest: (CBATTRequest *)  request 

◆ peripheralManager:didReceiveWriteRequests:

- (void) peripheralManager: (CBPeripheralManager *)  peripheral
didReceiveWriteRequests: (NSArray *)  requests 

◆ peripheralManagerDidStartAdvertising:error:

- (void) peripheralManagerDidStartAdvertising: (CBPeripheralManager *)  peripheral
error: (NSError *)  error 

◆ peripheralManagerDidUpdateState:

- (void) peripheralManagerDidUpdateState: (CBPeripheralManager *)  peripheral

◆ peripheralManagerIsReadyToUpdateSubscribers:

- (void) peripheralManagerIsReadyToUpdateSubscribers: (CBPeripheralManager *)  peripheral

◆ setParameters:data:scanResponse:

- (void) setParameters: (const QLowEnergyAdvertisingParameters &)  parameters
data: (const QLowEnergyAdvertisingData &)  data
scanResponse: (const QLowEnergyAdvertisingData &)  scanResponse 

◆ startAdvertising

- (void) startAdvertising

◆ stopAdvertising

- (void) stopAdvertising

◆ write:charHandle:

- (void) write: (const QByteArray &)  value
charHandle: (QLowEnergyHandle charHandle 

Member Data Documentation

◆ __pad0__

- __pad0__
protected

Definition at line 84 of file btperipheralmanager_p.h.


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