Home
last modified time | relevance | path

Searched refs:known_uuid_to_string (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Duuid.rs188 pub fn known_uuid_to_string(uuid: &Uuid) -> String { in known_uuid_to_string() method
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcommand_handler.rs591 .map(|&x| UuidHelper::known_uuid_to_string(&x)) in cmd_adapter()
943 .map(|&x| UuidHelper::known_uuid_to_string(&x)) in cmd_device()