Searched defs:RustUuid (Results 1 – 1 of 1) sorted by relevance
35 pub struct RustUuid { struct36 uu: [u8; 16],174 fn RegisterScanner(self: Pin<&mut BleScannerIntf>, uuid: RustUuid); in RegisterScanner()288 unsafe fn gdscan_register_callback(uuid: RustUuid, scanner_id: u8, btm_status: u8); in gdscan_register_callback()452 impl From<Uuid> for ffi::RustUuid { implementation