Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/l2cap/
Dl2cap_packet_test.cc160 auto bfwf = BasicFrameWithFcsView::Create(packet_bytes_view); in TEST() local
161 ASSERT_FALSE(bfwf.IsValid()); in TEST()
162 auto sfwf = StandardFrameWithFcsView::Create(bfwf); in TEST()