Home
last modified time | relevance | path

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

/aosp_15_r20/tools/netsim/rust/daemon/src/
H A Dffi.rs112 rust_chip: UniquePtr<RustBluetoothChip>, in create_add_rust_device_result()
139 type RustBluetoothChip; typedef
142 fn SendLinkLayerLePacket(self: &RustBluetoothChip, packet: &[u8], tx_power: i8); in SendLinkLayerLePacket()
325 unsafe impl Send for ffi_bluetooth::RustBluetoothChip {} implementation
/aosp_15_r20/tools/netsim/src/hci/
H A Drust_device.h28 class RustBluetoothChip; variable
55 RustBluetoothChip(std::shared_ptr<RustDevice> rust_device) in RustBluetoothChip() function
/aosp_15_r20/tools/netsim/rust/daemon/src/bluetooth/
H A Dchip.rs40 rust_chip: UniquePtr<RustBluetoothChip>, in create_add_rust_device_result()
H A Dbeacon.rs60 ) -> &'static RwLock<HashMap<ChipIdentifier, Mutex<UniquePtr<ffi_bluetooth::RustBluetoothChip>>>> { in get_bt_chips()