Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_shim.h53 std::unique_ptr<GattServerIntf> GetGattServerProfile(const unsigned char* gatt_intf);
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
1744 let gatt_server_intf = unsafe { ffi::GetGattServerProfile(r as *const u8) }; in new()