Home
last modified time | relevance | path

Searched refs:BT_MESH_NET_IVI_RX (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Dnet.h290 #define BT_MESH_NET_IVI_RX(rx) (bt_mesh.iv_index - (rx)->old_iv) macro
Dnet.c640 if (bt_mesh_net_obfuscate(out->data, BT_MESH_NET_IVI_RX(rx), in net_decrypt()
663 return bt_mesh_net_decrypt(&cred->enc, out, BT_MESH_NET_IVI_RX(rx), in net_decrypt()
741 if (net_encrypt(&adv->b, cred, BT_MESH_NET_IVI_RX(rx), BT_MESH_NONCE_NETWORK)) { in bt_mesh_net_relay()
Dtransport.c788 .iv_index = BT_MESH_NET_IVI_RX(rx), in sdu_recv()
868 *seq_auth = SEQ_AUTH(BT_MESH_NET_IVI_RX(rx), seq_zero); in trans_ack()
1389 *seq_auth = SEQ_AUTH(BT_MESH_NET_IVI_RX(net_rx), in trans_seg()
Dfriend.c1463 info.iv_index = BT_MESH_NET_IVI_RX(rx); in friend_lpn_enqueue_rx()