Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dmain.rs159 mps_sdp_handle: Option<i32>, field
218 mps_sdp_handle: None, in new()
Dcommand_handler.rs2152 if context.mps_sdp_handle.is_none() { in cmd_telephony()
2166 if let Some(handle) = context.mps_sdp_handle.take() { in cmd_telephony()
Dcallbacks.rs328 context.lock().unwrap().mps_sdp_handle = Some(handle); in on_sdp_record_created()