Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Ddis.rs66 *UuidHelper::get_profile_uuid(&Profile::Dis).expect("DIS uuid mapping missing"), in handle_callbacks()
Duuid.rs181 pub fn get_profile_uuid(profile: &Profile) -> Option<&Uuid> { in get_profile_uuid() method
Dbluetooth_admin.rs67 self.is_service_allowed(UuidHelper::get_profile_uuid(&profile).unwrap()) in is_profile_allowed()
Dbluetooth.rs2931 *UuidHelper::get_profile_uuid(&profile).unwrap_or(&Uuid::empty()) in is_dual_mode_audio_sink_device()
3031 .contains(UuidHelper::get_profile_uuid(&Profile::Hogp).unwrap()) in connection_state()
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcommand_handler.rs579 if let Some(&uuid) = UuidHelper::get_profile_uuid(&prof) { in cmd_adapter()