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

@ -2305,7 +2305,7 @@ static int heartbeat_pub_set(struct bt_mesh_model *model,
pub.dst = sys_le16_to_cpu(param->dst);
if (param->count_log == 0x11) {
/* Special case defined in Mesh Profile Errata 11737 */
/* Special case defined in MshPRFv1.1 Errata 11737 */
pub.count = 0xfffe;
} else {
pub.count = bt_mesh_hb_pwr2(param->count_log);