constants.cc 394 B

123456789101112131415
  1. // Copyright 2021 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #include "ash/quick_pair/common/constants.h"
  5. #include "device/bluetooth/public/cpp/bluetooth_uuid.h"
  6. namespace ash {
  7. namespace quick_pair {
  8. const device::BluetoothUUID kFastPairBluetoothUuid("0xFE2C");
  9. }
  10. } // namespace ash