![]() |
nRF Connect SDK API 3.3.99
|
| typedef bool(* bt_ras_rreq_step_data_cb_t) (struct bt_le_cs_subevent_step *local_step, struct bt_le_cs_subevent_step *peer_step, void *user_data) |
#include <include/bluetooth/services/ras.h>
Provide step data for each step back to the user.
| [in] | local_step | Local step data. |
| [in] | peer_step | Peer step data. |
| [in] | user_data | User data. |
| true | If should continue parsing data. false If data parsing should be stopped. |