Home
last modified time | relevance | path

Searched defs:simple_at_response (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dhfp.rs230 fn simple_at_response(self: Pin<&mut HfpIntf>, ok: bool, addr: RawAddress) -> u32; in simple_at_response() function
534 pub fn simple_at_response(&mut self, ok: bool, addr: RawAddress) -> BtStatus { in simple_at_response() method
/packages/modules/Bluetooth/system/gd/rust/topshim/hfp/
Dhfp_shim.cc411 uint32_t HfpIntf::simple_at_response(bool ok, RawAddress addr) { in simple_at_response() function in bluetooth::topshim::rust::HfpIntf
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs2715 fn simple_at_response(&mut self, ok: bool, addr: RawAddress) { in simple_at_response() method