Home
last modified time | relevance | path

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

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