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:
parent
587c43a602
commit
c51bb9c13b
20 changed files with 50 additions and 61 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue