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.h78 std::unique_ptr<LeAudioClientIntf> GetLeAudioClientProfile(const unsigned char* btif);
Dle_audio_shim.cc407 std::unique_ptr<LeAudioClientIntf> GetLeAudioClientProfile(const unsigned char* btif) { in GetLeAudioClientProfile() function
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dle_audio.rs139 unsafe fn GetLeAudioClientProfile(btif: *const u8) -> UniquePtr<LeAudioClientIntf>; in GetLeAudioClientProfile() function
598 unsafe { ffi::GetLeAudioClientProfile(intf.as_raw_ptr()) }; in new()