Searched refs:BT_MESH_NET_IVI_RX (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | net.c | 149 hash1 = (BT_MESH_NET_IVI_RX(rx) << 8) | pdu->data[2]; in msg_hash() 1010 if (bt_mesh_net_obfuscate(buf->data, BT_MESH_NET_IVI_RX(rx), priv)) { in net_decrypt() 1028 return bt_mesh_net_decrypt(enc, buf, BT_MESH_NET_IVI_RX(rx), true); in net_decrypt() 1031 return bt_mesh_net_decrypt(enc, buf, BT_MESH_NET_IVI_RX(rx), false); in net_decrypt() 1226 if (bt_mesh_net_encrypt(enc, &buf->b, BT_MESH_NET_IVI_RX(rx), false)) { in bt_mesh_net_relay() 1231 if (bt_mesh_net_obfuscate(buf->data, BT_MESH_NET_IVI_RX(rx), priv)) { in bt_mesh_net_relay()
|
A D | transport.c | 676 BT_MESH_NET_IVI_RX(rx)); in sdu_recv() 714 BT_MESH_NET_IVI_RX(rx)); in sdu_recv() 781 *seq_auth = SEQ_AUTH(BT_MESH_NET_IVI_RX(rx), seq_zero); in trans_ack() 1251 *seq_auth = SEQ_AUTH(BT_MESH_NET_IVI_RX(net_rx), in trans_seg()
|
A D | friend.c | 1122 info.iv_index = BT_MESH_NET_IVI_RX(rx); in friend_lpn_enqueue_rx()
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/ |
A D | net.h | 322 #define BT_MESH_NET_IVI_RX(rx) (bt_mesh.iv_index - (rx)->old_iv) macro
|
Completed in 11 milliseconds