Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dhfp.rs179 pub enum CallHoldCommand { enum
249 fn hfp_call_hold_callback(chld: CallHoldCommand, addr: RawAddress); in hfp_call_hold_callback() argument
284 pub type CallHoldCommand = ffi::CallHoldCommand; typedef
316 CallHold(CallHoldCommand, RawAddress),
394 CallHoldCommand, RawAddress);
/packages/modules/Bluetooth/system/gd/rust/topshim/hfp/
Dhfp_shim.cc82 rusty::CallHoldCommand chld_rs; in call_hold_cb()
85 chld_rs = rusty::CallHoldCommand::ReleaseHeld; in call_hold_cb()
88 chld_rs = rusty::CallHoldCommand::ReleaseActiveAcceptHeld; in call_hold_cb()
91 chld_rs = rusty::CallHoldCommand::HoldActiveAcceptHeld; in call_hold_cb()
94 chld_rs = rusty::CallHoldCommand::AddHeldToConf; in call_hold_cb()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs20 BthfAudioState, BthfConnectionState, CallHoldCommand, CallInfo, CallState, EscoCodingFormat,
1791 CallHoldCommand::ReleaseHeld => self.release_held_impl(Some(addr)), in dispatch_hfp_callbacks()
1792 CallHoldCommand::ReleaseActiveAcceptHeld => { in dispatch_hfp_callbacks()
1795 CallHoldCommand::HoldActiveAcceptHeld => { in dispatch_hfp_callbacks()