Searched refs:bt_mesh_subnet_get (Results 1 – 11 of 11) sorted by relevance
134 sub = bt_mesh_subnet_get(net_idx); in bt_mesh_node_get_local_net_key()177 sub = bt_mesh_subnet_get(net_idx); in bt_mesh_node_local_net_key_add()248 if (bt_mesh_subnet_get(net_idx) == NULL) { in bt_mesh_node_local_app_key_add()
57 sub = bt_mesh_subnet_get(info->net_idx); in bt_mesh_device_auto_enter_network()
377 sub = bt_mesh_subnet_get(net_idx); in app_key_set()567 if (!bt_mesh_subnet_get(key_net_idx)) { in app_key_del()631 if (!bt_mesh_subnet_get(get_idx)) { in app_key_get()2190 sub = bt_mesh_subnet_get(idx); in net_key_add()2271 sub = bt_mesh_subnet_get(idx); in net_key_update()2358 sub = bt_mesh_subnet_get(del_idx); in net_key_del()2446 sub = bt_mesh_subnet_get(idx); in node_identity_get()2490 sub = bt_mesh_subnet_get(idx); in node_identity_set()2896 sub = bt_mesh_subnet_get(idx); in krp_get()2922 sub = bt_mesh_subnet_get(idx); in krp_set()[all …]
346 struct bt_mesh_subnet *bt_mesh_subnet_get(uint16_t net_idx);
95 sub = bt_mesh_subnet_get(net_idx); in beacon_complete()
147 struct bt_mesh_subnet *bt_mesh_subnet_get(uint16_t net_idx) in bt_mesh_subnet_get() function753 if (bt_mesh_subnet_get(BLE_MESH_KEY_PRIMARY)) { in bt_mesh_primary_subnet_exist()
456 sub = bt_mesh_subnet_get(net_idx); in net_key_set()516 sub = bt_mesh_subnet_get(key.net_idx); in app_key_set()1835 sub = bt_mesh_subnet_get(update->key_idx); in store_pending_keys()
849 tx.sub = bt_mesh_subnet_get(net_idx); in send_proxy_cfg()
950 sub = bt_mesh_subnet_get(net_idx); in bt_mesh_tx_netkey_get()
76 sub = bt_mesh_subnet_get(net_idx); in friend_subnet_get()
1935 .sub = bt_mesh_subnet_get(cfg->hb_pub.net_idx),