Searched refs:send_ll_ (Results 1 – 2 of 2) sorted by relevance
58 if (send_ll_ != nullptr) { in SendLinkLayerPacket()59 send_ll_(packet, type, tx_power); in SendLinkLayerPacket()70 send_ll_ = send_ll; in RegisterLinkLayerChannel()
84 std::function<void(std::vector<uint8_t> const&, Phy::Type, uint8_t)> send_ll_; variable