Home
last modified time | relevance | path

Searched defs:read_local_addr (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dcontroller.rs15 fn read_local_addr(self: &ControllerIntf) -> RawAddress; in read_local_addr() function
33 pub fn read_local_addr(&mut self) -> [u8; 6] { in read_local_addr() method
/packages/modules/Bluetooth/system/gd/rust/topshim/controller/
Dcontroller_shim.cc42 RawAddress ControllerIntf::read_local_addr() const { in read_local_addr() function in bluetooth::topshim::rust::ControllerIntf