nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ gzp_crypt_data_send_async()

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.

Parameters
srcis a pointer to the data packet to be sent.
lengthis the length of the data packet to be sent.
callbackis the callback function.
contextis a pointer to be passed to the callback function.