Home
last modified time | relevance | path

Searched refs:read_local_addr (Results 1 – 3 of 3) 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
34 self.internal.read_local_addr().address
/packages/modules/Bluetooth/system/gd/rust/topshim/controller/
Dcontroller_shim.h35 RawAddress read_local_addr() const;
Dcontroller_shim.cc42 RawAddress ControllerIntf::read_local_addr() const { in read_local_addr() function in bluetooth::topshim::rust::ControllerIntf