Searched refs:send_iso_ (Results 1 – 3 of 3) sorted by relevance
581 std::function<void(std::shared_ptr<bluetooth::hci::IsoBuilder>)> send_iso_; variable
431 std::function<void(std::shared_ptr<bluetooth::hci::IsoBuilder>)> send_iso_; variable
441 send_iso_ = [callback](std::shared_ptr<bluetooth::hci::IsoBuilder> iso_data) { in RegisterIsoChannel()448 link_layer_controller_.RegisterIsoChannel(send_iso_); in RegisterIsoChannel()