Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/rust/src/llcp/
Diso.rs808 let command_status = in hci_le_create_cis() localVariable
821 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 …]
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dle_acl_connection_test.cc236 hci::CommandStatusView command_status = hci::CommandStatusView::Create(event); in TEST_F() local
238 on_status(command_status); in TEST_F()
257 hci::CommandStatusView command_status = hci::CommandStatusView::Create(event); in TEST_F() local
259 on_status(std::move(command_status)); in TEST_F()