ZendriveBluetoothDevice
@interface ZendriveBluetoothDevice : NSObject
Wrapper to describe a bluetooth device.
-
The name of the bluetooth device.
Declaration
Objective-C
@property (nonatomic, nonnull) NSString *name;
-
The mac address of the bluetooth device.
Declaration
Objective-C
@property (nonatomic, nonnull) NSString *identifier;