nRF Connect SDK API 0.1.0
|
int bt_hogp_rep_read | ( | struct bt_hogp * | hogp, |
struct bt_hogp_rep_info * | rep, | ||
bt_hogp_read_cb | func | ||
) |
#include <include/bluetooth/services/hogp.h>
Send a read request addressing the report value descriptor.
This function can be used on any type of report.
hogp | HOGP object. |
rep | Report object. |
func | Function to be called to process the response. |
0 | If the operation was successful. Otherwise, a (negative) error code is returned. |