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:
Trond Einar Snekvik 2019-10-22 13:23:14 +02:00 committed by Anas Nashif
commit deeb4f320d
14 changed files with 630 additions and 93 deletions

View file

@ -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;