Home
last modified time | relevance | path

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

/aosp_15_r20/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 {} argument
554 impl ToggleableProfile for LeAudioClient { implementation
583 impl LeAudioClient { impl
584 pub fn new(intf: &BluetoothInterface) -> LeAudioClient { in new()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dlib.rs89 LeAudioClient(LeAudioClientCallbacks), enumerator