Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Ddis.rs66 UuidHelper::get_profile_uuid(&Profile::Dis) in handle_callbacks()
Duuid.rs182 pub fn get_profile_uuid(profile: &Profile) -> Option<&Uuid> { in get_profile_uuid() method
Dbluetooth.rs810 || allowed_services.contains(&UuidHelper::get_profile_uuid(&profile).unwrap()); in toggle_enabled_profiles()
2987 *UuidHelper::get_profile_uuid(&profile).unwrap_or(&Uuid::empty()) in is_dual_mode_audio_sink_device()
3084 .contains(&UuidHelper::get_profile_uuid(&Profile::Hogp).unwrap()) in connection_state()
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcommand_handler.rs563 if let Some(&uuid) = UuidHelper::get_profile_uuid(&prof) { in cmd_adapter()