Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dnet.c799 err = bt_mesh_net_obfuscate(buf->data, BLE_MESH_NET_IVI_TX, priv); in bt_mesh_net_resend()
805 err = bt_mesh_net_decrypt(enc, &buf->b, BLE_MESH_NET_IVI_TX, false); in bt_mesh_net_resend()
818 err = bt_mesh_net_encrypt(enc, &buf->b, BLE_MESH_NET_IVI_TX, false); in bt_mesh_net_resend()
824 err = bt_mesh_net_obfuscate(buf->data, BLE_MESH_NET_IVI_TX, priv); in bt_mesh_net_resend()
906 net_buf_simple_push_u8(buf, (nid | (BLE_MESH_NET_IVI_TX & 1) << 7)); in bt_mesh_net_encode()
908 err = bt_mesh_net_encrypt(enc, buf, BLE_MESH_NET_IVI_TX, proxy); in bt_mesh_net_encode()
913 return bt_mesh_net_obfuscate(buf->data, BLE_MESH_NET_IVI_TX, priv); in bt_mesh_net_encode()
Dfriend.c430 BLE_MESH_NET_IVI_TX); in unseg_app_sdu_decrypt()
446 BLE_MESH_NET_IVI_TX); in unseg_app_sdu_encrypt()
526 iv_index = BLE_MESH_NET_IVI_TX; in encrypt_friend_pdu()
566 info.iv_index = BLE_MESH_NET_IVI_TX; in encode_friend_ctl()
1450 info.iv_index = BLE_MESH_NET_IVI_TX; in friend_lpn_enqueue_tx()
Dnet.h317 #define BLE_MESH_NET_IVI_TX (bt_mesh.iv_index - \ macro
Dtransport.c472 tx->seq_auth = SEQ_AUTH(BLE_MESH_NET_IVI_TX, bt_mesh.seq); in send_seg()
647 BLE_MESH_NET_IVI_TX); in bt_mesh_trans_send()
1200 tx_seg->seq_auth = SEQ_AUTH(BLE_MESH_NET_IVI_TX, bt_mesh.seq); in ctl_send_seg()