blob: 3ee79cc31ce32f52eb065042f87b1148263e4bd0 [file] [log] [blame]
// Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "device/u2f/u2f_ble_uuids.h"
namespace device {
const char kU2fServiceUUID[] = "0000fffd-0000-1000-8000-00805f9b34fb";
const char kU2fControlPointUUID[] = "f1d0fff1-deaa-ecee-b42f-c9ba7ed623bb";
const char kU2fStatusUUID[] = "f1d0fff2-deaa-ecee-b42f-c9ba7ed623bb";
const char kU2fControlPointLengthUUID[] =
"f1d0fff3-deaa-ecee-b42f-c9ba7ed623bb";
const char kU2fServiceRevisionUUID[] = "00002a28-0000-1000-8000-00805f9b34fb";
const char kU2fServiceRevisionBitfieldUUID[] =
"f1d0fff4-deaa-ecee-b42f-c9ba7ed623bb";
} // namespace device