Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dcsis.rs44 unsafe fn GetCsisClientProfile(btif: *const u8) -> UniquePtr<CsisClientIntf>; in GetCsisClientProfile() function
149 csis_if = unsafe { ffi::GetCsisClientProfile(intf.as_raw_ptr()) }; in new()
/packages/modules/Bluetooth/system/gd/rust/topshim/csis/
Dcsis_shim.h44 std::unique_ptr<CsisClientIntf> GetCsisClientProfile(const unsigned char* btif);
Dcsis_shim.cc133 std::unique_ptr<CsisClientIntf> GetCsisClientProfile(const unsigned char* btif) { in GetCsisClientProfile() function