nRF Connect SDK API 2.8.99
|
typedef int(* bt_le_adv_prov_data_get) (struct bt_data *d, const struct bt_le_adv_prov_adv_state *state, struct bt_le_adv_prov_feedback *fb) |
#include <include/bluetooth/adv_prov.h>
Callback used to get provider's data.
[out] | d | Pointer to structure to be filled with data. |
[in] | state | Pointer to structure describing Bluetooth advertising state. |
[out] | fb | Pointer to structure describing provider's feedback. |
0 | If the operation was successful. |
(-ENOENT) | If provider does not provide data. |