| // Copyright 2021 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 "ash/quick_pair/common/constants.h" | |
| #include "device/bluetooth/public/cpp/bluetooth_uuid.h" | |
| namespace ash { | |
| namespace quick_pair { | |
| const device::BluetoothUUID kFastPairBluetoothUuid("0xFE2C"); | |
| } | |
| } // namespace ash |