Home
last modified time | relevance | path

Searched refs:new_net_idx (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/tests/bluetooth/mesh/brg/src/
Dmain.c598 static void subnet_relay_cb_check(uint16_t new_net_idx, void *user_data) in subnet_relay_cb_check() argument
602 zassert_equal(new_net_idx, test_vector[idx].net_idx2); in subnet_relay_cb_check()
605 static void subnet_relay_cb_check_rev(uint16_t new_net_idx, void *user_data) in subnet_relay_cb_check_rev() argument
610 zassert_equal(new_net_idx, test_vector[idx].net_idx1); in subnet_relay_cb_check_rev()
/Zephyr-latest/subsys/bluetooth/mesh/
Dnet.c773 static void bt_mesh_sbr_check_cb(uint16_t new_net_idx, void *user_data) in bt_mesh_sbr_check_cb() argument
777 if (new_net_idx < BT_MESH_BRG_CFG_NETIDX_NOMATCH) { in bt_mesh_sbr_check_cb()
778 struct bt_mesh_subnet *subnet = bt_mesh_subnet_find(find_subnet_cb, &new_net_idx); in bt_mesh_sbr_check_cb()
781 LOG_ERR("Failed to find subnet 0x%04x", new_net_idx); in bt_mesh_sbr_check_cb()
786 ctx->rx->ctx.net_idx = new_net_idx; in bt_mesh_sbr_check_cb()