Lines Matching +full:poll +full:- +full:period +full:- +full:ms
8 * SPDX-License-Identifier: Apache-2.0
88 * as @c buf->len is greater than or equal to 2.
356 * @brief Helper macro to encode model publication period in units of 100ms
358 * @param steps Number of 100ms steps.
360 * @return Encoded value that can be assigned to bt_mesh_cfg_cli_mod_pub.period
365 * @brief Helper macro to encode model publication period in units of 1 second
369 * @return Encoded value that can be assigned to bt_mesh_cfg_cli_mod_pub.period
375 * @brief Helper macro to encode model publication period in units of 10
380 * @return Encoded value that can be assigned to bt_mesh_cfg_cli_mod_pub.period
386 * @brief Helper macro to encode model publication period in units of 10
391 * @return Encoded value that can be assigned to bt_mesh_cfg_cli_mod_pub.period
408 * Encoded publish period.
413 uint8_t period; member
428 * Logarithmic subscription period to keep listening for.
429 * The decoded subscription period is (1 << (period - 1)) seconds, or 0
430 * seconds if period is 0.
432 uint8_t period; member
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.
478 * If period is 0, Heartbeat publication is disabled.
480 uint8_t period; member
1580 * @param polltimeout Poll timeout response parameter.
1833 * @return -EMSGSIZE if dst_arr size is to small to parse full message.