Home
last modified time | relevance | path

Searched defs:SendScoData (Results 1 – 4 of 4) sorted by relevance

/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
Dl2cap_fuzztest.cc55 void SendScoData([[maybe_unused]] pw::span<const std::byte> data) override {} in SendScoData() function in bt::testing::FuzzerController
/external/pigweed/pw_bluetooth_sapphire/host/testing/
Dmock_controller.cc310 void MockController::SendScoData(pw::span<const std::byte> data) { in SendScoData() function in bt::testing::MockController
/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/controllers/
Dfidl_controller.cc252 void FidlController::SendScoData(pw::span<const std::byte> data) { in SendScoData() function in bt::controllers::FidlController
/external/pigweed/pw_bluetooth_sapphire/host/testing/public/pw_bluetooth_sapphire/internal/host/testing/
Dfake_controller.h496 void SendScoData(pw::span<const std::byte> data) override { in SendScoData() function