Lines Matching +full:tracking +full:- +full:index
8 * SPDX-License-Identifier: Apache-2.0
77 /** NetKey Index of the subnet to send the message on. */
80 /** AppKey Index to encrypt the message with. */
113 * @param net_key_idx NetKey Index of the subnet to send the message on. Only used if
115 * @param app_key_idx AppKey Index to encrypt the message with.
130 * @param app_key_idx AppKey Index to encrypt the message with.
140 * @param net_key_idx NetKey Index of the subnet to send the message on.
153 .app_idx = (pub)->key, \
154 .addr = (pub)->addr, \
155 .send_ttl = (pub)->ttl, \
156 .uuid = (pub)->uuid, \
170 * Acknowledged message context for tracking the status of model messages pending a response.
188 k_sem_init(&ack->sem, 0, 1); in bt_mesh_msg_ack_ctx_init()
199 k_sem_reset(&ack->sem); in bt_mesh_msg_ack_ctx_reset()
235 return (ack->op != 0); in bt_mesh_msg_ack_ctx_busy()
257 k_sem_give(&ack->sem); in bt_mesh_msg_ack_ctx_rx()