Searched refs:command_status (Results 1 – 2 of 2) sorted by relevance
808 let command_status = in hci_le_create_cis() localVariable821 return self.send_hci_event(command_status(hci::ErrorCode::UnknownConnection)); in hci_le_create_cis()831 return self.send_hci_event(command_status( in hci_le_create_cis()846 return self.send_hci_event(command_status(hci::ErrorCode::UnknownConnection)); in hci_le_create_cis()857 .send_hci_event(command_status(hci::ErrorCode::ConnectionAlreadyExists)); in hci_le_create_cis()872 .send_hci_event(command_status(hci::ErrorCode::InvalidHciCommandParameters)); in hci_le_create_cis()888 return self.send_hci_event(command_status(hci::ErrorCode::CommandDisallowed)); in hci_le_create_cis()896 return self.send_hci_event(command_status(hci::ErrorCode::CommandDisallowed)); in hci_le_create_cis()905 self.send_hci_event(command_status(hci::ErrorCode::Success)) in hci_le_create_cis()911 let command_status = in hci_le_accept_cis_request() localVariable[all …]
236 hci::CommandStatusView command_status = hci::CommandStatusView::Create(event); in TEST_F() local238 on_status(command_status); in TEST_F()257 hci::CommandStatusView command_status = hci::CommandStatusView::Create(event); in TEST_F() local259 on_status(std::move(command_status)); in TEST_F()