Searched refs:ToggleableProfile (Results 1 – 13 of 13) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | csis.rs | 1 use crate::btif::{BluetoothInterface, RawAddress, ToggleableProfile, Uuid}; 115 impl ToggleableProfile for CsisClient {
|
D | hf_client.rs | 2 use crate::btif::{BluetoothInterface, BtStatus, RawAddress, SupportedProfiles, ToggleableProfile}; 98 impl ToggleableProfile for HfClient {
|
D | a2dp.rs | 1 use crate::btif::{BluetoothInterface, BtStatus, RawAddress, ToggleableProfile}; 352 impl ToggleableProfile for A2dp { 470 impl ToggleableProfile for A2dpSink {
|
D | vc.rs | 1 use crate::btif::{BluetoothInterface, RawAddress, ToggleableProfile}; 165 impl ToggleableProfile for VolumeControl {
|
D | avrcp.rs | 1 use crate::btif::{BluetoothInterface, BtStatus, RawAddress, SupportedProfiles, ToggleableProfile}; 124 impl ToggleableProfile for Avrcp {
|
D | hid_host.rs | 4 ToggleableProfile, 174 impl ToggleableProfile for HidHost {
|
D | hfp.rs | 1 use crate::btif::{BluetoothInterface, BtStatus, RawAddress, ToggleableProfile}; 410 impl ToggleableProfile for Hfp {
|
D | le_audio.rs | 1 use crate::btif::{BluetoothInterface, RawAddress, ToggleableProfile}; 554 impl ToggleableProfile for LeAudioClient {
|
/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/ |
D | hf_client_service.rs | 3 use bt_topshim::btif::{BluetoothInterface, RawAddress, ToggleableProfile};
|
D | hfp_service.rs | 3 use bt_topshim::btif::{BluetoothInterface, RawAddress, ToggleableProfile};
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/ |
D | btif.rs | 1481 pub trait ToggleableProfile { trait
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | bluetooth.rs | 8 RawAddress, ToggleableProfile, Uuid, INVALID_RSSI,
|
D | bluetooth_media.rs | 5 RawAddress, ToggleableProfile,
|