Searched defs:RustBluetoothChip (Results 1 – 3 of 3) sorted by relevance
28 class RustBluetoothChip; variable55 RustBluetoothChip(std::shared_ptr<RustDevice> rust_device) in RustBluetoothChip() function
40 rust_chip: UniquePtr<RustBluetoothChip>, in create_add_rust_device_result()
148 rust_chip: UniquePtr<RustBluetoothChip>, in create_add_rust_device_result()175 type RustBluetoothChip; typedef178 fn SendLinkLayerLePacket(self: &RustBluetoothChip, packet: &[u8], tx_power: i8); in SendLinkLayerLePacket()401 unsafe impl Send for ffi_bluetooth::RustBluetoothChip {} implementation