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

◆ bt_hogp_map_cb

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.

Parameters
hogpHOGP object.
errATT error code.
dataPointer to the data, or NULL if there is an error or no more data.
sizeThe size of the received data chunk.
offsetCurrent data chunk offset.