Searched refs:read_local_addr (Results 1 – 3 of 3) sorted by relevance
15 fn read_local_addr(self: &ControllerIntf) -> RawAddress; in read_local_addr() function33 pub fn read_local_addr(&mut self) -> [u8; 6] { in read_local_addr() method34 self.internal.read_local_addr().address
35 RawAddress read_local_addr() const;
42 RawAddress ControllerIntf::read_local_addr() const { in read_local_addr() function in bluetooth::topshim::rust::ControllerIntf