Searched refs:IVI (Results 1 – 3 of 3) sorted by relevance
50 #define IVI(pdu) ((pdu)[0] >> 7) macro418 .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()
381 ``mesh prov local <NetKeyIdx> <Addr> [IVI]``389 * ``IVI``: Indicates the current network IV index. Defaults to 0 if omitted.
754 * :github:`19186` - BLE: Mesh: IVI Initiator When ivi in progress timeout