blob: d8188a8094d57158a408e7bab098a6c3b916baf8 [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/fido/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