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