Lines Matching refs:ASSERT_OK
332 ASSERT_OK(bt_mesh_provision_adv(uuid, test_netkey_idx, TEST_ADDR, 0)); in unprovisioned_beacon()
380 ASSERT_OK(bt_mesh_model_data_store(test_model, false, TEST_MOD_DATA_NAME, NULL, 0)); in test_model_reset()
411 ASSERT_OK(bt_mesh_model_data_store(test_vnd_model, true, TEST_VND_MOD_DATA_NAME, NULL, 0)); in test_vnd_model_reset()
451 ASSERT_OK(bt_mesh_cdb_create(primary_netkey)); in provisioner_setup()
452 ASSERT_OK(bt_mesh_provision(primary_netkey, 0, test_flags, test_ividx, TEST_PROV_ADDR, in provisioner_setup()
575 ASSERT_OK(bt_mesh_key_export(dev_key, dkey)); in test_provisioning_data_load()
582 ASSERT_OK(bt_mesh_key_export(net_key, &tx.sub->keys[0].net)); in test_provisioning_data_load()
1155 ASSERT_OK(bt_mesh_prov_enable(BT_MESH_PROV_ADV)); in test_reprovisioning_device()
1158 ASSERT_OK(k_sem_take(&prov_sem, K_SECONDS(40))); in test_reprovisioning_device()
1161 ASSERT_OK(k_sem_take(&prov_sem, K_SECONDS(40))); in test_reprovisioning_device()
1185 ASSERT_OK(k_sem_take(&prov_sem, K_SECONDS(40))); in test_reprovisioning_provisioner()