Lines Matching +full:timeout +full:- +full:minutes
8 * SPDX-License-Identifier: Apache-2.0
88 * as @c buf->len is greater than or equal to 2.
289 * @param timeout Current value of PollTimeout timer of the LPN.
292 uint16_t elem_addr, uint32_t timeout);
387 * minutes
429 * The decoded subscription period is (1 << (period - 1)) seconds, or 0
435 * The decoded Heartbeat count is (1 << (count - 1)) if count is
464 * Logarithmic Heartbeat count. Decoded as (1 << (count - 1)) if count
477 * Decoded as (1 << (period - 1)) if period is between 1 and 0x11.
1580 * @param polltimeout Poll timeout response parameter.
1587 /** @brief Get the current transmission timeout value.
1589 * @return The configured transmission timeout in milliseconds.
1593 /** @brief Set the transmission timeout value.
1595 * @param timeout The new transmission timeout.
1597 void bt_mesh_cfg_cli_timeout_set(int32_t timeout);
1833 * @return -EMSGSIZE if dst_arr size is to small to parse full message.