Home
last modified time | relevance | path

Searched refs:interop_insert_call_when_sco_start (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dhfp.rs194 unsafe fn interop_insert_call_when_sco_start(bt_addr: RawAddress) -> bool; in interop_insert_call_when_sco_start() function
263 pub fn interop_insert_call_when_sco_start(bt_addr: RawAddress) -> bool { in interop_insert_call_when_sco_start() function
265 unsafe { return ffi::interop_insert_call_when_sco_start(bt_addr) } in interop_insert_call_when_sco_start()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/hfp/
Dhfp_shim.h61 bool interop_insert_call_when_sco_start(RawAddress addr);
Dhfp_shim.cc382 bool interop_insert_call_when_sco_start(RawAddress addr) { in interop_insert_call_when_sco_start() function
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs18 use bt_topshim::profiles::hfp::interop_insert_call_when_sco_start;
3033 interop_insert_call_when_sco_start(address) in should_insert_call_when_sco_start()