Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
H A Dl2cap_fuzztest.cc53 void SendScoData(pw::span<const std::byte> data) override {} in SendScoData() function in bt::testing::FuzzerController
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/testing/
H A Dmock_controller.cc298 void MockController::SendScoData(pw::span<const std::byte> data) { in SendScoData() function in bt::testing::MockController
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/controllers/
H A Dfidl_controller.cc251 void FidlController::SendScoData(pw::span<const std::byte> data) { in SendScoData() function in bt::controllers::FidlController
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/testing/
H A Dfake_controller.h502 void SendScoData(pw::span<const std::byte> data) override { in SendScoData() function