Searched refs:ToggleableProfile (Results 1 – 11 of 11) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | csis.rs | 1 use crate::btif::{BluetoothInterface, RawAddress, ToggleableProfile, Uuid}; 122 impl ToggleableProfile for CsisClient {
|
D | hf_client.rs | 2 use crate::btif::{BluetoothInterface, BtStatus, RawAddress, SupportedProfiles, ToggleableProfile}; 105 impl ToggleableProfile for HfClient {
|
D | vc.rs | 1 use crate::btif::{BluetoothInterface, RawAddress, ToggleableProfile}; 165 impl ToggleableProfile for VolumeControl {
|
D | a2dp.rs | 1 use crate::btif::{BluetoothInterface, BtStatus, RawAddress, ToggleableProfile}; 359 impl ToggleableProfile for A2dp { 494 impl ToggleableProfile for A2dpSink {
|
D | avrcp.rs | 1 use crate::btif::{BluetoothInterface, BtStatus, RawAddress, SupportedProfiles, ToggleableProfile}; 131 impl ToggleableProfile for Avrcp {
|
D | hid_host.rs | 4 ToggleableProfile, 181 impl ToggleableProfile for HidHost {
|
D | hfp.rs | 1 use crate::btif::{BluetoothInterface, BtStatus, RawAddress, ToggleableProfile}; 424 impl ToggleableProfile for Hfp {
|
D | le_audio.rs | 1 use crate::btif::{BluetoothInterface, RawAddress, ToggleableProfile}; 564 impl ToggleableProfile for LeAudioClient {
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/ |
D | btif.rs | 1489 pub trait ToggleableProfile { interface
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | bluetooth.rs | 8 RawAddress, ToggleableProfile, Uuid, INVALID_RSSI,
|
D | bluetooth_media.rs | 5 ToggleableProfile,
|