Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs1596 if self.should_insert_call_when_sco_start(addr) { in dispatch_hfp_callbacks()
1621 if self.should_insert_call_when_sco_start(addr) { in dispatch_hfp_callbacks()
3014 fn should_insert_call_when_sco_start(&self, address: RawAddress) -> bool { in should_insert_call_when_sco_start() method
3936 if self.hfp_audio_state.keys().any(|addr| self.should_insert_call_when_sco_start(*addr)) in set_phone_ops_enabled()
3961 if self.hfp_audio_state.keys().any(|addr| self.should_insert_call_when_sco_start(*addr)) in set_mps_qualification_enabled()