Lines Matching +full:20 +full:ms
349 err = bt_mesh_cfg_cli_net_transmit_set(0, addr, BT_MESH_TRANSMIT(2, 20), &status); in common_configure()
350 if (err || status != BT_MESH_TRANSMIT(2, 20)) { in common_configure()
539 err = k_sem_take(&publish_sem, K_SECONDS(20)); in pub_delayable_check()
553 * longer than 500 - 20 + 10 (margin): in pub_delayable_check()
556 * M1 20ms tx(M1) 500ms in pub_delayable_check()
577 err = k_sem_take(&publish_sem, K_SECONDS(20)); in recv_delayable_check()
588 err = k_sem_take(&publish_sem, K_SECONDS(20)); in recv_delayable_check()
594 /* First message can be delayed up to 500ms, others for up to 50ms. */ in recv_delayable_check()
600 * M1 tx1(50ms/500ms) M2 tx2(20ms) in recv_delayable_check()
604 * M1 tx1(20ms) M2 tx2(50ms/500ms) in recv_delayable_check()
606 int32_t lower_boundary = 20 - upper_delay + interval; in recv_delayable_check()
607 int32_t upper_boundary = upper_delay - 20 + interval; in recv_delayable_check()
626 err = k_sem_take(&publish_sem, K_SECONDS(20)); in pub_jitter_check()
651 err = k_sem_take(&publish_sem, K_SECONDS(20)); in recv_jitter_check()
662 err = k_sem_take(&publish_sem, K_SECONDS(20)); in recv_jitter_check()
783 * least possible time, which is 50ms. This will let the access layer publish a message in tx_transmit()
784 * with 50ms retransmission interval. in tx_transmit()
875 bt_mesh_test_cfg_set(NULL, 20); in test_tx_cancel()
893 err = k_sem_take(&publish_sem, K_SECONDS(20)); in test_tx_cancel()
905 err = k_sem_take(&publish_sem, K_SECONDS(20)); in test_tx_cancel()
933 bt_mesh_test_cfg_set(NULL, 20); in test_rx_cancel()
945 err = k_sem_take(&publish_sem, K_SECONDS(20)); in test_rx_cancel()
955 err = k_sem_take(&publish_sem, K_SECONDS(20)); in test_rx_cancel()