Home
last modified time | relevance | path

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

/system/bt/gd/hci/
Dle_advertising_manager_test.cc111 auto sub_view = LeMultiAdvtView::Create(LeAdvertisingCommandView::Create(packet_view)); in EnqueueCommand() local
112 ASSERT_TRUE(sub_view.IsValid()); in EnqueueCommand()
113 if (sub_view.GetSubCmd() != command_sub_ocf_) { in EnqueueCommand()
/system/bt/gd/l2cap/classic/internal/
Dsignalling_manager.cc40 auto sub_view = packet.GetLittleEndianSubview(curr, end); in GetCommandsFromPacketView() local
41 auto control = ControlView::Create(sub_view); in GetCommandsFromPacketView()