BleConnectDelegate Protocol Reference

Conforms to NSObject
Declared in BLEquinox.h

Overview

ConnectDeleagte,Response delegate methods in device connect method.

– solsticeDidConnectDevice: required method

invoked when the device did connected by the centeral

- (void)solsticeDidConnectDevice:(ZRBlePeripheral *)device

Parameters

device

the device did connected

Declared In

BLEquinox.h

– solsticeDidDisConnectWithDevice:andError:

Invoked when the device did disConnect with the connectted centeral

- (void)solsticeDidDisConnectWithDevice:(ZRBlePeripheral *)device andError:(NSError *)error

Parameters

device

The device whom the centeral was connected

error

In most cases it is nil

Declared In

BLEquinox.h

– solsticeDidFailToConnectDevice:andError:

Invoked when the device did fail to connected by the centeral

- (void)solsticeDidFailToConnectDevice:(ZRBlePeripheral *)device andError:(NSError *)error

Parameters

device

The device whom the centeral want to be connected

error

In most cases it is nil

Declared In

BLEquinox.h

– solsticeConnectTimeOut

invoked when connect more than 10 second.

- (void)solsticeConnectTimeOut

Declared In

BLEquinox.h

– centralManagerStatePoweredOff

! Bluetooth state changed off.<##>

- (void)centralManagerStatePoweredOff

Declared In

BLEquinox.h

– centralManagerStatePoweredOn

! Bluetooth state changed on.<##>

- (void)centralManagerStatePoweredOn

Declared In

BLEquinox.h