Home
last modified time | relevance | path

Searched defs:LeAudioClient (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dle_audio.rs544 pub struct LeAudioClient { struct
545 internal: cxx::UniquePtr<ffi::LeAudioClientIntf>, argument
552 unsafe impl Send for LeAudioClient {} implementation
554 impl ToggleableProfile for LeAudioClient { implementation
583 impl LeAudioClient { implementation
584 pub fn new(intf: &BluetoothInterface) -> LeAudioClient { in new()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dlib.rs86 LeAudioClient(LeAudioClientCallbacks), enumerator