Searched refs:BthfAudioState (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | hfp.rs | 66 pub enum BthfAudioState { enum 73 impl From<u32> for BthfAudioState { implementation 75 BthfAudioState::from_u32(item).unwrap() in from() 304 AudioState(BthfAudioState, RawAddress), 334 u32 -> BthfAudioState, RawAddress);
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | bluetooth_media.rs | 20 BthfAudioState, BthfConnectionState, CallHoldCommand, CallInfo, CallState, EscoCodingFormat, 465 hfp_audio_state: HashMap<RawAddress, BthfAudioState>, 1482 BthfAudioState::Connected => { in dispatch_hfp_callbacks() 1494 BthfAudioState::Disconnected => { in dispatch_hfp_callbacks() 1498 if let Some(BthfAudioState::Connected) = in dispatch_hfp_callbacks() 1520 BthfAudioState::Connecting => { in dispatch_hfp_callbacks() 1523 BthfAudioState::Disconnecting => { in dispatch_hfp_callbacks() 2492 if self.hfp_audio_state.values().any(|state| *state == BthfAudioState::Connected) { in get_hfp_connection_state() 2601 && !self.hfp_audio_state.values().any(|state| *state == BthfAudioState::Connected) in try_a2dp_resume() 3866 Some(BthfAudioState::Connected) => match self.hfp_cap.get(&addr) { in get_hfp_audio_final_codecs() [all …]
|