nRF Connect SDK API 0.1.0
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
25
46int nfc_launchapp_msg_encode(uint8_t const *android_package_name,
47 uint32_t android_package_name_len,
48 uint8_t const *universal_link,
49 uint32_t universal_link_len,
50 uint8_t *buf,
51 size_t *len);
52
53#ifdef __cplusplus
54}
55#endif
56
61 #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.