Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs563 fn is_profile_connected(&self, addr: &RawAddress, profile: &Profile) -> bool { in is_profile_connected() method
576 if self.is_profile_connected(&addr, &profile) { in add_connected_profile()
592 if !self.is_profile_connected(&addr, &profile) { in rm_connected_profile()