Searched refs:relay_second (Results 1 – 1 of 1) sorted by relevance
662 struct bt_mesh_adv *local, *relay_first, *relay_second; in test_tx_send_relay() local676 relay_second = bt_mesh_adv_create(BT_MESH_ADV_DATA, BT_MESH_ADV_TAG_RELAY, in test_tx_send_relay()678 ASSERT_FALSE_MSG(!relay_second, "Out of relay advs\n"); in test_tx_send_relay()682 net_buf_simple_add_u8(&relay_second->b, 0x02); in test_tx_send_relay()686 bt_mesh_adv_send(relay_second, &relay_second_send_cb, NULL); in test_tx_send_relay()690 bt_mesh_adv_unref(relay_second); in test_tx_send_relay()