bluetoothIdentifier property

NSUUID? get bluetoothIdentifier

bluetoothIdentifier

Implementation

NSUUID? get bluetoothIdentifier {
  final _ret = _objc_msgSend_1x359cv(this.ref.pointer, _sel_bluetoothIdentifier);
  return _ret.address == 0 ? null : NSUUID.castFromPointer(_ret, retain: true, release: true);
}