nRF Connect SDK API 2.8.99
|
typedef void(* bt_hogp_map_cb) (struct bt_hogp *hogp, uint8_t err, const uint8_t *data, size_t size, size_t offset) |
#include <include/bluetooth/services/hogp.h>
Callback function that is called when a chunk of a report map data is received.
hogp | HOGP object. |
err | ATT error code. |
data | Pointer to the data, or NULL if there is an error or no more data. |
size | The size of the received data chunk. |
offset | Current data chunk offset. |