Searched refs:bt_mesh_subnet_get (Results 1 – 13 of 13) sorted by relevance
98 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 …]
246 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()
115 .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()
148 struct bt_mesh_subnet *bt_mesh_subnet_get(uint16_t net_idx);
271 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()
233 return bt_mesh_subnet_get(net_idx1) && bt_mesh_subnet_get(net_idx2); in netkey_check()
73 return bt_mesh_subnet_get(net_idx1) && bt_mesh_subnet_get(net_idx2); in netkey_check()
271 sub = bt_mesh_subnet_get(net_idx); in bt_mesh_proxy_solicit()
481 struct bt_mesh_subnet *sub = bt_mesh_subnet_get(net_idx); in refresh_is_valid()
629 if (bt_mesh_subnet_get(BT_MESH_KEY_PRIMARY) && in net_beacon_recv()
389 bt_mesh_subnet_get(BT_MESH_KEY_PRIMARY)) { in bt_mesh_next_seq()
63 struct bt_mesh_subnet *bt_mesh_subnet_get(uint16_t net_idx) in bt_mesh_subnet_get() function
1371 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()