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

Commit d98be8c6 authored by Hansong Zhang's avatar Hansong Zhang Committed by android-build-merger
Browse files

Merge "L2CAP: Add a packet test for G frame" am: 179f6965 am: c18469e4 am: 6421a2db

am: 574d013d

Change-Id: I771dd9768696edd2cffbfe7546ff95590d35353c
parents 606000a0 574d013d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -55,5 +55,8 @@ DEFINE_AND_INSTANTIATE_StandardInformationFrameWithFcsReflectionTest(i_frame_wit

std::vector<uint8_t> rr_frame_with_fcs = {0x04, 0x00, 0x40, 0x00, 0x01, 0x01, 0xD4, 0x14};
DEFINE_AND_INSTANTIATE_StandardSupervisoryFrameWithFcsReflectionTest(rr_frame_with_fcs);

std::vector<uint8_t> g_frame = {0x03, 0x00, 0x02, 0x00, 0x01, 0x02, 0x03};
DEFINE_AND_INSTANTIATE_GroupFrameReflectionTest(g_frame);
}  // namespace l2cap
}  // namespace bluetooth