Home
last modified time | relevance | path

Searched defs:RustBluetoothChip (Results 1 – 3 of 3) sorted by relevance

/tools/netsim/src/hci/
Drust_device.h28 class RustBluetoothChip; variable
55 RustBluetoothChip(std::shared_ptr<RustDevice> rust_device) in RustBluetoothChip() function
/tools/netsim/rust/daemon/src/bluetooth/
Dchip.rs40 rust_chip: UniquePtr<RustBluetoothChip>, in create_add_rust_device_result()
/tools/netsim/rust/daemon/src/
Dffi.rs148 rust_chip: UniquePtr<RustBluetoothChip>, in create_add_rust_device_result()
175 type RustBluetoothChip; typedef
178 fn SendLinkLayerLePacket(self: &RustBluetoothChip, packet: &[u8], tx_power: i8); in SendLinkLayerLePacket()
401 unsafe impl Send for ffi_bluetooth::RustBluetoothChip {} implementation