Searched defs:simple_at_response (Results 1 – 3 of 3) sorted by relevance
230 fn simple_at_response(self: Pin<&mut HfpIntf>, ok: bool, addr: RawAddress) -> u32; in simple_at_response() function534 pub fn simple_at_response(&mut self, ok: bool, addr: RawAddress) -> BtStatus { in simple_at_response() method
411 uint32_t HfpIntf::simple_at_response(bool ok, RawAddress addr) { in simple_at_response() function in bluetooth::topshim::rust::HfpIntf
2715 fn simple_at_response(&mut self, ok: bool, addr: RawAddress) { in simple_at_response() method