Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 91c70e5a authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Remove anonymous namespace in header file dumpsys"

parents 3313c7b0 e5785cc3
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -9,7 +9,6 @@ extern const size_t data_size;
const std::string& GetBundledSchemaData();
}  // namespace test
}  // namespace bluetooth
namespace {
const unsigned char data_[] = {
    0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0a, 0x00, 0x10, 0x00, 0x04, 0x00, 0x08, 0x00, 0x0c, 0x00, 0x0a, 0x00, 0x00,
    0x00, 0x30, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x44, 0x00,
@@ -59,7 +58,6 @@ const unsigned char data_[] = {
    0x00, 0x15, 0x00, 0x00, 0x00, 0x62, 0x6c, 0x75, 0x65, 0x74, 0x6f, 0x6f, 0x74, 0x68, 0x2e, 0x44, 0x75, 0x6d, 0x70,
    0x73, 0x79, 0x73, 0x44, 0x61, 0x74, 0x61, 0x00, 0x00, 0x00};
const std::string string_data_(data_, data_ + sizeof(data_));
}  // namespace
const unsigned char* bluetooth::test::data = data_;
const size_t bluetooth::test::data_size = 884;
const std::string& bluetooth::test::GetBundledSchemaData() {