Skip to content

Commit

Permalink
Updated Google Vendor Identifier (#12446)
Browse files Browse the repository at this point in the history
  • Loading branch information
emargolis authored and pull[bot] committed Oct 22, 2023
1 parent f5d2cb7 commit 1536591
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/lib/core/CHIPVendorIdentifiers.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
*
* Copyright (c) 2020 Project CHIP Authors
* Copyright (c) 2020-2021 Project CHIP Authors
* Copyright (c) 2014-2017 Nest Labs, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down Expand Up @@ -33,12 +33,16 @@ namespace chip {
//
// CHIP Vendor Identifiers (16 bits max)
//

// These values are under administration by Connectivity Standards Alliance (CSA).
// For new value allocation make a formal request to CSA.
// The database of currently allocated identifiers can be found in this document:
// https://groups.csa-iot.org/wg/members-all/document/10905
//
// As per specifications (section 2.5.2 Vendor Identifier)
enum VendorId : uint16_t
{
Common = 0x0000u,
GoogleNest = 0x235Au,
Google = 0x6006u,
TestVendor1 = 0xFFF1u,
TestVendor2 = 0xFFF2u,
TestVendor3 = 0xFFF3u,
Expand Down

0 comments on commit 1536591

Please sign in to comment.