nRF Connect SDK API 3.3.99
Loading...
Searching...
No Matches
launchapp_msg.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2021 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
7#ifndef NFC_LAUNCHAPP_MSG_H__
8#define NFC_LAUNCHAPP_MSG_H__
9
19#include <stdint.h>
20
21#ifdef __cplusplus
22extern "C" {
23#endif
24
45int nfc_launchapp_msg_encode(uint8_t const *android_package_name, uint32_t android_package_name_len,
46 uint8_t const *universal_link, uint32_t universal_link_len,
47 uint8_t *buf, size_t *len);
48
49#ifdef __cplusplus
50}
51#endif
52
57#endif /* NFC_LAUNCHAPP_MSG_H__ */
int nfc_launchapp_msg_encode(uint8_t const *android_package_name, uint32_t android_package_name_len, uint8_t const *universal_link, uint32_t universal_link_len, uint8_t *buf, size_t *len)
Function for encoding an NFC NDEF launch app message.