Searched defs:RustBluetoothChip (Results 1 – 4 of 4) sorted by relevance
112 rust_chip: UniquePtr<RustBluetoothChip>, in create_add_rust_device_result()139 type RustBluetoothChip; typedef142 fn SendLinkLayerLePacket(self: &RustBluetoothChip, packet: &[u8], tx_power: i8); in SendLinkLayerLePacket()325 unsafe impl Send for ffi_bluetooth::RustBluetoothChip {} implementation
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()
60 ) -> &'static RwLock<HashMap<ChipIdentifier, Mutex<UniquePtr<ffi_bluetooth::RustBluetoothChip>>>> { in get_bt_chips()