Lines Matching refs:ASSERT_OK_MSG

295 		ASSERT_OK_MSG(k_sem_take(&publish_sem, K_SECONDS(30)), "Pub timed out");  in dut_pub_common()
301 ASSERT_OK_MSG(bt_mesh_suspend(), "Failed to suspend Mesh."); in dut_pub_common()
304 ASSERT_OK_MSG(bt_disable(), "Failed to disable Bluetooth."); in dut_pub_common()
310 ASSERT_OK_MSG(bt_enable(NULL), "Failed to enable Bluetooth."); in dut_pub_common()
313 ASSERT_OK_MSG(bt_mesh_resume(), "Failed to resume Mesh."); in dut_pub_common()
316 ASSERT_OK_MSG(k_sem_take(&publish_sem, K_SECONDS(30)), "Pub timed out"); in dut_pub_common()
349 ASSERT_OK_MSG(bt_mesh_prov_enable(BT_MESH_PROV_GATT), "Failed to enable GATT provisioner"); in dut_gatt_common()
367 ASSERT_OK_MSG(bt_mesh_suspend(), "Failed to suspend Mesh."); in dut_gatt_common()
370 ASSERT_OK_MSG(bt_disable(), "Failed to disable Bluetooth."); in dut_gatt_common()
376 ASSERT_OK_MSG(bt_enable(NULL), "Failed to enable Bluetooth."); in dut_gatt_common()
379 ASSERT_OK_MSG(bt_mesh_resume(), "Failed to resume Mesh."); in dut_gatt_common()
413 ASSERT_OK_MSG(k_sem_take(&publish_sem, K_SECONDS(30)), "Receiver timed out"); in test_tester_pub()
437 ASSERT_OK_MSG(bt_enable(NULL), "Bluetooth init failed"); in test_tester_gatt()
485 ASSERT_OK_MSG(bt_mesh_test_send_data(BT_MESH_ADDR_ALL_NODES, NULL, in test_dut_suspend_resume_unref()
488 ASSERT_OK_MSG(bt_mesh_test_send_data(BT_MESH_ADDR_ALL_NODES, NULL, in test_dut_suspend_resume_unref()
492 ASSERT_OK_MSG(bt_mesh_suspend(), "Failed to suspend Mesh."); in test_dut_suspend_resume_unref()
494 ASSERT_OK_MSG(bt_mesh_resume(), "Failed to resume Mesh."); in test_dut_suspend_resume_unref()