Home
last modified time | relevance | path

Searched refs:bt_mesh_test_friendship_addr_get (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dfriendship_common.h29 uint16_t bt_mesh_test_friendship_addr_get(void);
Dtest_friendship.c159 ASSERT_OK_MSG(bt_mesh_test_send(bt_mesh_test_friendship_addr_get(), NULL, 5, 0, in test_friend_msg()
167 ASSERT_OK_MSG(bt_mesh_test_send(bt_mesh_test_friendship_addr_get(), NULL, 13, 0, in test_friend_msg()
181 ASSERT_OK_MSG(bt_mesh_test_send(bt_mesh_test_friendship_addr_get(), NULL, in test_friend_msg()
184 ASSERT_OK_MSG(bt_mesh_test_send(bt_mesh_test_friendship_addr_get(), NULL, in test_friend_msg()
228 bt_mesh_test_send(bt_mesh_test_friendship_addr_get(), NULL, 5, 0, K_NO_WAIT); in test_friend_overflow()
234 bt_mesh_test_send(bt_mesh_test_friendship_addr_get(), NULL, 5, 0, K_NO_WAIT); in test_friend_overflow()
246 bt_mesh_test_send(bt_mesh_test_friendship_addr_get(), in test_friend_overflow()
250 bt_mesh_test_send(bt_mesh_test_friendship_addr_get(), NULL, 5, 0, K_NO_WAIT); in test_friend_overflow()
252 bt_mesh_test_send(bt_mesh_test_friendship_addr_get(), NULL, 5, 0, K_NO_WAIT); in test_friend_overflow()
266 bt_mesh_test_send(bt_mesh_test_friendship_addr_get(), in test_friend_overflow()
[all …]
Dfriendship_common.c42 uint16_t bt_mesh_test_friendship_addr_get(void) in bt_mesh_test_friendship_addr_get() function