Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/rust/main/src/
H A Dlib.rs34 pub async fn set_rootcanal_port(&self, port: Option<u16>) { in set_rootcanal_port() method
/aosp12/system/bt/gd/rust/facade/src/
H A Dlib.rs129 stack.set_rootcanal_port(rootcanal_port).await; in create()