nRF Connect SDK Bare Metal API
2.0.99
Loading...
Searching...
No Matches
uri_msg.h
1
/*
2
* Copyright (c) 2018 Nordic Semiconductor ASA
3
*
4
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5
*/
6
7
#ifndef BM_NFC_NDEF_URI_MSG_H_
8
#define BM_NFC_NDEF_URI_MSG_H_
9
19
#include <stdint.h>
20
#include <errno.h>
21
#include <bm/nfc/ndef/msg.h>
22
#include <bm/nfc/ndef/uri_rec.h>
23
24
#ifdef __cplusplus
25
extern
"C"
{
26
#endif
27
48
int
nfc_ndef_uri_msg_encode
(
enum
nfc_ndef_uri_rec_id
uri_id_code, uint8_t
const
*
const
uri_data,
49
uint16_t uri_data_len, uint8_t *buf, uint32_t *len);
50
51
#ifdef __cplusplus
52
}
53
#endif
54
59
#endif
/* BM_NFC_NDEF_URI_MSG_H */
nfc_ndef_uri_msg_encode
int nfc_ndef_uri_msg_encode(enum nfc_ndef_uri_rec_id uri_id_code, uint8_t const *const uri_data, uint16_t uri_data_len, uint8_t *buf, uint32_t *len)
Encode an NFC NDEF URI message.
nfc_ndef_uri_rec_id
nfc_ndef_uri_rec_id
URI identifier codes according to "URI Record Type Definition" (denotation "NFCForum-TS-RTD_URI_1....
Definition
uri_rec.h:33
include
bm
nfc
ndef
uri_msg.h
Generated on Wed Jun 17 2026 10:54:29 for nRF Connect SDK Bare Metal API by
1.12.0