Searched refs:RespondWithCommandStatus (Results 1 – 2 of 2) sorted by relevance
/external/pigweed/pw_bluetooth_sapphire/host/testing/ |
D | fake_controller.cc | 297 void FakeController::RespondWithCommandStatus(pwemb::OpCode opcode, in RespondWithCommandStatus() function in bt::testing::FakeController 582 RespondWithCommandStatus(static_cast<pwemb::OpCode>(opcode), iter->second); in MaybeRespondWithDefaultCommandStatus() 793 RespondWithCommandStatus(pwemb::OpCode::CREATE_CONNECTION, in OnCreateConnectionCommandReceived() 813 RespondWithCommandStatus(pwemb::OpCode::CREATE_CONNECTION, status); in OnCreateConnectionCommandReceived() 910 RespondWithCommandStatus(pwemb::OpCode::LE_CREATE_CONNECTION, in OnLECreateConnectionCommandReceived() 921 RespondWithCommandStatus(pwemb::OpCode::LE_CREATE_CONNECTION, in OnLECreateConnectionCommandReceived() 931 RespondWithCommandStatus(pwemb::OpCode::LE_CREATE_CONNECTION, in OnLECreateConnectionCommandReceived() 956 RespondWithCommandStatus(pwemb::OpCode::LE_CREATE_CONNECTION, status); in OnLECreateConnectionCommandReceived() 1019 RespondWithCommandStatus(pwemb::OpCode::LE_EXTENDED_CREATE_CONNECTION_V1, in OnLEExtendedCreateConnectionCommandReceived() 1026 RespondWithCommandStatus(pwemb::OpCode::LE_EXTENDED_CREATE_CONNECTION_V1, in OnLEExtendedCreateConnectionCommandReceived() [all …]
|
/external/pigweed/pw_bluetooth_sapphire/host/testing/public/pw_bluetooth_sapphire/internal/host/testing/ |
D | fake_controller.h | 575 void RespondWithCommandStatus(pw::bluetooth::emboss::OpCode opcode,
|