Type Aliases
The following type aliases are available globally.
-
Type alias for a CBUUID string used to identify services
Declaration
Swift
public typealias LittleBlueToothServiceIndentifier = String
-
Type alias for a CBUUID string used to identify characteristic
Declaration
Swift
public typealias LittleBlueToothCharacteristicIndentifier = String
-
Pass a
Peripheral
and an evetualLittleBluetoothError
and expect a boolean as an answerDeclaration
Swift
public typealias AutoconnectionHandler = (PeripheralIdentifier, LittleBluetoothError?) -> Bool
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-