Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_shim.cc43 std::unique_ptr<GattClientIntf> GetGattClientProfile(const unsigned char* gatt_intf) { in GetGattClientProfile() function
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs108 unsafe fn GetGattClientProfile(btif: *const u8) -> UniquePtr<GattClientIntf>; in GetGattClientProfile() function