Searched refs:BLE_MESH_KEY_PRIMARY (Results 1 – 5 of 5) sorted by relevance
19 #define BLE_MESH_KEY_PRIMARY 0x0000 macro
392 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()
753 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()
119 sub->net_idx = BLE_MESH_KEY_PRIMARY; in bt_mesh_provisioner_net_create()
1073 prov_ctx.curr_net_idx = BLE_MESH_KEY_PRIMARY;1074 struct bt_mesh_subnet *sub = bt_mesh_provisioner_subnet_get(BLE_MESH_KEY_PRIMARY);