Bluetooth: Mesh: Restructure doc
Adds a deeper hierarchy to the Bluetooth Mesh documentation by moving the modules in separate pages with a brief description of the concepts in each module. Adds the full list of specification defined Health model faults. Signed-off-by: Trond Einar Snekvik <Trond.Einar.Snekvik@nordicsemi.no>
This commit is contained in:
parent
73ed1bafd1
commit
deeb4f320d
14 changed files with 630 additions and 93 deletions
|
@ -158,6 +158,7 @@ struct bt_mesh_msg_ctx {
|
|||
u8_t send_ttl;
|
||||
};
|
||||
|
||||
/** Model opcode handler. */
|
||||
struct bt_mesh_model_op {
|
||||
/* OpCode encoded using the BT_MESH_MODEL_OP_* macros */
|
||||
const u32_t opcode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue