nRF Connect SDK API 2.8.99
|
#include <gen_loc_srv.h>
Data Fields | ||
const struct bt_mesh_model * | model | |
struct bt_mesh_model_pub | pub | |
struct net_buf_simple | pub_buf | |
uint8_t | pub_data [MAX(BT_MESH_MODEL_BUF_LEN(BT_MESH_LOC_OP_LOCAL_STATUS, BT_MESH_LOC_MSG_LEN_LOCAL_STATUS), BT_MESH_MODEL_BUF_LEN(BT_MESH_LOC_OP_GLOBAL_STATUS, BT_MESH_LOC_MSG_LEN_GLOBAL_STATUS))] | |
struct { | ||
uint8_t is_global_available: 1 | ||
uint8_t is_local_available: 1 | ||
uint8_t was_last_local: 1 | ||
} | pub_state | |
const struct bt_mesh_loc_srv_handlers *const | handlers | |
Generic Location Server instance. Should primarily be initialized with the BT_MESH_LOC_SRV_INIT macro.