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.rs1229 pub fn get_hfp_connection_state(&self) -> ProfileConnectionState { in get_hfp_connection_state()
1264 pub fn get_a2dp_connection_state(&self) -> ProfileConnectionState { in get_a2dp_connection_state()
Dbluetooth.rs190 fn get_profile_connection_state(&self, profile: Uuid128Bit) -> ProfileConnectionState; in get_profile_connection_state()
2209 fn get_profile_connection_state(&self, profile: Uuid128Bit) -> ProfileConnectionState { in get_profile_connection_state()
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth.rs599 fn get_profile_connection_state(&self, profile: Uuid128Bit) -> ProfileConnectionState { in get_profile_connection_state()
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs835 fn get_profile_connection_state(&self, profile: Uuid128Bit) -> ProfileConnectionState { in get_profile_connection_state()