Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs422 enum TelephonyEvent { enum
442 impl From<TelephonyEvent> for u8 {
443 fn from(telephony_event: TelephonyEvent) -> Self { in from()
1491 self.notify_telephony_event(&addr, TelephonyEvent::CRASPlaceActiveCall); in dispatch_hfp_callbacks()
1513 TelephonyEvent::CRASRemoveActiveCall, in dispatch_hfp_callbacks()
1573 self.notify_telephony_event(&addr, TelephonyEvent::HFMicMute); in dispatch_hfp_callbacks()
1580 self.notify_telephony_event(&addr, TelephonyEvent::HFMicUnmute); in dispatch_hfp_callbacks()
1721 self.notify_telephony_event(&addr, TelephonyEvent::HFCurrentCallsQuery); in dispatch_hfp_callbacks()
1742 self.notify_telephony_event(&addr, TelephonyEvent::HFAnswerCall); in dispatch_hfp_callbacks()
1761 self.notify_telephony_event(&addr, TelephonyEvent::HFHangupCall); in dispatch_hfp_callbacks()
[all …]