nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
bt_mesh_loc_srv_handlers Struct Reference

#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.
 

Detailed Description

Location Server handler functions.


The documentation for this struct was generated from the following file: