Lines Matching full:poll
73 /* Let LPN poll to get the sent message */ in friend_wait_for_polls()
78 /* Wait for LPN to poll until the "no more data" message. in friend_wait_for_polls()
88 FAIL("Unexpected extra poll"); in friend_wait_for_polls()
113 * Verify that all friendships survive the first poll timeout.
129 /* Wait for all friends to do at least one poll without terminating */ in test_friend_est_multi()
152 /* LPN polls on establishment. Clear the poll state */ in test_friend_msg()
163 /* Wait for LPN to poll for message and the "no more messages" msg */ in test_friend_msg()
174 /* Send two unsegmented messages before the next poll. in test_friend_msg()
194 /* Receive a segmented message from the LPN. LPN should poll for the ack in test_friend_msg()
198 /* - 2 for each SegAck (SegAcks are sent faster than Friend Poll messages); in test_friend_msg()
208 * Verify that the LPN doesn't terminate the friendship during the poll for
309 /* The other mesh device will send its messages in the first poll */ in test_friend_group()
324 /* Wait for the LPN to poll for each message, then for adding the in test_friend_group()
389 /* One poll per message + Friend Update with md == 0 */ in test_friend_va_collision()
394 /* Manual poll by LPN test case after removing the first Label UUID from subscription. */ in test_friend_va_collision()
406 /* One poll per message + Friend Update with md == 0 */ in test_friend_va_collision()
411 /* Manual poll by LPN test case after removing the second Label UUID from subscription. in test_friend_va_collision()
425 /* Shall be only one Friend Poll as the Friend Queue is empty. */ in test_friend_va_collision()
436 * Verify that the friendship survives the first poll timeout.
478 /* LPN polls on establishment. Clear the poll state */ in test_lpn_msg_frnd()
485 ASSERT_OK_MSG(bt_mesh_lpn_poll(), "Poll failed"); in test_lpn_msg_frnd()
493 ASSERT_OK_MSG(bt_mesh_lpn_poll(), "Poll failed"); in test_lpn_msg_frnd()
501 ASSERT_OK_MSG(bt_mesh_lpn_poll(), "Poll failed"); in test_lpn_msg_frnd()
519 /* Send a segmented message to the friend. Should trigger a poll for the in test_lpn_msg_frnd()
542 /* LPN polls on establishment. Clear the poll state */ in test_lpn_msg_mesh()
601 * the first poll timeout without terminating
615 "LPN failed to poll before the timeout"); in test_lpn_poll()
643 ASSERT_OK_MSG(bt_mesh_lpn_poll(), "Poll failed"); in test_lpn_overflow()
677 ASSERT_OK_MSG(bt_mesh_lpn_poll(), "Poll failed"); in test_lpn_overflow()
705 ASSERT_OK_MSG(bt_mesh_lpn_poll(), "Poll failed"); in test_lpn_overflow()
782 ASSERT_OK_MSG(bt_mesh_lpn_poll(), "Poll failed"); in test_lpn_group()
799 ASSERT_OK_MSG(bt_mesh_lpn_poll(), "Poll failed"); in test_lpn_group()
829 ASSERT_OK_MSG(bt_mesh_lpn_poll(), "Poll failed"); in test_lpn_group()
895 ASSERT_OK_MSG(bt_mesh_lpn_poll(), "Poll failed"); in test_lpn_loopback()
907 /* Poll the friend and make sure we don't receive any messages: */ in test_lpn_loopback()
908 ASSERT_OK_MSG(bt_mesh_lpn_poll(), "Poll failed"); in test_lpn_loopback()
1074 /* Let Friend prepare messages and the poll them. */ in test_lpn_va_collision()
1076 ASSERT_OK_MSG(bt_mesh_lpn_poll(), "Poll failed"); in test_lpn_va_collision()
1087 /* Wait for the extra poll timeout in friend_wait_for_polls(). */ in test_lpn_va_collision()
1092 /* Remove the first virtual address from subscription and poll messages from Friend. This in test_lpn_va_collision()
1101 ASSERT_OK_MSG(bt_mesh_lpn_poll(), "Poll failed"); in test_lpn_va_collision()
1102 /* Wait for the extra poll timeout in friend_wait_for_polls(). */ in test_lpn_va_collision()
1110 ASSERT_OK_MSG(bt_mesh_lpn_poll(), "Poll failed"); in test_lpn_va_collision()
1124 /* Wait for the extra poll timeout in friend_wait_for_polls(). */ in test_lpn_va_collision()
1137 ASSERT_OK_MSG(bt_mesh_lpn_poll(), "Poll failed"); in test_lpn_va_collision()
1138 /* Wait for the extra poll timeout in friend_wait_for_polls(). */ in test_lpn_va_collision()
1146 ASSERT_OK_MSG(bt_mesh_lpn_poll(), "Poll failed"); in test_lpn_va_collision()
1180 TEST_CASE(lpn, poll, "LPN: poll before timeout"),