Home
last modified time | relevance | path

Searched refs:GetLeAudioClientProfile (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/le_audio/
Dle_audio_shim.h80 std::unique_ptr<LeAudioClientIntf> GetLeAudioClientProfile(const unsigned char* btif);
Dle_audio_shim.cc440 std::unique_ptr<LeAudioClientIntf> GetLeAudioClientProfile(const unsigned char* btif) { in GetLeAudioClientProfile() function
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dle_audio.rs137 unsafe fn GetLeAudioClientProfile(btif: *const u8) -> UniquePtr<LeAudioClientIntf>; in GetLeAudioClientProfile() function
588 lea_client_if = unsafe { ffi::GetLeAudioClientProfile(intf.as_raw_ptr()) }; in new()