BluetoothDevice

public class BluetoothDevice: Device

An bluetooth device

  • Create a device using a CBPeripheral Normally you don’t need to init a BluetoothDevice by yourself

    Declaration

    Swift

    public init(peri: CBPeripheral)

    Parameters

    peri

    the peripheral instance

    Return Value

    nil

  • Undocumented

    Declaration

    Swift

    public class BluetoothDevice: Device