![]() |
nRF Connect SDK API 3.3.99
|
| int sms_submit_send | ( | const char * | number, |
| const uint8_t * | data, | ||
| uint16_t | data_len, | ||
| enum sms_data_type | type ) |
Send SMS message, which is called SMS-SUBMIT message in SMS protocol.
SMS-SUBMIT message format is specified in 3GPP TS 23.040 chapter 9.2.2.2.
| [in] | number | Recipient number. |
| [in] | data | Data to be sent. |
| [in] | data_len | Data length. |
| [in] | type | Input data type. |
| -EINVAL | Invalid parameter. |