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 = "VLINK"
  • It advertises this property.

    Declaration

    Swift

    case advertisedProperty = "18F0"
  • This is the communication service for FSC-ELM327 BLE devices.

    Declaration

    Swift

    case vlinkUserDefinedService = "E7810A71-73AE-499D-8C15-FAA9AEF0C3F2"
  • This is the read/write property for communicating with VLink devices.

    Declaration

    Swift

    case vlinkReadWriteProperty = "BEF8D6C9-9C21-4C9E-B632-BD58C1009F9F"