Searched refs:BLE_MESH_NET_IVI_RX (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | net.c | 1082 if (bt_mesh_net_obfuscate(buf->data, BLE_MESH_NET_IVI_RX(rx), priv)) { in net_decrypt() 1101 return bt_mesh_net_decrypt(enc, buf, BLE_MESH_NET_IVI_RX(rx), in net_decrypt() 1105 return bt_mesh_net_decrypt(enc, buf, BLE_MESH_NET_IVI_RX(rx), false); in net_decrypt() 1315 if (bt_mesh_net_encrypt(enc, &buf->b, BLE_MESH_NET_IVI_RX(rx), false)) { in bt_mesh_net_relay() 1320 if (bt_mesh_net_obfuscate(buf->data, BLE_MESH_NET_IVI_RX(rx), priv)) { in bt_mesh_net_relay()
|
D | net.h | 320 #define BLE_MESH_NET_IVI_RX(rx) (bt_mesh.iv_index - (rx)->old_iv) macro
|
D | transport.c | 791 BLE_MESH_NET_IVI_RX(rx)); in sdu_recv() 845 BLE_MESH_NET_IVI_RX(rx)); in sdu_recv() 923 *seq_auth = SEQ_AUTH(BLE_MESH_NET_IVI_RX(rx), seq_zero); in trans_ack() 1563 *seq_auth = SEQ_AUTH(BLE_MESH_NET_IVI_RX(net_rx),
|
D | friend.c | 1413 info.iv_index = BLE_MESH_NET_IVI_RX(rx); in friend_lpn_enqueue_rx()
|