Home
last modified time | relevance | path

Searched refs:BLE_MESH_KEY_PRIMARY (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dmesh.h19 #define BLE_MESH_KEY_PRIMARY 0x0000 macro
Dbeacon.c392 sub->net_idx != BLE_MESH_KEY_PRIMARY && in secure_beacon_recv()
413 if ((bt_mesh_primary_subnet_exist() && sub->net_idx == BLE_MESH_KEY_PRIMARY) || in secure_beacon_recv()
414 (!bt_mesh_primary_subnet_exist() && sub->net_idx != BLE_MESH_KEY_PRIMARY)) { in secure_beacon_recv()
Dnet.c753 if (bt_mesh_subnet_get(BLE_MESH_KEY_PRIMARY)) { in bt_mesh_primary_subnet_exist()
757 if (bt_mesh_provisioner_subnet_get(BLE_MESH_KEY_PRIMARY)) { in bt_mesh_primary_subnet_exist()
Dprovisioner_main.c119 sub->net_idx = BLE_MESH_KEY_PRIMARY; in bt_mesh_provisioner_net_create()
Dprovisioner_prov.c1073 prov_ctx.curr_net_idx = BLE_MESH_KEY_PRIMARY;
1074 struct bt_mesh_subnet *sub = bt_mesh_provisioner_subnet_get(BLE_MESH_KEY_PRIMARY);