![]() |
nRF Connect SDK API 3.3.99
|
| void gzp_crypt_data_send_async | ( | const uint8_t * | src, |
| uint8_t | length, | ||
| gzp_crypt_data_send_callback | callback, | ||
| void * | context ) |
#include <include/gzp.h>
Function for sending encrypted user data to the Host. Asynchronized fashion.
| src | is a pointer to the data packet to be sent. |
| length | is the length of the data packet to be sent. |
| callback | is the callback function. |
| context | is a pointer to be passed to the callback function. |