Prepare Project for open source

Change-Id: Ic26d4915efa2be47ce00ffaab7a474d696e6657c
This commit is contained in:
Alexey Polyudov
2020-05-04 13:13:13 -07:00
parent 4b3f08089a
commit 271a449d7a
9 changed files with 388 additions and 2 deletions
@@ -15,8 +15,7 @@ namespace mediums {
// ble_v2.createAdvertisementHeader
// LINT.IfChange
const std::uint32_t BLEAdvertisementHeader::kServiceIdBloomFilterLength = 10;
// LINT.ThenChange(//depot/google3/core/internal/\
// mediums/ble_v2.h)
// LINT.ThenChange(cpp/core/internal/mediums/ble_v2.h)
const std::uint32_t BLEAdvertisementHeader::kAdvertisementHashLength = 4;
const std::uint32_t BLEAdvertisementHeader::kVersionAndNumSlotsLength = 1;