RVS_BLE_GATT_UUID

fileprivate enum RVS_BLE_GATT_UUID : String

These are String-based enums that we use to reference various services and characteristics in our driver.

  • The device ID string.

    Declaration

    Swift

    case deviceSpecificID = "Kiwi"
  • This is the service that is advertised.

    Declaration

    Swift

    case advertisedService = "E47C8027-CCA1-4E3B-981F-BDC47ABEB5B5"
  • This is the “write-only” property in the advertised service.

    Declaration

    Swift

    case kiwiWriteOnlyProperty = "1CCE1EA8-BD34-4813-A00A-C76E028FADCB"
  • This is the communication service for the Kiwi Updater BLE device

    Declaration

    Swift

    case kiwiUserDefinedService = "B2E7D564-C077-404E-9D29-B547F4512DCE"
  • This is the write, indicate, notify property for the Kiwi 60 BLE device’s user-defined service

    Declaration

    Swift

    case kiwiWriteIndicateNotifyProperty = "48CBE15E-642D-4555-AC66-576209C50C1E"
  • This is the write property for the Kiwi 60 BLE device’s user-defined service

    Declaration

    Swift

    case kiwiWriteProperty = "DB96492D-CF53-4A43-B896-14CBBF3BF4F3"
  • This a service for battery level.

    Declaration

    Swift

    case batteryService = "180F"
  • This is a read-only property.

    Declaration

    Swift

    case batteryLevelProperty = "2A19"