Searched refs:sub_view (Results 1 – 2 of 2) sorted by relevance
111 auto sub_view = LeMultiAdvtView::Create(LeAdvertisingCommandView::Create(packet_view)); in EnqueueCommand() local112 ASSERT_TRUE(sub_view.IsValid()); in EnqueueCommand()113 if (sub_view.GetSubCmd() != command_sub_ocf_) { in EnqueueCommand()
40 auto sub_view = packet.GetLittleEndianSubview(curr, end); in GetCommandsFromPacketView() local41 auto control = ControlView::Create(sub_view); in GetCommandsFromPacketView()