Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dtransport.c68 #define SEQ_AUTH(iv_index, seq) (((u64_t)iv_index) << 24 | (u64_t)seq) macro
360 tx->seq_auth = SEQ_AUTH(BT_MESH_NET_IVI_TX, bt_mesh.seq); in send_seg()
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()

Completed in 4 milliseconds