Lines Matching refs:ASSERT_OK_MSG
1027 ASSERT_OK_MSG(k_sem_take(&beacon_sem, K_SECONDS(40)), in test_rx_beacon_cache()
1039 ASSERT_OK_MSG(bt_enable(NULL), "Bluetooth init failed"); in test_tx_beacon_cache()
1503 ASSERT_OK_MSG(k_sem_take(&beacon_sem, K_SECONDS(40)), in test_rx_priv_beacon_cache()
1515 ASSERT_OK_MSG(bt_enable(NULL), "Bluetooth init failed"); in test_tx_priv_beacon_cache()
1573 ASSERT_OK_MSG(bt_mesh_identity_key(net->net_key, &net->id_key), in pp_netkey_ctx_init()
1575 ASSERT_OK_MSG(bt_mesh_k3(net->net_key, net->net_id), "Failed to generate Net ID"); in pp_netkey_ctx_init()
1705 ASSERT_OK_MSG(bt_enable(NULL), "Bluetooth init failed"); in rx_priv_common_init()
1715 ASSERT_OK_MSG(bt_mesh_gatt_proxy_set(BT_MESH_GATT_PROXY_DISABLED), in tx_proxy_adv_common_init()
1724 ASSERT_OK_MSG(bt_mesh_priv_gatt_proxy_set(BT_MESH_GATT_PROXY_ENABLED), in test_tx_priv_net_id()
1763 ASSERT_OK_MSG(bt_mesh_subnet_priv_node_id_set(TEST_NET_IDX1, BT_MESH_NODE_IDENTITY_RUNNING), in test_tx_priv_node_id()
1770 ASSERT_OK_MSG(bt_mesh_subnet_priv_node_id_get(TEST_NET_IDX1, &state), in test_tx_priv_node_id()
1775 ASSERT_OK_MSG(bt_mesh_subnet_priv_node_id_set(TEST_NET_IDX1, BT_MESH_NODE_IDENTITY_RUNNING), in test_tx_priv_node_id()
1816 ASSERT_OK_MSG(bt_mesh_subnet_add(TEST_NET_IDX2, test_net_key_2), in test_tx_priv_multi_net_id()
1820 ASSERT_OK_MSG(bt_mesh_priv_gatt_proxy_set(BT_MESH_GATT_PROXY_ENABLED), in test_tx_priv_multi_net_id()
1949 ASSERT_OK_MSG(bt_mesh_gatt_proxy_set(BT_MESH_GATT_PROXY_ENABLED), in test_tx_proxy_adv_multi_subnet_coex()
1954 ASSERT_OK_MSG(bt_mesh_subnet_add(TEST_NET_IDX2, test_net_key_2), in test_tx_proxy_adv_multi_subnet_coex()
1956 ASSERT_OK_MSG(bt_mesh_subnet_add(TEST_NET_IDX3, test_net_key_3), in test_tx_proxy_adv_multi_subnet_coex()
1965 ASSERT_OK_MSG(bt_mesh_gatt_proxy_set(BT_MESH_GATT_PROXY_DISABLED), in test_tx_proxy_adv_multi_subnet_coex()
1967 ASSERT_OK_MSG(bt_mesh_od_priv_proxy_set(20), "Failed to set OD priv proxy state"); in test_tx_proxy_adv_multi_subnet_coex()
1971 ASSERT_OK_MSG(bt_mesh_gatt_proxy_set(BT_MESH_GATT_PROXY_ENABLED), in test_tx_proxy_adv_multi_subnet_coex()
1973 ASSERT_OK_MSG(bt_mesh_subnet_del(TEST_NET_IDX2), "Failed to delete subnet"); in test_tx_proxy_adv_multi_subnet_coex()
1974 ASSERT_OK_MSG(bt_mesh_subnet_del(TEST_NET_IDX3), "Failed to delete subnet"); in test_tx_proxy_adv_multi_subnet_coex()
1989 ASSERT_OK_MSG(bt_mesh_subnet_add(TEST_NET_IDX2, test_net_key_2), in test_tx_proxy_adv_solicit_trigger()
1995 ASSERT_OK_MSG(bt_mesh_proxy_solicit(TEST_NET_IDX1), in test_tx_proxy_adv_solicit_trigger()
1997 ASSERT_OK_MSG(bt_mesh_proxy_solicit(TEST_NET_IDX2), in test_tx_proxy_adv_solicit_trigger()
2144 ASSERT_OK_MSG(bt_mesh_scan_disable(), "Failed to disable scanner"); in test_tx_priv_gatt_proxy()
2145 ASSERT_OK_MSG(bt_mesh_gatt_proxy_set(BT_MESH_GATT_PROXY_DISABLED), in test_tx_priv_gatt_proxy()
2147 ASSERT_OK_MSG(bt_mesh_priv_gatt_proxy_set(BT_MESH_PRIV_GATT_PROXY_ENABLED), in test_tx_priv_gatt_proxy()
2173 ASSERT_OK_MSG(bt_mesh_gatt_proxy_set(BT_MESH_GATT_PROXY_DISABLED), in test_rx_priv_gatt_proxy()
2175 ASSERT_OK_MSG(bt_mesh_priv_gatt_proxy_set(BT_MESH_PRIV_GATT_PROXY_ENABLED), in test_rx_priv_gatt_proxy()
2177 ASSERT_OK_MSG(bt_mesh_proxy_connect(TEST_NET_IDX1), "Failed to connect over proxy"); in test_rx_priv_gatt_proxy()
2183 ASSERT_OK_MSG(bt_mesh_scan_disable(), "Failed to disable scanner"); in test_rx_priv_gatt_proxy()