Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dcsis.rs1 use crate::btif::{BluetoothInterface, RawAddress, ToggleableProfile, Uuid};
122 impl ToggleableProfile for CsisClient {
Dhf_client.rs2 use crate::btif::{BluetoothInterface, BtStatus, RawAddress, SupportedProfiles, ToggleableProfile};
105 impl ToggleableProfile for HfClient {
Dvc.rs1 use crate::btif::{BluetoothInterface, RawAddress, ToggleableProfile};
165 impl ToggleableProfile for VolumeControl {
Da2dp.rs1 use crate::btif::{BluetoothInterface, BtStatus, RawAddress, ToggleableProfile};
359 impl ToggleableProfile for A2dp {
494 impl ToggleableProfile for A2dpSink {
Davrcp.rs1 use crate::btif::{BluetoothInterface, BtStatus, RawAddress, SupportedProfiles, ToggleableProfile};
131 impl ToggleableProfile for Avrcp {
Dhid_host.rs4 ToggleableProfile,
181 impl ToggleableProfile for HidHost {
Dhfp.rs1 use crate::btif::{BluetoothInterface, BtStatus, RawAddress, ToggleableProfile};
424 impl ToggleableProfile for Hfp {
Dle_audio.rs1 use crate::btif::{BluetoothInterface, RawAddress, ToggleableProfile};
564 impl ToggleableProfile for LeAudioClient {
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs1489 pub trait ToggleableProfile { interface
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs8 RawAddress, ToggleableProfile, Uuid, INVALID_RSSI,
Dbluetooth_media.rs5 ToggleableProfile,