Home
last modified time | relevance | path

Searched refs:link_layer_ingest_hci (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/rust/include/
Drootcanal_rs.h161 bool link_layer_ingest_hci(const LinkLayer* ll, const uint8_t* data,
/packages/modules/Bluetooth/tools/rootcanal/rust/src/
Dffi.rs285 pub unsafe extern "C" fn link_layer_ingest_hci( in link_layer_ingest_hci() function
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dlink_layer_controller.cc5282 ASSERT(link_layer_ingest_hci(ll_.get(), packet.data(), packet.size())); in ForwardToLl()