Home
last modified time | relevance | path

Searched defs:ProfileConnectionState (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dmod.rs7 pub enum ProfileConnectionState { enum
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs2491 pub fn get_hfp_connection_state(&self) -> ProfileConnectionState { in get_hfp_connection_state()
2526 pub fn get_a2dp_connection_state(&self) -> ProfileConnectionState { in get_a2dp_connection_state()
Dbluetooth.rs224 fn get_profile_connection_state(&self, profile: Uuid) -> ProfileConnectionState; in get_profile_connection_state()
2645 fn get_profile_connection_state(&self, profile: Uuid) -> ProfileConnectionState { in get_profile_connection_state()
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth.rs705 fn get_profile_connection_state(&self, profile: Uuid) -> ProfileConnectionState { in get_profile_connection_state()
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs970 fn get_profile_connection_state(&self, profile: Uuid) -> ProfileConnectionState { in get_profile_connection_state()