Lines Matching +full:tracking +full:- +full:index
4 * SPDX-License-Identifier: Apache-2.0
30 * PDUs must use a 64-bit (8 byte) NetMIC, whereas CTL=0 PDUs have at least
31 * a 32-bit (4 byte) NetMIC and AppMIC giving again a total of 8 bytes.
175 /* Bit fields for tracking which groups the Friend knows about */
203 /* Don't touch - intentionally last */
208 uint32_t iv_index; /* Current IV Index */
265 uint8_t old_iv:1, /* iv_index - 1 was used */
287 #define BT_MESH_NET_IVI_TX (bt_mesh.iv_index - \
290 #define BT_MESH_NET_IVI_RX(rx) (bt_mesh.iv_index - (rx)->old_iv)
337 if (cb->start) { in send_cb_finalize()
338 cb->start(0, 0, cb_data); in send_cb_finalize()
341 if (cb->end) { in send_cb_finalize()
342 cb->end(0, cb_data); in send_cb_finalize()