Home
last modified time | relevance | path

Searched defs:command_status (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/bt/gd/iso/internal/
H A Diso_manager_impl.cc69 iso_handler_->BindOnce([](hci::CommandStatusView command_status) { in OnHciLeEvent()
233 …CisBuilder::Create(cis_configs), iso_handler_->BindOnce([](hci::CommandStatusView command_status) { in LeCreateCis()
/aosp12/system/bt/gd/packet/parser/
H A Dgen_rust.cc107 bool command_status = other_packet->HasAncestorNamed("CommandStatus"); in generate_rust_source_one_file() local
/aosp12/system/bt/gd/neighbor/
H A Dinquiry_test.cc224 hci::CommandStatusView command_status = hci::CommandStatusView::Create(event); in HandleStatus() local