Home
last modified time | relevance | path

Searched refs:send_ll_ (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/model/devices/
Ddevice.cc58 if (send_ll_ != nullptr) { in SendLinkLayerPacket()
59 send_ll_(packet, type, tx_power); in SendLinkLayerPacket()
70 send_ll_ = send_ll; in RegisterLinkLayerChannel()
Ddevice.h84 std::function<void(std::vector<uint8_t> const&, Phy::Type, uint8_t)> send_ll_; variable