Searched refs:rust_device (Results 1 – 5 of 5) sorted by relevance
55 RustBluetoothChip(std::shared_ptr<RustDevice> rust_device) in RustBluetoothChip() argument56 : rust_device(std::move(rust_device)) {} in RustBluetoothChip()62 std::shared_ptr<RustDevice> rust_device;
42 rust_device->SendLinkLayerPacket(buffer, rootcanal::Phy::Type::LOW_ENERGY, in SendLinkLayerLePacket()
420 auto rust_device = in AddRustDevice() local426 auto rootcanal_id = gTestModel->AddDevice(rust_device); in AddRustDevice()435 rootcanal_id, std::make_unique<RustBluetoothChip>(rust_device)); in AddRustDevice()
78 hci/rust_device.cc79 hci/rust_device.h
178 "src/hci/rust_device.cc",