Home
last modified time | relevance | path

Searched refs:kExample2Data (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
H A Dfcs_test.cc64 const StaticByteBuffer kExample2Data(0x04, 0x00, 0x40, 0x00, 0x01, 0x01); in TEST() local
65 EXPECT_EQ(0x14D4, ComputeFcs(kExample2Data.view()).fcs); in TEST()