Home
last modified time | relevance | path

Searched refs:send_iso_ (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/bt/vendor_libs/test_vendor_lib/model/controller/
H A Ddual_mode_controller.h581 std::function<void(std::shared_ptr<bluetooth::hci::IsoBuilder>)> send_iso_; variable
H A Dlink_layer_controller.cc882 send_iso_(bluetooth::hci::IsoWithoutTimestampBuilder::Create( in IncomingIsoPacket()
889 send_iso_(bluetooth::hci::IsoWithoutTimestampBuilder::Create( in IncomingIsoPacket()
901 send_iso_(bluetooth::hci::IsoWithoutTimestampBuilder::Create( in IncomingIsoPacket()
908 send_iso_(bluetooth::hci::IsoWithoutTimestampBuilder::Create( in IncomingIsoPacket()
1673 send_iso_ = callback; in RegisterIsoChannel()
H A Dlink_layer_controller.h431 std::function<void(std::shared_ptr<bluetooth::hci::IsoBuilder>)> send_iso_; variable
H A Ddual_mode_controller.cc441 send_iso_ = [callback](std::shared_ptr<bluetooth::hci::IsoBuilder> iso_data) { in RegisterIsoChannel()
448 link_layer_controller_.RegisterIsoChannel(send_iso_); in RegisterIsoChannel()