Home
last modified time | relevance | path

Searched refs:bt_mesh_subnet_get (Results 1 – 13 of 13) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Dsubnet.c98 sub = bt_mesh_subnet_get(net_idx); in store_subnet()
417 return !!bt_mesh_subnet_get(net_idx); in bt_mesh_subnet_exists()
427 sub = bt_mesh_subnet_get(net_idx); in bt_mesh_subnet_update()
470 sub = bt_mesh_subnet_get(net_idx); in bt_mesh_subnet_del()
524 sub = bt_mesh_subnet_get(net_idx); in bt_mesh_subnet_kr_phase_set()
554 sub = bt_mesh_subnet_get(net_idx); in bt_mesh_subnet_kr_phase_get()
574 sub = bt_mesh_subnet_get(net_idx); in bt_mesh_subnet_node_id_set()
612 sub = bt_mesh_subnet_get(net_idx); in bt_mesh_subnet_node_id_get()
636 sub = bt_mesh_subnet_get(net_idx); in bt_mesh_subnet_priv_node_id_set()
675 sub = bt_mesh_subnet_get(net_idx); in bt_mesh_subnet_priv_node_id_get()
[all …]
Dapp_keys.c246 if (!bt_mesh_subnet_get(net_idx)) { in bt_mesh_app_key_add()
308 sub = bt_mesh_subnet_get(app->net_idx); in bt_mesh_app_key_update()
358 if (net_idx != BT_MESH_KEY_UNUSED && !bt_mesh_subnet_get(net_idx)) { in bt_mesh_app_key_del()
482 *sub = bt_mesh_subnet_get(ctx->net_idx); in bt_mesh_keys_resolve()
518 *sub = bt_mesh_subnet_get(app->net_idx); in bt_mesh_keys_resolve()
Dheartbeat.c115 .sub = bt_mesh_subnet_get(pub.net_idx), in heartbeat_send()
177 subnet = bt_mesh_subnet_get(pub.net_idx); in hb_publish()
262 if (!bt_mesh_subnet_get(new_pub->net_idx)) { in bt_mesh_hb_pub_set()
Dsubnet.h148 struct bt_mesh_subnet *bt_mesh_subnet_get(uint16_t net_idx);
Dmain.c271 if (bt_mesh_subnet_get(net_idx) == NULL) { in bt_mesh_provision_adv()
291 if (bt_mesh_subnet_get(net_idx) == NULL) { in bt_mesh_provision_gatt()
312 if (bt_mesh_subnet_get(net_idx) == NULL) { in bt_mesh_provision_remote()
Dbrg_cfg.c233 return bt_mesh_subnet_get(net_idx1) && bt_mesh_subnet_get(net_idx2); in netkey_check()
Dbrg_cfg_srv.c73 return bt_mesh_subnet_get(net_idx1) && bt_mesh_subnet_get(net_idx2); in netkey_check()
Dsolicitation.c271 sub = bt_mesh_subnet_get(net_idx); in bt_mesh_proxy_solicit()
Dprovisionee.c481 struct bt_mesh_subnet *sub = bt_mesh_subnet_get(net_idx); in refresh_is_valid()
Dbeacon.c629 if (bt_mesh_subnet_get(BT_MESH_KEY_PRIMARY) && in net_beacon_recv()
Dnet.c389 bt_mesh_subnet_get(BT_MESH_KEY_PRIMARY)) { in bt_mesh_next_seq()
/Zephyr-latest/tests/bluetooth/mesh/brg/src/
Dmain.c63 struct bt_mesh_subnet *bt_mesh_subnet_get(uint16_t net_idx) in bt_mesh_subnet_get() function
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_beacon.c1371 sub = bt_mesh_subnet_get(0); in test_tx_priv_interleave()
1961 bt_mesh_proxy_identity_start(bt_mesh_subnet_get(TEST_NET_IDX2), false); in test_tx_proxy_adv_multi_subnet_coex()