Searched refs:GetGattServerProfile (Results 1 – 3 of 3) sorted by relevance
53 std::unique_ptr<GattServerIntf> GetGattServerProfile(const unsigned char* gatt_intf);
52 std::unique_ptr<GattServerIntf> GetGattServerProfile(const unsigned char* gatt_intf) { in GetGattServerProfile() function
114 unsafe fn GetGattServerProfile(btif: *const u8) -> UniquePtr<GattServerIntf>; in GetGattServerProfile() function1744 let gatt_server_intf = unsafe { ffi::GetGattServerProfile(r as *const u8) }; in new()