Searched refs:subcommand_view (Results 1 – 1 of 1) sorted by relevance
2639 auto subcommand_view = bluetooth::hci::LeApcfEnableView::Create(command_view); in LeApcf() local2640 CHECK_PACKET_VIEW(subcommand_view); in LeApcf()2643 DEBUG(id_, " enable={}", bluetooth::hci::EnableText(subcommand_view.GetApcfEnable())); in LeApcf()2645 ErrorCode status = link_layer_controller_.LeApcfEnable(subcommand_view.GetApcfEnable() == in LeApcf()2648 kNumCommandPackets, status, subcommand_view.GetApcfEnable())); in LeApcf()2652 auto subcommand_view = bluetooth::hci::LeApcfSetFilteringParametersView::Create(command_view); in LeApcf() local2653 CHECK_PACKET_VIEW(subcommand_view); in LeApcf()2656 DEBUG(id_, " action={}", bluetooth::hci::ApcfActionText(subcommand_view.GetApcfAction())); in LeApcf()2661 switch (subcommand_view.GetApcfAction()) { in LeApcf()2664 bluetooth::hci::LeApcfAddFilteringParametersView::Create(subcommand_view); in LeApcf()[all …]