Searched defs:read_phy (Results 1 – 4 of 4) sorted by relevance
38 int GattClientIntf::read_phy(int client_if, RustRawAddress addr) { in read_phy() function in bluetooth::topshim::rust::GattClientIntf
178 bt_status_t (*read_phy)( member
305 bt_status_t (*read_phy)( member
114 fn read_phy(self: Pin<&mut GattClientIntf>, client_if: i32, bt_addr: RustRawAddress) in read_phy() function1207 pub fn read_phy(&mut self, client_if: i32, addr: &RawAddress) -> BtStatus { in read_phy() method