nRF Connect SDK API 2.8.99
|
int bt_mesh_loc_srv_local_pub | ( | struct bt_mesh_loc_srv * | srv, |
struct bt_mesh_msg_ctx * | ctx, | ||
const struct bt_mesh_loc_local * | local ) |
#include <include/bluetooth/mesh/gen_loc_srv.h>
Publish the Local Location state.
Asynchronously publishes a Local Location status message with the configured publish parameters.
[in] | srv | Server instance to publish on. |
[in] | ctx | Message context to send with, or NULL to send with the default publish parameters. |
[in] | local | Current local location. |
0 | Successfully published a Local Location status message. |
-EADDRNOTAVAIL | A message context was not provided and publishing is not configured. |
-EAGAIN | The device has not been provisioned. |