nRF Connect SDK API 2.8.99
|
int bt_mesh_loc_srv_global_pub | ( | struct bt_mesh_loc_srv * | srv, |
struct bt_mesh_msg_ctx * | ctx, | ||
const struct bt_mesh_loc_global * | global ) |
#include <include/bluetooth/mesh/gen_loc_srv.h>
Publish the Global Location state.
Asynchronously publishes a Global 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] | global | Current global location. |
0 | Successfully published a Global Location status message. |
-EADDRNOTAVAIL | A message context was not provided and publishing is not configured. |
-EAGAIN | The device has not been provisioned. |