nRF Connect SDK API 0.1.0
|
#include <gen_loc_srv.h>
Data Fields | |
void(*const | global_get )(struct bt_mesh_loc_srv *srv, struct bt_mesh_msg_ctx *ctx, struct bt_mesh_loc_global *rsp) |
Get the Global Location state. | |
void(*const | global_set )(struct bt_mesh_loc_srv *srv, struct bt_mesh_msg_ctx *ctx, struct bt_mesh_loc_global *loc) |
Set the Global Location state. | |
void(*const | local_get )(struct bt_mesh_loc_srv *srv, struct bt_mesh_msg_ctx *ctx, struct bt_mesh_loc_local *rsp) |
Get the Local Location state. | |
void(*const | local_set )(struct bt_mesh_loc_srv *srv, struct bt_mesh_msg_ctx *ctx, struct bt_mesh_loc_local *loc) |
Set the Local Location state. | |
Location Server handler functions.