nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
sms_internal.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 _SMS_INTERNAL_INCLUDE_H_
8#define _SMS_INTERNAL_INCLUDE_H_
9
11#define SMS_BUF_TMP_LEN 512
12
20extern uint8_t sms_buf_tmp[SMS_BUF_TMP_LEN];
21
31
32#endif
#define SMS_MAX_PAYLOAD_LEN_CHARS
Maximum length of SMS in number of characters as specified in 3GPP TS 23.038 Section 4 and Section 6....
Definition: sms.h:51
uint8_t sms_buf_tmp[512]
Temporary buffer that can be used in various functions where data buffer is required.
#define SMS_BUF_TMP_LEN
Size of the internal buffer.
Definition: sms_internal.h:11
uint8_t sms_payload_tmp[SMS_MAX_PAYLOAD_LEN_CHARS]
Temporary buffer for SMS payload.