Searched refs:GetCsisClientProfile (Results 1 – 3 of 3) sorted by relevance
44 unsafe fn GetCsisClientProfile(btif: *const u8) -> UniquePtr<CsisClientIntf>; in GetCsisClientProfile() function149 csis_if = unsafe { ffi::GetCsisClientProfile(intf.as_raw_ptr()) }; in new()
44 std::unique_ptr<CsisClientIntf> GetCsisClientProfile(const unsigned char* btif);
133 std::unique_ptr<CsisClientIntf> GetCsisClientProfile(const unsigned char* btif) { in GetCsisClientProfile() function