Home
last modified time | relevance | path

Searched refs:IVI (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Dnet.c50 #define IVI(pdu) ((pdu)[0] >> 7) macro
418 .old_iv = (IVI(buf->data) != (bt_mesh.iv_index & 0x01)), in bt_mesh_net_local()
633 LOG_DBG("IVI %u net->iv_index 0x%08x", IVI(in->data), bt_mesh.iv_index); in net_decrypt()
635 rx->old_iv = (IVI(in->data) != (bt_mesh.iv_index & 0x01)); in net_decrypt()
797 rx->old_iv = (IVI(buf->data) != (bt_mesh.iv_index & 0x01)); in bt_mesh_net_header_parse()
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dshell.rst381 ``mesh prov local <NetKeyIdx> <Addr> [IVI]``
389 * ``IVI``: Indicates the current network IV index. Defaults to 0 if omitted.
/Zephyr-latest/doc/releases/
Drelease-notes-2.1.rst754 * :github:`19186` - BLE: Mesh: IVI Initiator When ivi in progress timeout