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.rs554 pub struct LeAudioClient { struct
555 internal: cxx::UniquePtr<ffi::LeAudioClientIntf>, argument
562 unsafe impl Send for LeAudioClient {} implementation
564 impl ToggleableProfile for LeAudioClient { implementation
593 impl LeAudioClient { implementation
595 pub fn new(intf: &BluetoothInterface) -> LeAudioClient { in new()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dlib.rs86 LeAudioClient(LeAudioClientCallbacks), enumerator