Home
last modified time | relevance | path

Searched refs:BT_MESH_NET_IVI_TX (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_transport.c409 iv_index = BT_MESH_NET_IVI_TX; in test_tx_seg_ivu()
416 if (iv_index != BT_MESH_NET_IVI_TX) { in test_tx_seg_ivu()
428 if (iv_index != BT_MESH_NET_IVI_TX) { in test_tx_seg_ivu()
434 if (iv_index + 1 != BT_MESH_NET_IVI_TX) { in test_tx_seg_ivu()
/Zephyr-latest/subsys/bluetooth/mesh/
Dnet.h287 #define BT_MESH_NET_IVI_TX (bt_mesh.iv_index - \ macro
Dnet.c473 net_buf_simple_push_u8(buf, (nid | (BT_MESH_NET_IVI_TX & 1) << 7)); in net_header_encode()
504 return net_encrypt(buf, cred, BT_MESH_NET_IVI_TX, type); in bt_mesh_net_encode()
574 err = net_encrypt(&adv->b, cred, BT_MESH_NET_IVI_TX, BT_MESH_NONCE_NETWORK); in bt_mesh_net_send()
Dfriend.c399 meta->crypto.iv_index = BT_MESH_NET_IVI_TX; in unseg_app_sdu_unpack()
519 iv_index = BT_MESH_NET_IVI_TX; in encrypt_friend_pdu()
559 info.iv_index = BT_MESH_NET_IVI_TX; in encode_friend_ctl()
1499 info.iv_index = BT_MESH_NET_IVI_TX; in friend_lpn_enqueue_tx()
Dtransport.c525 tx->seq_auth = SEQ_AUTH(BT_MESH_NET_IVI_TX, bt_mesh.seq); in send_seg()
635 .iv_index = BT_MESH_NET_IVI_TX, in trans_encrypt()