Home
last modified time | relevance | path

Searched refs:rust_device (Results 1 – 5 of 5) sorted by relevance

/tools/netsim/src/hci/
Drust_device.h55 RustBluetoothChip(std::shared_ptr<RustDevice> rust_device) in RustBluetoothChip() argument
56 : rust_device(std::move(rust_device)) {} in RustBluetoothChip()
62 std::shared_ptr<RustDevice> rust_device;
Drust_device.cc42 rust_device->SendLinkLayerPacket(buffer, rootcanal::Phy::Type::LOW_ENERGY, in SendLinkLayerLePacket()
Dbluetooth_facade.cc420 auto rust_device = in AddRustDevice() local
426 auto rootcanal_id = gTestModel->AddDevice(rust_device); in AddRustDevice()
435 rootcanal_id, std::make_unique<RustBluetoothChip>(rust_device)); in AddRustDevice()
/tools/netsim/src/
DCMakeLists.txt78 hci/rust_device.cc
79 hci/rust_device.h
/tools/netsim/
DAndroid.bp178 "src/hci/rust_device.cc",