luxlabs header browser preview


@class NSString, NSMutableSet, NSObject, CBPeripheralManager;
@protocol OS_dispatch_queue;

@interface CBServer : NSObject <CBPairingAgentDelegate, CBPeripheralManagerDelegate, CBActivatable, CBLabelable, CBStateReporting> {
    BOOL _activateCalled;
    id /* block */ _activateCompletion;
    NSMutableSet *_connections;
    BOOL _invalidateCalled;
    CBPeripheralManager *_peripheralManager;
    struct LogCategory { int x0; int x1; char *x2; unsigned int x3; char *x4; char *x5; int x6; struct LogCategory *x7; struct LogOutput *x8; struct LogOutput *x9; unsigned long long x10; unsigned long long x11; unsigned int x12; unsigned int x13; char *x14; struct LogCategoryPrivate *x15; } *_ucat;
}

@property (copy, nonatomic) id /* block */ acceptHandler;
@property (nonatomic) unsigned short bleListenPSM;
@property (readonly, nonatomic) unsigned short bleListeningPSM;
@property (copy, nonatomic) id /* block */ configChangedHandler;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;
@property (retain, nonatomic) NSObject<OS_dispatch_queue> *dispatchQueue;
@property (copy, nonatomic) id /* block */ invalidationHandler;
@property (copy, nonatomic) NSString *label;
@property (readonly, nonatomic) long long bluetoothState;
@property (copy, nonatomic) id /* block */ bluetoothStateChangedHandler;

- (void)pairingAgent:(id)a0 peerDidUnpair:(id)a1;
- (void)_handleConnectionInvalidated:(id)a0;
- (id)init;
- (void)_activateWithCompletion:(id /* block */)a0;
- (void)peripheralManagerDidUpdateState:(id)a0;
- (void)dealloc;
- (void)pairingAgent:(id)a0 peerDidCompletePairing:(id)a1;
- (void)pairingAgent:(id)a0 peerDidRequestPairing:(id)a1 type:(long long)a2 passkey:(id)a3;
- (void)pairingAgent:(id)a0 peerDidFailToCompletePairing:(id)a1 error:(id)a2;
- (void)_invalidate;
- (void)invalidate;
- (void)_startIfNeeded;
- (void)activateWithCompletion:(id /* block */)a0;
- (void).cxx_destruct;
- (void)peripheralManager:(id)a0 didUnpublishL2CAPChannel:(unsigned short)a1 error:(id)a2;
- (void)peripheralManager:(id)a0 didOpenL2CAPChannel:(id)a1 error:(id)a2;
- (void)peripheralManager:(id)a0 didPublishL2CAPChannel:(unsigned short)a1 error:(id)a2;
- (void)pairingGenerateOOBDataForPeer:(id)a0 completionHandler:(id /* block */)a1;
- (void)pairingSetOOBEnabled:(BOOL)a0 peer:(id)a1 completionHandler:(id /* block */)a2;

@end