Home
last modified time | relevance | path

Searched refs:bt_mesh_provisioner_subnet_get (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dprovisioner_main.h92 struct bt_mesh_subnet *bt_mesh_provisioner_subnet_get(uint16_t net_idx);
Dbeacon.c98 sub = bt_mesh_provisioner_subnet_get(net_idx); in beacon_complete()
Dprovisioner_main.c730 struct bt_mesh_subnet *bt_mesh_provisioner_subnet_get(uint16_t net_idx) in bt_mesh_provisioner_subnet_get() function
1315 sub = bt_mesh_provisioner_subnet_get(net_idx); in bt_mesh_provisioner_local_net_key_update()
Dproxy_client.c851 tx.sub = bt_mesh_provisioner_subnet_get(net_idx); in send_proxy_cfg()
Daccess.c952 sub = bt_mesh_provisioner_subnet_get(net_idx); in bt_mesh_tx_netkey_get()
Dsettings.c985 sub = bt_mesh_provisioner_subnet_get(net_idx); in p_net_key_set()
1045 sub = bt_mesh_provisioner_subnet_get(key.net_idx); in p_app_key_set()
Dnet.c757 if (bt_mesh_provisioner_subnet_get(BLE_MESH_KEY_PRIMARY)) { in bt_mesh_primary_subnet_exist()
Dfriend.c78 sub = bt_mesh_provisioner_subnet_get(net_idx); in friend_subnet_get()
Dprovisioner_prov.c1074 struct bt_mesh_subnet *sub = bt_mesh_provisioner_subnet_get(BLE_MESH_KEY_PRIMARY);