BluetoothDevice

@objc(ZDBluetoothDevice)
public class BluetoothDevice : NSObject

Wrapper to describe a bluetooth device.

  • The name of the bluetooth device.

    Declaration

    Swift

    @objc
    public var name: String
  • The mac address of the bluetooth device.

    Declaration

    Swift

    @objc
    public var identifier: String