Bluetooth: Mesh: Update spec ref 1.0.1->1.1

Updates Bluetooth mesh specification references:

- Change "Profile" to "Protocol" since the main specification has
changed its name.
- Update/align formating of specification references. This will
make it easier to find spec references in the future.
- Change some section references to point to the correct section of the
newest version of the specification (v1.1).

Signed-off-by: Anders Storrø <anders.storro@nordicsemi.no>
This commit is contained in:
Anders Storrø 2023-10-20 08:58:06 +02:00 committed by Carles Cufí
commit c51bb9c13b
20 changed files with 50 additions and 61 deletions

View file

@ -1375,8 +1375,8 @@ static int handle_block_status(struct bt_mesh_model *mod, struct bt_mesh_msg_ctx
LOG_DBG("Missing: %s", bt_hex(status.block.missing, len));
break;
case BT_MESH_BLOB_CHUNKS_MISSING_ENCODED:
/** An empty Missing Chunks field entails that there are no
* missing chunks for this block (Spec 5.3.8)
/** MshMBTv1.0: 5.3.8: An empty Missing Chunks field entails that there are no
* missing chunks for this block.
*/
if (!buf->len) {
status.missing = BT_MESH_BLOB_CHUNKS_MISSING_NONE;