Lines Matching +full:re +full:- +full:sending
8 * SPDX-License-Identifier: Apache-2.0
75 /** Message sending context. */
86 /** Destination address of a received message. Not used for sending. */
92 /** RSSI of received packet. Not used for sending. */
95 /** Received TTL value. Not used for sending. */
98 /** Force sending reliably by using segment acknowledgment */
153 .app_idx = (pub)->key, \
154 .addr = (pub)->addr, \
155 .send_ttl = (pub)->ttl, \
156 .uuid = (pub)->uuid, \
174 uint32_t op; /**< Opcode we're waiting for. */
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()