Searched refs:bt_mesh_test_friendship_addr_get (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | friendship_common.h | 29 uint16_t bt_mesh_test_friendship_addr_get(void);
|
D | test_friendship.c | 159 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 …]
|
D | friendship_common.c | 42 uint16_t bt_mesh_test_friendship_addr_get(void) in bt_mesh_test_friendship_addr_get() function
|