nRF Connect SDK API 2.8.99
|
typedef int(* slm_datamode_handler_t) (uint8_t op, const uint8_t *data, int len, uint8_t flags) |
Data mode sending handler type.
0 | means all data is sent successfully. Positive value means the actual size of bytes that has been sent. Negative value means error occurrs in sending. |