Home
last modified time | relevance | path

Searched refs:controller_get_address (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/bt/gd/rust/shim/src/
H A Dcontroller.rs147 pub fn controller_get_address(c: &Controller) -> String { in controller_get_address() function
H A Dbridge.rs101 fn controller_get_address(c: &Controller) -> String; in controller_get_address() function
/aosp12/system/bt/main/shim/
H A Dcontroller.cc78 bluetooth::shim::rust::controller_get_address(**controller); in start_up()